Skip to content

Commit 85f9940

Browse files
sylvioalvesmmahadevan108
authored andcommitted
doc: release: 4.0: Add Espressif changes.
Adds notes on Espressif changes to this release. Signed-off-by: Sylvio Alves <[email protected]>
1 parent 07fd560 commit 85f9940

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/releases/release-notes-4.0.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,13 @@ Boards & SoC Support
160160

161161
* Added support for these SoC series:
162162

163+
* Added ESP32-C2 and ESP8684 SoC support.
164+
163165
* Made these changes in other SoC series:
164166

165167
* NXP S32Z270: Added support for the new silicon cut version 2.0. Note that the previous
166168
versions (1.0 and 1.1) are no longer supported.
169+
* Added ESP32 WROVER-E-N16R4 variant.
167170

168171
* Added support for these boards:
169172

@@ -211,6 +214,7 @@ Boards & SoC Support
211214
* :ref:`Renesas RA6E2 Fast Prototyping Board <fpb_ra6e2>` (``fpb_ra6e2``)
212215
* :ref:`Renesas RA8T1 Evaluation Kit <mcb_ra8t1>` (``mck_ra8t1``)
213216
* :zephyr:board:`Renode Cortex-R8 Virtual <cortex_r8_virtual>` (``cortex_r8_virtual``)
217+
* :zephyr:board:`Seeed XIAO ESP32-S3 Sense Variant <xiao_esp32s3>`: ``xiao_esp32s3``.
214218
* :ref:`sensry.io Ganymed Break-Out-Board (BOB) <ganymed_bob>` (``ganymed_bob``)
215219
* :zephyr:board:`SiLabs SiM3U1xx 32-bit MCU USB Development Kit <sim3u1xx_dk>` (``sim3u1xx_dk``)
216220
* :ref:`SparkFun Thing Plus Matter <sparkfun_thing_plus_mgm240p>` (``sparkfun_thing_plus_matter_mgm240p``)
@@ -311,6 +315,9 @@ Drivers and Sensors
311315

312316
* ADC
313317

318+
* Added proper ADC2 calibration entries in ESP32.
319+
* Fixed calibration scheme in ESP32-S3.
320+
314321
* Battery
315322

316323
* CAN
@@ -353,6 +360,7 @@ Drivers and Sensors
353360

354361
* Fixed SPI NOR driver issue where wp, hold and reset pins were incorrectly initialized from
355362
device tee when SFDP at run-time has been enabled (:github:`80383`)
363+
* Updated all Espressif's SoC driver initialization to allow new chipsets and octal flash support.
356364

357365
* Added :kconfig:option:`CONFIG_SPI_NOR_ACTIVE_DWELL_MS`, to the SPI NOR driver configuration,
358366
which allows setting the time during which the driver will wait before triggering Deep Power Down (DPD).
@@ -381,10 +389,18 @@ Drivers and Sensors
381389

382390
* I2S
383391

392+
* Added ESP32-S3 and ESP32-C3 driver support.
393+
384394
* I3C
385395

386396
* Input
387397

398+
* Fixed broken ESP32 input touch sensor driver.
399+
400+
* Interrupt
401+
402+
* Updated ESP32 family interrupt allocator with proper IRQ flags and priorities.
403+
388404
* LED
389405

390406
* lp5562: added ``enable-gpios`` property to describe the EN/VCC GPIO of the lp5562.
@@ -403,6 +419,8 @@ Drivers and Sensors
403419

404420
* Mailbox
405421

422+
* Added driver support for ESP32 and ESP32-S3 SoCs.
423+
406424
* MDIO
407425

408426
* MFD
@@ -432,6 +450,8 @@ Drivers and Sensors
432450

433451
* SDHC
434452

453+
* Added ESP32-S3 driver support.
454+
435455
* Sensors
436456

437457
* The existing driver for the Microchip MCP9808 temperature sensor transformed and renamed
@@ -486,6 +506,10 @@ Drivers and Sensors
486506

487507
* Wi-Fi
488508

509+
* Added ESP32-C2 Wi-Fi support.
510+
* Added ESP32 driver APSTA support.
511+
* Updated ESP32 Wi-Fi driver to reflect actual negotiated PHY mode.
512+
489513
Networking
490514
**********
491515

@@ -605,6 +629,8 @@ Libraries / Subsystems
605629

606630
* Power management
607631

632+
* Added initial ESP32-C6 power management interface to allow light and deep-sleep features.
633+
608634
* Crypto
609635

610636
* Mbed TLS was updated to version 3.6.2 (from 3.6.0). The release notes can be found at:
@@ -721,6 +747,9 @@ HALs
721747

722748
* Espressif
723749

750+
* Synced HAL to version v5.1.4 to update SoCs low level files, RF libraries and
751+
overall driver support.
752+
724753
MCUboot
725754
*******
726755

0 commit comments

Comments
 (0)