From 12ebb99854ffbb18c9ae00cc60724b7371f608c3 Mon Sep 17 00:00:00 2001 From: kar-rahul-aws Date: Thu, 17 Aug 2023 22:30:20 +0530 Subject: [PATCH 1/2] Update History.txt for V10.6.1 Signed-off-by: kar-rahul-aws --- History.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/History.txt b/History.txt index 1bf7ea045d..fb22fec4fc 100644 --- a/History.txt +++ b/History.txt @@ -1,5 +1,18 @@ 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 + Add a new MPU wrapper that places additional restrictions on unprivileged From 0e771ae47ebc22703937430775c7fd1e7da9722c Mon Sep 17 00:00:00 2001 From: kar-rahul-aws Date: Thu, 17 Aug 2023 22:34:59 +0530 Subject: [PATCH 2/2] Fix formatting --- History.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/History.txt b/History.txt index fb22fec4fc..588500150c 100644 --- a/History.txt +++ b/History.txt @@ -2,16 +2,16 @@ 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. + + 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