Skip to content

Commit dfa52a7

Browse files
Update History.txt for V10.6.2 (#912)
* Update History.txt for V10.6.2
1 parent 2f66e47 commit dfa52a7

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

History.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Documentation and download available at https://www.FreeRTOS.org/
22

3-
Changes between FreeRTOS V10.6.0 and FreeRTOS 10.6.1 released August 17, 2023
3+
Changes between FreeRTOS V10.6.1 and FreeRTOS V10.6.2 released November 29, 2023
4+
5+
+ Add the following improvements to the new MPU wrapper (mpu_wrappers_v2.c)
6+
introduced in version 10.6.0:
7+
- Introduce Access Control List (ACL) feature to allow the application
8+
writer to control an unprivileged task’s access to kernel objects.
9+
- Update the system call entry mechanism to only require one Supervisor
10+
Call (SVC) instruction.
11+
- Wrap parameters for system calls with more than four parameters in a
12+
struct to avoid special handling during system call entry.
13+
- Fix 2 possible integer overflows.
14+
- Convert some asserts to run time parameter checks.
15+
16+
Changes between FreeRTOS V10.6.0 and FreeRTOS V10.6.1 released August 17, 2023
417

518
+ Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
619
The same checks are already performed in API implementations using
@@ -13,7 +26,7 @@ Changes between FreeRTOS V10.6.0 and FreeRTOS 10.6.1 released August 17, 2023
1326
- Xinhui Shao, Yumeng Wei, Huaiyu Yan, Zhen Ling of School of
1427
Computer Science and Engineering, Southeast University, China.
1528

16-
Changes between FreeRTOS V10.5.1 and FreeRTOS 10.6.0 released July 13, 2023
29+
Changes between FreeRTOS V10.5.1 and FreeRTOS V10.6.0 released July 13, 2023
1730

1831
+ Add a new MPU wrapper that places additional restrictions on unprivileged
1932
tasks. The following is the list of changes introduced with the new MPU

0 commit comments

Comments
 (0)