Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>2021-11-08 22:11:11 +0300
committerGitHub <noreply@github.com>2021-11-08 22:11:11 +0300
commit1ec7e507223e87c969040e1a3a2cc08f2631184c (patch)
tree17236e6d7934b28818b8a2d3dd1327fbfec922bc /History.txt
parent5a2a1d07024c92132639d6961089bdf840049dc1 (diff)
Change hyphen to ASCII character (#410)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 901b6add2..231190f5e 100644
--- a/History.txt
+++ b/History.txt
@@ -19,7 +19,7 @@ Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5 released September 10 2021
configIDLE_SHOULD_YIELD is set to 0.
+ ARMv8-M secure-side port: Tasks that call secure functions from the
non-secure side of an ARMv8-M MCU (ARM Cortex-M23 and Cortex-M33) have two
- contexts – one on the non-secure side and one on the secure-side. Previous
+ contexts - one on the non-secure side and one on the secure-side. Previous
versions of the FreeRTOS ARMv8-M secure-side ports allocated the structures
that reference secure-side contexts at run time. Now the structures are
allocated statically at compile time. The change necessitates the