File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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 `.
You can’t perform that action at this time.
0 commit comments