We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f142ba4 commit e3d486fCopy full SHA for e3d486f
doc/releases/release-notes-4.3.rst
@@ -78,6 +78,11 @@ New APIs and options
78
* Architectures
79
80
* :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
86
87
* Bluetooth
88
0 commit comments