@@ -52,6 +52,73 @@ pay attention to. Medium impact changes are also worth looking at.
52
52
53
53
<!-- releases-->
54
54
55
+ ## 2025-07-01: 2025q2 release
56
+
57
+ This release covers everything from 2025-04-01 and has been tested with avr-gcc
58
+ v14.2.0 from upstream and arm-none-eabi-gcc v14.2.1 from xpack.
59
+
60
+ Features:
61
+
62
+ - Support for GCC14.
63
+ - Support for 48 more STM32 devices.
64
+
65
+ Integrated Projects:
66
+
67
+ - ETL upgraded from v20.39.4 to v20.40.0.
68
+ - FatFS upgraded from v0.15a to v0.15a_p1.
69
+ - JSON upgraded from v3.11.3 to v3.12.0.
70
+ - LVGL upgraded from v9.2.0 to v9.2.2.
71
+ - NanoPB upgraded from v0.4.9 to v0.4.9.1.
72
+ - STM32C0 headers upgraded from v1.2.0 to v1.3.0.
73
+ - STM32G4 headers upgraded from v1.2.4 to v1.2.5.
74
+ - STM32H5 headers upgraded from v1.3.0 to v1.4.0.
75
+ - STM32H7 headers upgraded from v1.10.4 to v1.10.6.
76
+ - STM32L0 headers upgraded from v1.9.3 to v1.9.4.
77
+ - STM32L1 headers upgraded from v2.3.3 to v2.3.4.
78
+ - STM32U0 headers upgraded from v1.1.0 to v1.2.0.
79
+ - STM32U5 headers upgraded from v1.4.0 to v1.4.1.
80
+ - TinyUSB upgraded from v0.17.0 to v0.18.0.
81
+
82
+ Fixes:
83
+
84
+ - DW3110 initialization on fast CPUs.
85
+ - Support for STM32F723 HS USB PHY.
86
+ - Only disable previously enabled caches on Cortex-M7.
87
+
88
+ New development boards:
89
+
90
+ - DISCO-F723IE as [ ` modm:board:disco-f723ie ` ] [ ] .
91
+
92
+ Known bugs:
93
+
94
+ - OpenOCD cannot enable SWO on STM32H7 targets. See [ #1079 ] [ ] .
95
+ - ` arm-none-eabi-gdb ` TUI and GDBGUI interfaces are not supported on Windows.
96
+ See [ #591 ] [ ] .
97
+ - Generating modm on Windows creates paths with ` \ ` that are not compatible with
98
+ Unix. See [ #310 ] [ ] .
99
+ - ` lbuild build ` and ` lbuild clean ` do not remove all previously generated files
100
+ when the configuration changes. See [ #285 ] [ ] .
101
+
102
+ Many thanks to all our contributors:
103
+
104
+ - Michael Jossen ([ @Javask ] [ ] )
105
+ - Niklas Hauser ([ @salkinium ] [ ] )
106
+
107
+ PR [ #1274 ] [ ] -> [ 2025q2] [ ] .
108
+
109
+ <details >
110
+ <summary >Detailed changelog</summary >
111
+
112
+ #### 2025-05-17: Add DISCO-F723IE board
113
+
114
+ Adds support for internal HS USB PHY on STM32.
115
+
116
+ PR [ #1264 ] [ ] -> [ 4fdd2a1] [ ] .
117
+ Tested in hardware by [ @salkinium ] [ ] .
118
+
119
+ </details >
120
+
121
+
55
122
## 2025-04-01: 2025q1 release
56
123
57
124
This release covers everything from 2025-01-01 and has been tested with avr-gcc
@@ -3457,6 +3524,7 @@ Please note that contributions from xpcc were continuously ported to modm.
3457
3524
[2024q3]: https://github.com/modm-io/modm/releases/tag/2024q3
3458
3525
[2024q4]: https://github.com/modm-io/modm/releases/tag/2024q4
3459
3526
[2025q1]: https://github.com/modm-io/modm/releases/tag/2025q1
3527
+ [2025q2]: https://github.com/modm-io/modm/releases/tag/2025q2
3460
3528
3461
3529
[@19joho66]: https://github.com/19joho66
3462
3530
[@ASMfreaK]: https://github.com/ASMfreaK
@@ -3532,6 +3600,7 @@ Please note that contributions from xpcc were continuously ported to modm.
3532
3600
[`modm:board:arduino-nano`]: https://modm.io/reference/module/modm-board-arduino-nano
3533
3601
[`modm:board:devebox-stm32f4xx`]: https://modm.io/reference/module/modm-board-devebox-stm32f4xx
3534
3602
[`modm:board:devebox-stm32h750vb`]: https://modm.io/reference/module/modm-board-devebox-stm32h750vb
3603
+ [`modm:board:disco-f723ie`]: https://modm.io/reference/module/modm-board-disco-f723ie
3535
3604
[`modm:board:feather-m0`]: https://modm.io/reference/module/modm-board-feather-m0
3536
3605
[`modm:board:feather-rp2040`]: https://modm.io/reference/module/modm-board-feather-rp2040
3537
3606
[`modm:board:mega-2560-pro`]: https://modm.io/reference/module/modm-board-mega-2560-pro
@@ -3693,6 +3762,8 @@ Please note that contributions from xpcc were continuously ported to modm.
3693
3762
[#1252]: https://github.com/modm-io/modm/pull/1252
3694
3763
[#1255]: https://github.com/modm-io/modm/pull/1255
3695
3764
[#1260]: https://github.com/modm-io/modm/pull/1260
3765
+ [#1264]: https://github.com/modm-io/modm/pull/1264
3766
+ [#1274]: https://github.com/modm-io/modm/pull/1274
3696
3767
[#132]: https://github.com/modm-io/modm/pull/132
3697
3768
[#136]: https://github.com/modm-io/modm/pull/136
3698
3769
[#153]: https://github.com/modm-io/modm/pull/153
@@ -3978,6 +4049,7 @@ Please note that contributions from xpcc were continuously ported to modm.
3978
4049
[4d69227]: https://github.com/modm-io/modm/commit/4d69227
3979
4050
[4f25cdf]: https://github.com/modm-io/modm/commit/4f25cdf
3980
4051
[4f50d00]: https://github.com/modm-io/modm/commit/4f50d00
4052
+ [4fdd2a1]: https://github.com/modm-io/modm/commit/4fdd2a1
3981
4053
[4ff604f]: https://github.com/modm-io/modm/commit/4ff604f
3982
4054
[516b2b3]: https://github.com/modm-io/modm/commit/516b2b3
3983
4055
[517bd84]: https://github.com/modm-io/modm/commit/517bd84
0 commit comments