Skip to content

Commit 302f324

Browse files
erwangogalak
authored andcommitted
doc/releases: v2.6.0: Update for STM32 impacts
Update v2.6.0 release note with STM32 related changes. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent d6db9ab commit 302f324

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

doc/releases/release-notes-2.6.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,21 @@ Boards & SoC Support
232232

233233
* Added support for these SoC series:
234234

235+
* STM32F205xx
236+
* STM32G03yxx, STM32G05yxx, STM32G070xx and STM32G0byxx
237+
* STM32G4x1, STM32G4x3 and STM32G484xE
238+
* STM32WL55xx
239+
235240
* Removed support for these SoC series:
236241

237242
* ARM Musca-A
238243

239244
* Made these changes in other SoC series:
240245

241246
* Added Cypress PSoC-6 pinctrl support.
247+
* STM32 L4/L5/WB series were updated for better power management support (CONFIG_PM=y).
248+
* Backup SRAM added on a selection of STM32 series (F2/F4/F7/H7)
249+
* Set TRACE_MODE to asynchronous and enable trace output pin on STM32 SoCs
242250

243251
* Changes for ARC boards:
244252

@@ -257,6 +265,16 @@ Boards & SoC Support
257265
* fvp_baser_aemv8r
258266
* nxp_ls1046ardb
259267

268+
* Added support for these STM32 boards:
269+
270+
* Ronoth LoDev (based on AcSIP S76S / STM32L073)
271+
* ST Nucleo F030R8
272+
* ST Nucleo G0B1RE
273+
* ST Nucleo H753ZI
274+
* ST Nucleo L412RP-P
275+
* ST Nucleo WL55JC
276+
* ST STM32G071B Discovery
277+
260278
* Removed support for these ARM boards:
261279

262280
* ARM V2M Musca-A
@@ -295,6 +313,10 @@ Drivers and Sensors
295313

296314
* Clock Control
297315

316+
* On STM32 series, system clock configuration has been moved from Kconfig to DTS.
317+
Usage of existing Kconfig dedicated symbols (CONFIG_CLOCK_STM32_FOO) is now
318+
deprecated.
319+
298320
* Console
299321

300322
* Counter
@@ -305,10 +327,16 @@ Drivers and Sensors
305327

306328
* Debug
307329

330+
* Disk
331+
332+
* Added SDMMC support on STM32L4+
333+
308334
* Display
309335

310336
* DMA
311337

338+
* Added support on STM32G0 and STM32H7
339+
312340
* EEPROM
313341

314342
* Entropy
@@ -323,6 +351,8 @@ Drivers and Sensors
323351
application to use PTP clock without enabling gPTP support.
324352
* Converted clock control to use DEVICE_DT_GET in mcux driver.
325353
* Changed to allow changing MAC address in gmac driver.
354+
* Driver for STM32H7 is now using specific memory layout to fit DMA constraints
355+
for RAM accesses.
326356

327357
* Flash
328358

@@ -337,6 +367,7 @@ Drivers and Sensors
337367
implementation if it is present in the API table.
338368
Out-of-tree drivers must be updated before the wrapping in the shims is
339369
removed when the deprecation period ends.
370+
* Added QSPI support on STM32F7.
340371

341372
* GPIO
342373

@@ -354,11 +385,14 @@ Drivers and Sensors
354385
The feature has been deprecated in the Zephyr 2.2 release. The interrupt
355386
flags are now accepted by :c:func:`gpio_pin_interrupt_configure()`
356387
function only.
388+
* STM32 GPIO driver now supports clock gating using PM_DEVICE and PM_DEVICE_RUNTIME
357389

358390
* Hardware Info
359391

360392
* I2C
361393

394+
* Added support on STM32F2
395+
362396
* I2S
363397

364398
* IEEE 802.15.4
@@ -412,20 +446,28 @@ Drivers and Sensors
412446

413447
* PWM
414448

449+
* Added support on STM32F2 and STM32L1
450+
415451
* Sensor
416452

453+
* Added support for STM32 internal (CPU) temperature sensor
454+
417455
* Serial
418456

419457
* Extended Cypress PSoC-6 SCB[uart] driver to support interrupts.
420458

421459
* SPI
422460

423461
* Added Cypress PSoC-6 SCB[spi] driver.
462+
* Default SPI_SCK configuration is now pull-down for all STM32 to minimize power
463+
consumption in stop mode.
424464

425465
* Timer
426466

427467
* USB
428468

469+
* Added support on STM32H7
470+
429471
* Video
430472

431473
* Watchdog

0 commit comments

Comments
 (0)