Skip to content

Commit 90eee31

Browse files
committed
doc: release notes v4.0: Renesas RA addition
Update noteworthy support of Renesas RA driver for 4.0 release Signed-off-by: Duy Nguyen <[email protected]>
1 parent c50777a commit 90eee31

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/releases/release-notes-4.0.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ Drivers and Sensors
317317
* Added proper ADC2 calibration entries in ESP32.
318318
* Fixed calibration scheme in ESP32-S3.
319319
* STM32H7: Added support for higher sampling frequencies thanks to boost mode implementation.
320+
* Added initial support for Renesas RA8 ADC driver (:dtcompatible:`renesas,ra-adc`)
320321

321322
* Battery
322323

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

340345
* Comparator
341346

@@ -347,6 +352,8 @@ Drivers and Sensors
347352

348353
* Counter
349354

355+
* Added initial support for Renesas RA8 AGT counter driver (:dtcompatible:`renesas,ra-agt`)
356+
350357
* Crypto
351358

352359
* Added support for STM32L4 AES.
@@ -367,6 +374,10 @@ Drivers and Sensors
367374
* Added support for using the EEPROM simulator with embedded C standard libraries
368375
(:dtcompatible:`zephyr,sim-eeprom`).
369376

377+
* Entropy
378+
379+
* Added initial support for Renesas RA8 Entropy driver (:dtcompatible:`renesas,ra-rsip-e51a-trng`)
380+
370381
* Ethernet
371382

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

396408
* GNSS
397409

@@ -404,6 +416,8 @@ Drivers and Sensors
404416

405417
* I2C
406418

419+
* Added initial support for Renesas RA8 I2C driver (:dtcompatible:`renesas,ra-iic`)
420+
407421
* I2S
408422

409423
* Added ESP32-S3 and ESP32-C3 driver support.
@@ -475,6 +489,7 @@ Drivers and Sensors
475489
* PWM
476490

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

479494
* Regulators
480495

@@ -516,6 +531,8 @@ Drivers and Sensors
516531

517532
* SPI
518533

534+
* Added initial support for Renesas RA8 SPI driver (:dtcompatible:`renesas,ra8-spi-b`)
535+
519536
* Steppers
520537

521538
* Introduced stepper controller device driver subsystem selected with

0 commit comments

Comments
 (0)