-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] Update changelog for 2022q4 release
- Loading branch information
Showing
4 changed files
with
155 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,8 @@ Henrik Hose <[email protected]> | |
Jacob Schultz Andersen <[email protected]> | ||
Jakob Riepler <[email protected]> | ||
Jeff McBride <[email protected]> | ||
Julia Gutheil <[email protected]> | ||
Jonas Kazem Andersen <[email protected]> | ||
Julia Gutheil <[email protected]> | ||
Jörg Hoffmann <[email protected]> | ||
Kaelin Laundry <[email protected]> | ||
Kevin Läufer <[email protected]> | ||
|
@@ -64,14 +64,15 @@ Pavel Pletenev <[email protected]> | |
Philipp Graf <[email protected]> | ||
Raphael Lehmann <[email protected]> | ||
Raphael Lehmann <[email protected]> <[email protected]> | ||
Sarah Vilete <[email protected]> | ||
Rasmus Kleist <[email protected]> | ||
Sarah Vilete <[email protected]> | ||
Sascha Schade <[email protected]> | ||
Sascha Schade <[email protected]> <[email protected]> | ||
Sascha Schade <[email protected]> <strongly-typed@nan> | ||
Sascha Schade <[email protected]> <[email protected]> | ||
Sebastian Birke <[email protected]> | ||
Sebastian Tibor Bakonyvari <[email protected]> | ||
Sergey Pluzhnikov <[email protected]> | ||
Sergiy Yevtushenko <[email protected]> | ||
Steven Macías <[email protected]> | ||
Tarik TIRE <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters