Skip to content

Commit 0ab31da

Browse files
committed
Update History.txt for 10.4.3 LTS Patch 1
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 8341ffd commit 0ab31da

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

History.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
Documentation and download available at https://www.FreeRTOS.org/
22

3+
Changes between FreeRTOS V10.4.3 and FreeRTOS V10.4.3 LTS Patch 1
4+
5+
+ ARMv8-M secure-side port: Tasks that call secure functions from the
6+
non-secure side of an ARMv8-M MCU (ARM Cortex-M23 and Cortex-M33) have two
7+
contexts – one on the non-secure side and one on the secure-side. Previous
8+
versions of the FreeRTOS ARMv8-M secure-side ports allocated the structures
9+
that reference secure-side contexts at run time. Now the structures are
10+
allocated statically at compile time. The change necessitates the
11+
introduction of the secureconfigMAX_SECURE_CONTEXTS configuration constant,
12+
which sets the number of statically allocated secure contexts.
13+
secureconfigMAX_SECURE_CONTEXTS defaults to 8 if left undefined.
14+
Applications that only use FreeRTOS code on the non-secure side, such as
15+
those running third-party code on the secure side, are not affected by
16+
this change.
17+
18+
319
Changes between FreeRTOS V10.4.2 and FreeRTOS V10.4.3 released December 14 2020
420

521
V10.4.3 is included in the 202012.00 LTS release. Learn more at https:/freertos.org/lts-libraries.html

0 commit comments

Comments
 (0)