Skip to content

Commit

Permalink
[release] Update changelog for 2022q4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Jan 1, 2023
1 parent a2e2251 commit c0dc9c1
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Henrik Hose <henrik.hose@rwth-aachen.de>
Jacob Schultz Andersen <schultz.jacob@gmail.com>
Jakob Riepler <jakob@chaosfield.at>
Jeff McBride <mcbridejc@gmail.com>
Julia Gutheil <julia.gutheil@rwth-aachen.de>
Jonas Kazem Andersen <jonas.kazem.andersen@gmail.com>
Julia Gutheil <julia.gutheil@rwth-aachen.de>
Jörg Hoffmann <joerg.hoffmann@bruker.com>
Kaelin Laundry <wasabifan@outlook.com>
Kevin Läufer <kevin.laeufer@rwth-aachen.de>
Expand Down Expand Up @@ -64,14 +64,15 @@ Pavel Pletenev <cpp.create@gmail.com>
Philipp Graf <luxarf@luxarf.de>
Raphael Lehmann <raphael@rleh.de>
Raphael Lehmann <raphael@rleh.de> <raphael.lehmann@ducktrain.io>
Sarah Vilete <ssmavilete@gmail.com>
Rasmus Kleist <kleist.rasmus@gmail.com>
Sarah Vilete <ssmavilete@gmail.com>
Sascha Schade <stronglytyp3d@gmail.com>
Sascha Schade <stronglytyp3d@gmail.com> <davedwebb8211@gmail.com>
Sascha Schade <stronglytyp3d@gmail.com> <strongly-typed@nan>
Sascha Schade <stronglytyp3d@gmail.com> <stronly@typed.nan>
Sebastian Birke <git@se-bi.de>
Sebastian Tibor Bakonyvari <21312267+twast92@users.noreply.github.com>
Sergey Pluzhnikov <sergey@cartken.com>
Sergiy Yevtushenko <sergiy.yevtushenko@gmail.com>
Steven Macías <ed.steven.macias@gmail.com>
Tarik TIRE <kronos@aspbooster.com>
Expand Down
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,80 @@ pay attention to. Medium impact changes are also worth looking at.

<!--releases-->

## 2023-01-01: 2022q4 release

This release covers everything from 2022-10-01 and has been tested with avr-gcc
v10.2.0 from Upstream and arm-none-eabi-gcc 10.3-2022.07 from Arm.

Breaking changes:

- None.

Features:

- Basic ADC support for SAMx7x devices.

Integrated Projects:

- printf upgraded to v6.1.0.
- CMSIS-DSP upgraded to v1.14.2.
- TinyUSB upgraded to v0.14.0.
- FreeRTOS upgraded to 202212.
- FatFS upgraded to v0.15.
- LVGL upgraded to v8.3.4.
- NanoPB upgraded to v0.4.7.
- ETL upgraded to v20.35.6.
- STM32L5 headers upgraded to v1.12.0.
- STM32H7 headers upgraded to v1.10.3.

Fixes:

- STM32G4 ADC channel mapping.
- Initialize frame buffer memory in MonochromeGraphicDisplay.
- Only configure BDTR register for timers with complementary PWM.
- Fix SAMx7x b-variant USART defines.

New development boards:

- None.

New device drivers:

- None.

Known bugs:

