Skip to content

Commit

Permalink
doc: release/3.5: add some bits on Xtensa
Browse files Browse the repository at this point in the history
This adds some bits on added Xtensa MMU support, refactoring of
ESP32 folder, and various board additions/removals.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and fabiobaltieri committed Oct 10, 2023
1 parent ea109f6 commit f0d71f5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/releases/release-notes-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Architectures

* Xtensa

* Added basic MMU v2 Support.

* POSIX

* Has been reworked to use the native simulator.
Expand Down Expand Up @@ -109,6 +111,7 @@ Boards & SoC Support
and CONFIG_NXP_IMX_EXTERNAL_SDRAM to enabled.
* i.MX RT SOCs no longer support CONFIG_OCRAM_NOCACHE, as this functionality
can be achieved using devicetree memory regions
* Refactored ESP32 SoC folders. So now these are a proper SoC series.

* Added support for these ARC boards:

Expand All @@ -124,6 +127,19 @@ Boards & SoC Support

* Added support for these Xtensa boards:

* Added ``esp32_devkitc_wroom`` and ``esp32_devkitc_wrover``.

* Added ``esp32s3_luatos_core``.

* Added ``m5stack_core2``.

* Added ``qemu_xtensa_mmu`` utilizing Diamond DC233c SoC to support
testing Xtensa MMU.

* Added ``xiao_esp32s3``.

* Added ``yd_esp32``.

* Added support for these POSIX boards:

* :ref:`native_sim(_64) <native_sim>`
Expand All @@ -142,6 +158,12 @@ Boards & SoC Support

* Made these changes for Xtensa boards:

* esp32s3_devkitm:

* Added USB-CDC support.

* Added CAN support.

* Made these changes for POSIX boards:

* nrf52_bsim:
Expand All @@ -161,6 +183,8 @@ Boards & SoC Support

* Removed support for these Xtensa boards:

* Removed ``esp32``. Use ``esp32_devkitc_*`` instead.

* Made these changes in other boards:

* Added support for these following shields:
Expand Down

0 comments on commit f0d71f5

Please sign in to comment.