doc/releases: v2.6.0: Update for STM32 impacts
Update v2.6.0 release note with STM32 related changes. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
d6db9abd9d
commit
302f3242b8
1 changed files with 42 additions and 0 deletions
|
@ -232,6 +232,11 @@ Boards & SoC Support
|
|||
|
||||
* Added support for these SoC series:
|
||||
|
||||
* STM32F205xx
|
||||
* STM32G03yxx, STM32G05yxx, STM32G070xx and STM32G0byxx
|
||||
* STM32G4x1, STM32G4x3 and STM32G484xE
|
||||
* STM32WL55xx
|
||||
|
||||
* Removed support for these SoC series:
|
||||
|
||||
* ARM Musca-A
|
||||
|
@ -239,6 +244,9 @@ Boards & SoC Support
|
|||
* Made these changes in other SoC series:
|
||||
|
||||
* Added Cypress PSoC-6 pinctrl support.
|
||||
* STM32 L4/L5/WB series were updated for better power management support (CONFIG_PM=y).
|
||||
* Backup SRAM added on a selection of STM32 series (F2/F4/F7/H7)
|
||||
* Set TRACE_MODE to asynchronous and enable trace output pin on STM32 SoCs
|
||||
|
||||
* Changes for ARC boards:
|
||||
|
||||
|
@ -257,6 +265,16 @@ Boards & SoC Support
|
|||
* fvp_baser_aemv8r
|
||||
* nxp_ls1046ardb
|
||||
|
||||
* Added support for these STM32 boards:
|
||||
|
||||
* Ronoth LoDev (based on AcSIP S76S / STM32L073)
|
||||
* ST Nucleo F030R8
|
||||
* ST Nucleo G0B1RE
|
||||
* ST Nucleo H753ZI
|
||||
* ST Nucleo L412RP-P
|
||||
* ST Nucleo WL55JC
|
||||
* ST STM32G071B Discovery
|
||||
|
||||
* Removed support for these ARM boards:
|
||||
|
||||
* ARM V2M Musca-A
|
||||
|
@ -295,6 +313,10 @@ Drivers and Sensors
|
|||
|
||||
* Clock Control
|
||||
|
||||
* On STM32 series, system clock configuration has been moved from Kconfig to DTS.
|
||||
Usage of existing Kconfig dedicated symbols (CONFIG_CLOCK_STM32_FOO) is now
|
||||
deprecated.
|
||||
|
||||
* Console
|
||||
|
||||
* Counter
|
||||
|
@ -305,10 +327,16 @@ Drivers and Sensors
|
|||
|
||||
* Debug
|
||||
|
||||
* Disk
|
||||
|
||||
* Added SDMMC support on STM32L4+
|
||||
|
||||
* Display
|
||||
|
||||
* DMA
|
||||
|
||||
* Added support on STM32G0 and STM32H7
|
||||
|
||||
* EEPROM
|
||||
|
||||
* Entropy
|
||||
|
@ -323,6 +351,8 @@ Drivers and Sensors
|
|||
application to use PTP clock without enabling gPTP support.
|
||||
* Converted clock control to use DEVICE_DT_GET in mcux driver.
|
||||
* Changed to allow changing MAC address in gmac driver.
|
||||
* Driver for STM32H7 is now using specific memory layout to fit DMA constraints
|
||||
for RAM accesses.
|
||||
|
||||
* Flash
|
||||
|
||||
|
@ -337,6 +367,7 @@ Drivers and Sensors
|
|||
implementation if it is present in the API table.
|
||||
Out-of-tree drivers must be updated before the wrapping in the shims is
|
||||
removed when the deprecation period ends.
|
||||
* Added QSPI support on STM32F7.
|
||||
|
||||
* GPIO
|
||||
|
||||
|
@ -354,11 +385,14 @@ Drivers and Sensors
|
|||
The feature has been deprecated in the Zephyr 2.2 release. The interrupt
|
||||
flags are now accepted by :c:func:`gpio_pin_interrupt_configure()`
|
||||
function only.
|
||||
* STM32 GPIO driver now supports clock gating using PM_DEVICE and PM_DEVICE_RUNTIME
|
||||
|
||||
* Hardware Info
|
||||
|
||||
* I2C
|
||||
|
||||
* Added support on STM32F2
|
||||
|
||||
* I2S
|
||||
|
||||
* IEEE 802.15.4
|
||||
|
@ -412,8 +446,12 @@ Drivers and Sensors
|
|||
|
||||
* PWM
|
||||
|
||||
* Added support on STM32F2 and STM32L1
|
||||
|
||||
* Sensor
|
||||
|
||||
* Added support for STM32 internal (CPU) temperature sensor
|
||||
|
||||
* Serial
|
||||
|
||||
* Extended Cypress PSoC-6 SCB[uart] driver to support interrupts.
|
||||
|
@ -421,11 +459,15 @@ Drivers and Sensors
|
|||
* SPI
|
||||
|
||||
* Added Cypress PSoC-6 SCB[spi] driver.
|
||||
* Default SPI_SCK configuration is now pull-down for all STM32 to minimize power
|
||||
consumption in stop mode.
|
||||
|
||||
* Timer
|
||||
|
||||
* USB
|
||||
|
||||
* Added support on STM32H7
|
||||
|
||||
* Video
|
||||
|
||||
* Watchdog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue