mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update History.txt for V10.6.1 (#759)
Update History.txt for V10.6.1 Signed-off-by: kar-rahul-aws <karahulx@amazon.com>
This commit is contained in:
parent
ace6b39fa0
commit
5678e7a27c
13
History.txt
13
History.txt
|
@ -1,5 +1,18 @@
|
||||||
Documentation and download available at https://www.FreeRTOS.org/
|
Documentation and download available at https://www.FreeRTOS.org/
|
||||||
|
|
||||||
|
Changes between FreeRTOS V10.6.0 and FreeRTOS 10.6.1 released August 17, 2023
|
||||||
|
|
||||||
|
+ Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
|
||||||
|
The same checks are already performed in API implementations using
|
||||||
|
asserts.
|
||||||
|
We thank the following people for their inputs in these changes:
|
||||||
|
- Lan Luo, Zixia Liu of School of Computer Science and Technology,
|
||||||
|
Anhui University of Technology, China.
|
||||||
|
- Xinwen Fu of Department of Computer Science, University of
|
||||||
|
Massachusetts Lowell, USA.
|
||||||
|
- Xinhui Shao, Yumeng Wei, Huaiyu Yan, Zhen Ling of School of
|
||||||
|
Computer Science and Engineering, Southeast University, China.
|
||||||
|
|
||||||
Changes between FreeRTOS V10.5.1 and FreeRTOS 10.6.0 released July 13, 2023
|
Changes between FreeRTOS V10.5.1 and FreeRTOS 10.6.0 released July 13, 2023
|
||||||
|
|
||||||
+ Add a new MPU wrapper that places additional restrictions on unprivileged
|
+ Add a new MPU wrapper that places additional restrictions on unprivileged
|
||||||
|
|
Loading…
Reference in a new issue