Skip to content

Commit

Permalink
doc: release-notes/3.7: add bits about Xtensa architecture
Browse files Browse the repository at this point in the history
Adds some bits on Xtensa architecture.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and aescolar committed Jul 4, 2024
1 parent e783ec6 commit f797508
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,23 @@ Architectures

* Xtensa

* Added support to save/restore HiFi AudioEngine registers.

* Added support to utilize MPU.

* Added support to automatically generate interrupt handlers.

* Added support to generate vector table at build time to be included in the linker script.

* Added kconfig :kconfig:option:`CONFIG_XTENSA_BREAK_ON_UNRECOVERABLE_EXCEPTIONS` to guard
using break instruction for unrecoverable exceptions. Enabling the break instruction via
this kconfig may result in an infinite interrupt storm which may hinder debugging efforts.

* Fixed an issue where passing the 7th argument via syscall was handled incorrectly.

* Fixed an issue where :c:func:`arch_user_string_nlen` accessing unmapped memory resulted
in an unrecoverable exception.

Kernel
******

Expand Down

0 comments on commit f797508

Please sign in to comment.