Skip to content

Commit e3d486f

Browse files
doc: release: release notes-4.3: document new ARM C-M save/restore APIs
1 parent f142ba4 commit e3d486f

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)