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 @@ -31,6 +31,19 @@ Architectures
31
31
32
32
* ARM
33
33
34
+ * MPU regions are now always cleared before initialization.
35
+ * Standardized on :c:func: `arch_secondary_cpu_init ` to provide consistency
36
+ across all architectures.
37
+ * Renamed :c:func: `z_arm_prep_c ` as :c:func: `z_prep_c ` to provide
38
+ consistency across all architectures.
39
+ * Renamed the exception header to be consistent across all architectures.
40
+ * GDB stubs added (currently only supports Zynq-7000).
41
+ * Added support for custom interrupt controllers using
42
+ :kconfig:option: `CONFIG_ARM_CUSTOM_INTERRUPT_CONTROLLER` `.
43
+ * MMU and MPU initialization moved to :c:func: `z_prep_c ` for Cortex-A and
44
+ Cortex-R to enable initialization by individual cores.
45
+ * Common Cortex-M MPU code moved to ``arch/arm/core/mpu ``.
46
+
34
47
* ARM64
35
48
36
49
* RISC-V
You can’t perform that action at this time.
0 commit comments