- C++20 is not fully implemented by GCC10 yet, however modm does not use all
features yet anyways. See [#326][].
- STM32F7: D-Cache not enabled by default. See [#485][].
- `lbuild build` and `lbuild clean` do not remove all previously generated files
when the configuration changes. See [#285][].
- Generating modm on Windows creates paths with `\` that are not compatible with
Unix. See [#310][].
- `arm-none-eabi-gdb` TUI and GDBGUI interfaces are not supported on Windows.
See [#591][].

Many thanks to all our contributors.
A special shoutout to first timers 🎉:

- Christopher Durand ([@chris-durand][])
- Niklas Hauser ([@salkinium][])
- Raphael Lehmann ([@rleh][])
- Sergey Pluzhnikov ([@ser-plu][]) 🎉

PR [#937][] -> [2022q4][].

<details>
<summary>Detailed changelog</summary>

#### 2022-12-04: Add basic SAMx7x ADC driver

PR [#935][] -> [7330500][].
Tested in hardware by [@chris-durand][].

</details>


## 2022-10-01: 2022q3 release

This release covers everything from 2022-07-01 and has been tested with avr-gcc
Expand Down Expand Up @@ -2186,6 +2260,7 @@ Please note that contributions from xpcc were continuously ported to modm.
[2022q1]: https://github.com/modm-io/modm/releases/tag/2022q1
[2022q2]: https://github.com/modm-io/modm/releases/tag/2022q2
[2022q3]: https://github.com/modm-io/modm/releases/tag/2022q3
[2022q4]: https://github.com/modm-io/modm/releases/tag/2022q4

[@19joho66]: https://github.com/19joho66
[@ASMfreaK]: https://github.com/ASMfreaK
Expand Down Expand Up @@ -2231,6 +2306,7 @@ Please note that contributions from xpcc were continuously ported to modm.
[@salkinium]: https://github.com/salkinium
[@sarahvilete]: https://github.com/sarahvilete
[@se-bi]: https://github.com/se-bi
[@ser-plu]: https://github.com/ser-plu
[@strongly-typed]: https://github.com/strongly-typed
[@tarush53]: https://github.com/tarush53
[@twasilczyk]: https://github.com/twasilczyk
Expand Down Expand Up @@ -2482,6 +2558,8 @@ Please note that contributions from xpcc were continuously ported to modm.
[#900]: https://github.com/modm-io/modm/pull/900
[#902]: https://github.com/modm-io/modm/pull/902
[#917]: https://github.com/modm-io/modm/pull/917
[#935]: https://github.com/modm-io/modm/pull/935
[#937]: https://github.com/modm-io/modm/pull/937
[#96]: https://github.com/modm-io/modm/pull/96

[00471ca]: https://github.com/modm-io/modm/commit/00471ca
Expand Down Expand Up @@ -2558,6 +2636,7 @@ Please note that contributions from xpcc were continuously ported to modm.
[6e7c12f]: https://github.com/modm-io/modm/commit/6e7c12f
[6e9f000]: https://github.com/modm-io/modm/commit/6e9f000
[72d5ae9]: https://github.com/modm-io/modm/commit/72d5ae9
[7330500]: https://github.com/modm-io/modm/commit/7330500
[77ae899]: https://github.com/modm-io/modm/commit/77ae899
[78d18f6]: https://github.com/modm-io/modm/commit/78d18f6
[7b5827f]: https://github.com/modm-io/modm/commit/7b5827f
Expand Down
72 changes: 72 additions & 0 deletions docs/release/2022q4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## 2023-01-01: 2022q4 release

This release covers everything from 2022-10-01 and has been tested with avr-gcc
v10.2.0 from Upstream and arm-none-eabi-gcc 10.3-2022.07 from Arm.

Breaking changes:

- None.

Features:

- Basic ADC support for SAMx7x devices.

Integrated Projects:

- printf upgraded to v6.1.0.
- CMSIS-DSP upgraded to v1.14.2.
- TinyUSB upgraded to v0.14.0.
- FreeRTOS upgraded to 202212.
- FatFS upgraded to v0.15.
- LVGL upgraded to v8.3.4.
- NanoPB upgraded to v0.4.7.
- ETL upgraded to v20.35.6.
- STM32L5 headers upgraded to v1.12.0.
- STM32H7 headers upgraded to v1.10.3.

Fixes:

- STM32G4 ADC channel mapping.
- Initialize frame buffer memory in MonochromeGraphicDisplay.
- Only configure BDTR register for timers with complementary PWM.
- Fix SAMx7x b-variant USART defines.

New development boards:

- None.

New device drivers:

- None.

Known bugs:

- C++20 is not fully implemented by GCC10 yet, however modm does not use all
features yet anyways. See #326.
- STM32F7: D-Cache not enabled by default. See #485.
- `lbuild build` and `lbuild clean` do not remove all previously generated files
when the configuration changes. See #285.
- Generating modm on Windows creates paths with `\` that are not compatible with
Unix. See #310.
- `arm-none-eabi-gdb` TUI and GDBGUI interfaces are not supported on Windows.
See #591.

Many thanks to all our contributors.
A special shoutout to first timers 🎉:

- Christopher Durand (@chris-durand)
- Niklas Hauser (@salkinium)
- Raphael Lehmann (@rleh)
- Sergey Pluzhnikov (@ser-plu) 🎉

PR #937 -> 2022q4.

<details>
<summary>Detailed changelog</summary>

#### 2022-12-04: Add basic SAMx7x ADC driver

PR #935 -> 7330500.
Tested in hardware by @chris-durand.

</details>
1 change: 1 addition & 0 deletions tools/scripts/authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"Sascha Schade": "strongly-typed",
"Sebastian Birke": "se-bi",
"Sebastian Tibor Bakonyvari": "twast92",
"Sergey Pluzhnikov": "ser-plu",
"Sergiy Yevtushenko": "siy",
"Steven Macías": "StevenMacias",
"Tarik TIRE": "7Kronos",
Expand Down

0 comments on commit c0dc9c1

Please sign in to comment.