Skip to content

Commit d18a7b7

Browse files
microbuilderMaureenHelm
authored andcommitted
doc: release: Add Arm arch to 3.6 release notes
Adds highlights for the Arm architecture to the 3.6 release notes. Signed-off-by: Kevin Townsend <[email protected]>
1 parent 4f64d61 commit d18a7b7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/releases/release-notes-3.6.rst

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

3232
* ARM
3333

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+
3447
* ARM64
3548

3649
* RISC-V

0 commit comments

Comments
 (0)