doc: release-notes/3.7: add bits about Xtensa architecture
Adds some bits on Xtensa architecture. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
e783ec6d21
commit
f797508c06
1 changed files with 17 additions and 0 deletions
|
@ -221,6 +221,23 @@ Architectures
|
||||||
|
|
||||||
* Xtensa
|
* 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
|
Kernel
|
||||||
******
|
******
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue