Skip to content

Commit 5af0fbc

Browse files
microbuildercarlescufi
authored andcommitted
doc: release-notes: Add Aarch32 release notes
Adds Aarch32 release notes for Zephyr 3.2. Signed-off-by: Kevin Townsend <[email protected]>
1 parent d180be3 commit 5af0fbc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,19 @@ Architectures
173173

174174
* ARM
175175

176+
* Improved HardFault handling on Cortex-M.
177+
* Enabled automatic placement of the IRQ vector table.
178+
* Enabled S2RAM for Cortex-M, hooking up the provided API functions.
179+
* Added icache and dcache maintenance functions, and switched to the new
180+
Kconfig symbols (:kconfig:option:`CPU_HAS_DCACHE` and
181+
:kconfig:option:`CPU_HAS_ICACHE`).
182+
* Added data/instr. sync barriers after writing to ``SCTLR`` to disable MPU.
183+
* Use ``spsr_cxsf`` instead of unpredictable ``spsr_hyp`` on Cortex-R52.
184+
* Removes ``-Wstringop-overread`` warning with GCC 12.
185+
* Fixed handling of system off failure.
186+
* Fixed issue with incorrect ``ssf`` under bad syscall.
187+
* Fixed region check issue with mmu.
188+
176189
* ARM64
177190

178191
* :c:func:`arch_mem_map` now supports :c:enumerator:`K_MEM_PERM_USER`.

0 commit comments

Comments
 (0)