Skip to content

Commit

Permalink
doc: release notes v4.0: Renesas RA addition
Browse files Browse the repository at this point in the history
Update noteworthy support of Renesas RA driver for 4.0 release

Signed-off-by: Duy Nguyen <[email protected]>
  • Loading branch information
duynguyenxa authored and mmahadevan108 committed Nov 11, 2024
1 parent a19fb8e commit 7f4cab9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ Drivers and Sensors
* Added proper ADC2 calibration entries in ESP32.
* Fixed calibration scheme in ESP32-S3.
* STM32H7: Added support for higher sampling frequencies thanks to boost mode implementation.
* Added initial support for Renesas RA8 ADC driver (:dtcompatible:`renesas,ra-adc`)

* Battery

Expand All @@ -337,6 +338,10 @@ Drivers and Sensors
* STM32: :kconfig:option:`CONFIG_CLOCK_CONTROL` is now enabled by default at family level and doesn't need
to be enabled at board level anymore.
* STM32H7: PLL FRACN can now be configured (see :dtcompatible:`st,stm32h7-pll-clock`)
* Added initial support for Renesas RA clock control driver (:dtcompatible:`renesas,ra-cgc-pclk`,
:dtcompatible:`renesas,ra-cgc-pclk-block`, :dtcompatible:`renesas,ra-cgc-pll`,
:dtcompatible:`renesas,ra-cgc-external-clock`, :dtcompatible:`renesas,ra-cgc-subclk`,
:dtcompatible:`renesas,ra-cgc-pll-out`)

* Comparator

Expand All @@ -348,6 +353,8 @@ Drivers and Sensors

* Counter

* Added initial support for Renesas RA8 AGT counter driver (:dtcompatible:`renesas,ra-agt`)

* Crypto

* Added support for STM32L4 AES.
Expand All @@ -368,6 +375,10 @@ Drivers and Sensors
* Added support for using the EEPROM simulator with embedded C standard libraries
(:dtcompatible:`zephyr,sim-eeprom`).

* Entropy

* Added initial support for Renesas RA8 Entropy driver (:dtcompatible:`renesas,ra-rsip-e51a-trng`)

* Ethernet

* LiteX: Renamed the ``compatible`` from ``litex,eth0`` to :dtcompatible:`litex,liteeth`.
Expand All @@ -393,6 +404,7 @@ Drivers and Sensors
for custom write and SFDP:BFP opcodes.
* Added possibility to run STM32H7 flash driver from Cortex-M4 core.
* Implemented readout protection handling (RDP levels) for STM32F7 SoCs.
* Added initial support for Renesas RA8 Flash controller driver (:dtcompatible:`renesas,ra-flash-hp-controller`)

* GNSS

Expand All @@ -405,6 +417,8 @@ Drivers and Sensors

* I2C

* Added initial support for Renesas RA8 I2C driver (:dtcompatible:`renesas,ra-iic`)

* I2S

* Added ESP32-S3 and ESP32-C3 driver support.
Expand Down Expand Up @@ -476,6 +490,7 @@ Drivers and Sensors
* PWM

* rpi_pico: The driver now configures the divide ratio adaptively.
* Added initial support for Renesas RA8 PWM driver (:dtcompatible:`renesas,ra8-pwm`)

* Regulators

Expand Down Expand Up @@ -517,6 +532,8 @@ Drivers and Sensors

* SPI

* Added initial support for Renesas RA8 SPI driver (:dtcompatible:`renesas,ra8-spi-b`)

* Steppers

* Introduced stepper controller device driver subsystem selected with
Expand Down

0 comments on commit 7f4cab9

Please sign in to comment.