Skip to content

Commit e858321

Browse files
erwangocfriedt
authored andcommitted
doc: release notes: STM32 updates for v2.7.0
Update V2.7.0 release notes document with noticeable changes related to STM32. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent d2c5f05 commit e858321

File tree

1 file changed

+47
-2
lines changed

1 file changed

+47
-2
lines changed

doc/releases/release-notes-2.7.rst

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Boards & SoC Support
177177

178178
* Added support for these SoC series:
179179

180+
* Added STM32U5 basic SoC support
180181

181182
* Removed support for these SoC series:
182183

@@ -192,13 +193,26 @@ Boards & SoC Support
192193
* Enabled Atmel SAM ``clock-frequency`` support from devicetree
193194
* Free Atmel SAM TRACESWO pin when unused
194195
* Enabled Cypress PSoC-6 Cortex-M4 support
196+
* Added low power support to STM32L0, STM32G0 and STM32WL series
197+
* STM32: Enabled ART Flash accelerator by default when available (F2, F4, F7, H7, L5)
198+
* STM32: Added Kconfig option to enable STM32Cube asserts (CONFIG_USE_STM32_ASSERT)
195199

196200

197201
* Changes for ARC boards:
198202

199203

204+
* Changes for ARM boards:
205+
206+
* Added SPI support on Arduino standard SPI when possible
207+
200208
* Added support for these ARM boards:
201209

210+
* Dragino NBSN95 NB-IoT Sensor Node
211+
* Seeedstudio LoRa-E5 Dev Board
212+
* ST B_U585I_IOT02A Discovery kit
213+
* ST Nucleo F446ZE
214+
* ST Nucleo U575ZI Q
215+
* ST STM32H735G Discovery
202216

203217
* Added support for these ARM64 boards:
204218

@@ -235,6 +249,8 @@ Drivers and Sensors
235249

236250
* ADC
237251

252+
* Added STM32WL ADC driver
253+
* STM32: Added support for oversampling
238254

239255
* Bluetooth
240256

@@ -251,13 +267,17 @@ Drivers and Sensors
251267
* Counter
252268

253269
* Add Atmel SAM counter (TC) Driver
270+
* Added STM32WL RTC counter driver
254271

272+
* Crypto
273+
274+
* STM23: Add support for SOCs with AES hardware block (STM32G0, STM32L5 and STM32WL)
255275

256276
* DAC
257277

258278
* Added Atmel SAM DAC (DACC) driver
259279
* Added support for Microchip MCP4725
260-
280+
* Added support for STM32F3 series
261281

262282
* Disk
263283

@@ -269,17 +289,23 @@ Drivers and Sensors
269289

270290
* Disk
271291

292+
* STM32 SDMMC now supports SDIO enabled devices
272293

273294
* DMA
274295

275296
* Added Atmel SAM XDMAC reload support
276-
* Added support on STM32G0 and STM32H7
297+
* Added support on STM32F3, STM32G0, STM32H7 and STM32L5
298+
* STM32: Reviewed bindings definitions, "st,stm32-dma-v2bis" introduced.
277299

278300

279301
* EEPROM
280302

281303
* Added support for EEPROM emulated in flash.
282304

305+
* Entropy
306+
307+
* Added support for STM32F2, STM32G0, STM32WB and STM32WL
308+
283309
* ESPI
284310

285311
* Added support for Microchip eSPI SAF
@@ -294,6 +320,9 @@ Drivers and Sensors
294320

295321
* Flash
296322

323+
* Added STM32F2, STM32L5 and STM32WL Flash driver support
324+
* STM32: Max erase time parameter was moved to device tree
325+
* Added quad SPI support for STM32F4
297326

298327
* GPIO
299328

@@ -315,13 +344,23 @@ Drivers and Sensors
315344
* Interrupt Controller
316345

317346

347+
* IPM
348+
349+
* STM32: Add HSEM based IPM driver for STM32H7 series
350+
318351
* LED
319352

320353

321354
* LoRa
322355

323356
* lora_send now blocks until the transmission is complete. lora_send_async
324357
can be used for the previous, non-blocking behaviour.
358+
* Enabled support for STM32WL series
359+
360+
* MEMC
361+
362+
* Added STM32F4 support
363+
325364

326365
* Modem
327366

@@ -331,10 +370,14 @@ Drivers and Sensors
331370
* Pinmux
332371

333372
* Added Atmel SAM0 pinctrl support
373+
* STM32: Deprecated definitions like 'STM32F2_PINMUX_FUNC_PA0_UART4_TX'
374+
are now removed.
334375

335376

336377
* PWM
337378

379+
* Property "st,prescaler" of binding "st,stm32-pwm" now defaults to "0".
380+
338381

339382
* Sensor
340383

@@ -355,6 +398,8 @@ Drivers and Sensors
355398

356399
* Watchdog
357400

401+
* Added STM32L5 watchdog support
402+
358403

359404
* WiFi
360405

0 commit comments

Comments
 (0)