doc: Added RP2040 related changes to the v3.4.0 release notes

Added RP2040 related changes to the v3.4.0 release notes,
including new boards, new drivers and HAL changes.

Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
This commit is contained in:
Yonatan Schachter 2023-06-08 20:18:35 +03:00 committed by Anas Nashif
commit cd3e1438ec

View file

@ -452,6 +452,7 @@ Boards & SoC Support
* ST Nucleo C031C6
* ST Nucleo H563ZI
* ST STM32H573I-DK Discovery
* Raspberry Pi Pico W
* Added support for these ARM64 boards:
@ -740,6 +741,7 @@ Drivers and Sensors
* STM32C0: Added support for DMA
* STM32H5: Added support for GPDMA
* STM32H7: Added support for BDMA
* Added DMA support for the RP2040 SoC
* EEPROM
@ -788,6 +790,7 @@ Drivers and Sensors
* GPIO
* Converted the ``gpio_keys`` driver to the input subsystem.
* Added single-ended IO support for the RP2040 SoC
* STM32: Supports newly introduced experimental API to enable/disable interrupts
without re-config
@ -829,6 +832,10 @@ Drivers and Sensors
* Added support on STM32H7
* Misc
* Added PIO support for the RP2040 SoC
* PCIE
* Enable filtering PCIe devices by class/revision.
@ -897,6 +904,7 @@ Drivers and Sensors
Programmable Input/Output (PIO) on Raspberry Pi Pico.
* uart_xmc4xxx: added support for asynchronous operations.
* uart_stm32: Now support driver enable mode
* Added hardware flow control support for the RP2040 SoC
* SPI
@ -914,6 +922,8 @@ Drivers and Sensors
* USB
* Added remote wakeup support for the RP2040 SoC
* W1
* Added DS2482-800 1-Wire master driver. See the :dtcompatible:`maxim,ds2482-800`
@ -1077,6 +1087,10 @@ HALs
* stm32cube: updated STM32U5 to cube version V1.2.0
* stm32cube: updated STM32WB to cube version V1.16.0
* Raspberry Pi Pico
* Updated hal_rpi_pico to version 1.5.0
MCUboot
*******