Skip to content

Commit

Permalink
doc: Add NXP items to 3.2 release notes
Browse files Browse the repository at this point in the history
Add NXP items to 3.2 release notes

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
  • Loading branch information
mmahadevan108 committed Sep 22, 2022
1 parent 2e901a8 commit 6c6d0aa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions doc/releases/release-notes-3.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ Boards & SoC Support
* renesas_smartbond da1469x SoC series
* GigaDevice GD32E50X
* GigaDevice GD32F470
* NXP i.MX8MN, LPC55S36, LPC51U68

* Removed support for these SoC series:

Expand All @@ -275,6 +276,7 @@ Boards & SoC Support
* GigaDevice GD32F450V-START
* GigaDevice GD32F450Z-EVAL
* GigaDevice GD32F470I-EVAL
* NXP lpcxpresso51u68, RT1060 EVKB

* Added support for these ARM64 boards:

Expand Down Expand Up @@ -321,6 +323,7 @@ Drivers and Sensors
* The Zephyr network CAN bus driver, which provides raw L2 access to the CAN bus via a CAN
controller driver, has been moved to :zephyr_file:`drivers/net/canbus.c` and can now be enabled
using :kconfig:option:`CONFIG_NET_CANBUS`.
* Added CAN support for NXP LPC55S36.

* Clock control

Expand All @@ -333,6 +336,7 @@ Drivers and Sensors

* STM32: RTC : Now supports STM32U5 and STM32F1 series.
* STM32: Timer : Now supports STM32L4 series.
* Added counter support using CTimer for NXP MIMXRT595.

* Crypto

Expand All @@ -353,6 +357,7 @@ Drivers and Sensors
* cAVS drivers renamed with the broader Intel ADSP naming
* Kconfig depends on improvements with device tree statuses
* Added driver for GigaDevice GD32 SoCs
* Added DMA support for NXP MIMXRT595

* EEPROM

Expand All @@ -366,13 +371,16 @@ Drivers and Sensors
* Ethernet

* Atmel gmac: Add EEPROM devicetree bindings for MAC address.
* Performance improvements on the NXP MCUX Ethernet Driver.

* Flash

* Atmel eefc: Fix support for Cortex-M4 variants.
* Added flash driver for Renesas Smartbond platform
* STM32: Added OSPI NOR-flash driver. Supports STM32H7 and STM32U5. Supports DMA.
* Added driver for GigaDevice GD32 SoCs
* Added Flash support for NXP LPCXpresso55S36.
* Added Flash support for NXP MIMXRT595 EVK.

* GPIO

Expand All @@ -393,6 +401,8 @@ Drivers and Sensors
* Improved ITE I2C support with FIFO and command queue mode
* Improve gd32 driver stability (remove repeated START, use STOP + START conditions instead)
* Fixed gd32 driver incorrect Fast-mode config
* Add bus recovery support to the NXP MCUX LPI2C driver.
* Enable I2C support on NXP MIMXRT595 EVK.

* I2S

Expand All @@ -415,6 +425,9 @@ Drivers and Sensors
* Support for Intel S1000 in cAVS IDC driver has been removed as the board
``intel_s1000_crb`` has been removed.

* KSCAN
* Enable the touch panel on the NXP MIMXRT1170 EVK.

* LED

* LoRa
Expand Down Expand Up @@ -454,9 +467,13 @@ Drivers and Sensors
* PWM

* Added PWM driver for Renesas R-Car platform
* Added PWM support for NXP LPC55S36

* Power Domain

* Enabled access to the PMIC on NXP MXRT595 EVK.
* Added soft off mode to the RT10xx Power Management.

* Reset

* Added driver for GigaDevice GD32 SoCs
Expand Down Expand Up @@ -502,13 +519,17 @@ Drivers and Sensors
* SPI

* Add interrupt-driven mode support for gd32 driver
* Enable SPI support on NXP MIMXRT595 EVK.

* Timer

* STM32 LPTIM based timer should now be configured using device tree.

* USB

* Restructured the NXP MCUX USB driver.
* Added USB support for NXP MXRT595.

* W1

* Added Zephyr-Serial 1-Wire master driver.
Expand All @@ -521,6 +542,7 @@ Drivers and Sensors
* Watchdog

* Added support for Raspberry Pi Pico watchdog.
* Added watchdog support on NXP MIMXRT595 EVK.

* WiFi

Expand Down Expand Up @@ -770,6 +792,11 @@ HALs

* NXP

* Updated the NXP MCUX SDK to version 2.12
* Updated the USB middleware to version 2.12
* Removed all binary Blobs for power management libraries
* Removed all binary archive files

* Nordic

* RPi Pico
Expand Down

0 comments on commit 6c6d0aa

Please sign in to comment.