@@ -52,6 +52,80 @@ pay attention to. Medium impact changes are also worth looking at.
52
52
53
53
<!-- releases-->
54
54
55
+ ## 2023-01-01: 2022q4 release
56
+
57
+ This release covers everything from 2022-10-01 and has been tested with avr-gcc
58
+ v10.2.0 from Upstream and arm-none-eabi-gcc 10.3-2022.07 from Arm.
59
+
60
+ Breaking changes:
61
+
62
+ - None.
63
+
64
+ Features:
65
+
66
+ - Basic ADC support for SAMx7x devices.
67
+
68
+ Integrated Projects:
69
+
70
+ - printf upgraded to v6.1.0.
71
+ - CMSIS-DSP upgraded to v1.14.2.
72
+ - TinyUSB upgraded to v0.14.0.
73
+ - FreeRTOS upgraded to 202212.
74
+ - FatFS upgraded to v0.15.
75
+ - LVGL upgraded to v8.3.4.
76
+ - NanoPB upgraded to v0.4.7.
77
+ - ETL upgraded to v20.35.6.
78
+ - STM32L5 headers upgraded to v1.12.0.
79
+ - STM32H7 headers upgraded to v1.10.3.
80
+
81
+ Fixes:
82
+
83
+ - STM32G4 ADC channel mapping.
84
+ - Initialize frame buffer memory in MonochromeGraphicDisplay.
85
+ - Only configure BDTR register for timers with complementary PWM.
86
+ - Fix SAMx7x b-variant USART defines.
87
+
88
+ New development boards:
89
+
90
+ - None.
91
+
92
+ New device drivers:
93
+
94
+ - None.
95
+
96
+ Known bugs:
97
+
98
+ - C++20 is not fully implemented by GCC10 yet, however modm does not use all
99
+ features yet anyways. See [ #326 ] [ ] .
100
+ - STM32F7: D-Cache not enabled by default. See [ #485 ] [ ] .
101
+ - ` lbuild build ` and ` lbuild clean ` do not remove all previously generated files
102
+ when the configuration changes. See [ #285 ] [ ] .
103
+ - Generating modm on Windows creates paths with ` \ ` that are not compatible with
104
+ Unix. See [ #310 ] [ ] .
105
+ - ` arm-none-eabi-gdb ` TUI and GDBGUI interfaces are not supported on Windows.
106
+ See [ #591 ] [ ] .
107
+
108
+ Many thanks to all our contributors.
109
+ A special shoutout to first timers 🎉:
110
+
111
+ - Christopher Durand ([ @chris-durand ] [ ] )
112
+ - Niklas Hauser ([ @salkinium ] [ ] )
113
+ - Raphael Lehmann ([ @rleh ] [ ] )
114
+ - Sergey Pluzhnikov ([ @ser-plu ] [ ] ) 🎉
115
+
116
+ PR [ #937 ] [ ] -> [ 2022q4] [ ] .
117
+
118
+ <details >
119
+ <summary >Detailed changelog</summary >
120
+
121
+ #### 2022-12-04: Add basic SAMx7x ADC driver
122
+
123
+ PR [ #935 ] [ ] -> [ 7330500] [ ] .
124
+ Tested in hardware by [ @chris-durand ] [ ] .
125
+
126
+ </details >
127
+
128
+
55
129
## 2022-10-01: 2022q3 release
56
130
57
131
This release covers everything from 2022-07-01 and has been tested with avr-gcc
@@ -2186,6 +2260,7 @@ Please note that contributions from xpcc were continuously ported to modm.
2186
2260
[ 2022q1 ] : https://github.com/modm-io/modm/releases/tag/2022q1
2187
2261
[ 2022q2 ] : https://github.com/modm-io/modm/releases/tag/2022q2
2188
2262
[ 2022q3 ] : https://github.com/modm-io/modm/releases/tag/2022q3
2263
+ [ 2022q4 ] : https://github.com/modm-io/modm/releases/tag/2022q4
2189
2264
2190
2265
[ @19joho66 ] : https://github.com/19joho66
2191
2266
[ @ASMfreaK ] : https://github.com/ASMfreaK
@@ -2231,6 +2306,7 @@ Please note that contributions from xpcc were continuously ported to modm.
2231
2306
[ @salkinium ] : https://github.com/salkinium
2232
2307
[ @sarahvilete ] : https://github.com/sarahvilete
2233
2308
[ @se-bi ] : https://github.com/se-bi
2309
+ [ @ser-plu ] : https://github.com/ser-plu
2234
2310
[ @strongly-typed ] : https://github.com/strongly-typed
2235
2311
[ @tarush53 ] : https://github.com/tarush53
2236
2312
[ @twasilczyk ] : https://github.com/twasilczyk
@@ -2482,6 +2558,8 @@ Please note that contributions from xpcc were continuously ported to modm.
2482
2558
[ #900 ] : https://github.com/modm-io/modm/pull/900
2483
2559
[ #902 ] : https://github.com/modm-io/modm/pull/902
2484
2560
[ #917 ] : https://github.com/modm-io/modm/pull/917
2561
+ [ #935 ] : https://github.com/modm-io/modm/pull/935
2562
+ [ #937 ] : https://github.com/modm-io/modm/pull/937
2485
2563
[ #96 ] : https://github.com/modm-io/modm/pull/96
2486
2564
2487
2565
[ 00471ca ] : https://github.com/modm-io/modm/commit/00471ca
@@ -2558,6 +2636,7 @@ Please note that contributions from xpcc were continuously ported to modm.
2558
2636
[ 6e7c12f ] : https://github.com/modm-io/modm/commit/6e7c12f
2559
2637
[ 6e9f000 ] : https://github.com/modm-io/modm/commit/6e9f000
2560
2638
[ 72d5ae9 ] : https://github.com/modm-io/modm/commit/72d5ae9
2639
+ [ 7330500 ] : https://github.com/modm-io/modm/commit/7330500
2561
2640
[ 77ae899 ] : https://github.com/modm-io/modm/commit/77ae899
2562
2641
[ 78d18f6 ] : https://github.com/modm-io/modm/commit/78d18f6
2563
2642
[ 7b5827f ] : https://github.com/modm-io/modm/commit/7b5827f
0 commit comments