Skip to content

Commit ff8c4f3

Browse files
doc: release: release notes-4.3: document new ARM C-M save/restore APIs
Add node about new architecture APIs to save and restore ARM Cortex-M system state. Signed-off-by: Mathieu CHOPLAIN <[email protected]>
1 parent 306bf5e commit ff8c4f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ New APIs and options
7878
* Architectures
7979

8080
* :kconfig:option:`CONFIG_SRAM_SW_ISR_TABLE`
81+
* ARM (Cortex-M) system state save/restore primitives
82+
83+
* :c:func:`z_arm_save_scb_context` / :c:func:`z_arm_restore_scb_context`
84+
* :c:func:`z_arm_save_mpu_context` / :c:func:`z_arm_restore_mpu_context`
85+
* Existing :c:func:`z_arm_save_fp_context` and :c:func:`z_arm_save_fp_context` have also been updated
8186

8287
* Bluetooth
8388

0 commit comments

Comments
 (0)