Skip to content

Commit 0698e29

Browse files
committed
doc: release: 4.0: Add Espressif changes.
Adds notes on Espressif changes to this release. Signed-off-by: Sylvio Alves <[email protected]>
1 parent b17017d commit 0698e29

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
@@ -158,10 +158,13 @@ Boards & SoC Support
158158

159159
* Added support for these SoC series:
160160

161+
* Added ESP32-C2 and ESP8684 SoC support.
162+
161163
* Made these changes in other SoC series:
162164

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

166169
* Added support for these boards:
167170

@@ -209,6 +212,7 @@ Boards & SoC Support
209212
* :ref:`Renesas RA6E2 Fast Prototyping Board <fpb_ra6e2>` (``fpb_ra6e2``)
210213
* :ref:`Renesas RA8T1 Evaluation Kit <mcb_ra8t1>` (``mck_ra8t1``)
211214
* :zephyr:board:`Renode Cortex-R8 Virtual <cortex_r8_virtual>` (``cortex_r8_virtual``)
215+
* :zephyr:board:`Seeed XIAO ESP32-S3 Sense Variant <xiao_esp32s3>`: ``xiao_esp32s3``.
212216
* :ref:`sensry.io Ganymed Break-Out-Board (BOB) <ganymed_bob>` (``ganymed_bob``)
213217
* :zephyr:board:`SiLabs SiM3U1xx 32-bit MCU USB Development Kit <sim3u1xx_dk>` (``sim3u1xx_dk``)
214218
* :ref:`SparkFun Thing Plus Matter <sparkfun_thing_plus_mgm240p>` (``sparkfun_thing_plus_matter_mgm240p``)
@@ -294,6 +298,9 @@ Drivers and Sensors
294298

295299
* ADC
296300

301+
* Added proper ADC2 calibration entries in ESP32.
302+
* Fixed calibration scheme in ESP32-S3.
303+
297304
* Battery
298305

299306
* CAN
@@ -326,6 +333,7 @@ Drivers and Sensors
326333

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

330338
* GNSS
331339

@@ -340,10 +348,18 @@ Drivers and Sensors
340348

341349
* I2S
342350

351+
* Added ESP32-S3 and ESP32-C3 driver support.
352+
343353
* I3C
344354

345355
* Input
346356

357+
* Fixed broken ESP32 input touch sensor driver.
358+
359+
* Interrupt
360+
361+
* Updated ESP32 family interrupt allocator with proper IRQ flags and priorities.
362+
347363
* LED
348364

349365
* lp5562: added ``enable-gpios`` property to describe the EN/VCC GPIO of the lp5562.
@@ -362,6 +378,8 @@ Drivers and Sensors
362378

363379
* Mailbox
364380

381+
* Added driver support for ESP32 and ESP32-S3 SoCs.
382+
365383
* MDIO
366384

367385
* MFD
@@ -391,6 +409,8 @@ Drivers and Sensors
391409

392410
* SDHC
393411

412+
* Added ESP32-S3 driver support.
413+
394414
* Sensors
395415

396416
* The existing driver for the Microchip MCP9808 temperature sensor transformed and renamed
@@ -430,6 +450,10 @@ Drivers and Sensors
430450

431451
* Wi-Fi
432452

453+
* Added ESP32-C2 Wi-Fi support.
454+
* Added ESP32 driver APSTA support.
455+
* Updated ESP32 Wi-Fi driver to reflect actual negotiated PHY mode.
456+
433457
Networking
434458
**********
435459

@@ -547,6 +571,8 @@ Libraries / Subsystems
547571

548572
* Power management
549573

574+
* Added initial ESP32-C6 power management interface to allow light and deep-sleep features.
575+
550576
* Crypto
551577

552578
* Mbed TLS was updated to version 3.6.2 (from 3.6.0). The release notes can be found at:
@@ -633,6 +659,9 @@ HALs
633659

634660
* Espressif
635661

662+
* Synced HAL to version v5.1.4 to update SoCs low level files, RF libraries and
663+
overall driver support.
664+
636665
MCUboot
637666
*******
638667

0 commit comments

Comments
 (0)