From fcb817ada4d319450b80694a1024849a90fbedb4 Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Tue, 20 Feb 2018 11:58:08 +0100 Subject: [PATCH] Pack: Update PSDC and changelog for 10.0.1 release. --- ARM.CMSIS-FreeRTOS.pdsc | 20 ++++++++------------ DoxyGen/General/src/cmsis_freertos.txt | 15 ++++++++------- README.md | 2 +- 3 files changed, 17 insertions(+), 20 deletions(-) diff --git a/ARM.CMSIS-FreeRTOS.pdsc b/ARM.CMSIS-FreeRTOS.pdsc index 606abe068..029e14a61 100644 --- a/ARM.CMSIS-FreeRTOS.pdsc +++ b/ARM.CMSIS-FreeRTOS.pdsc @@ -8,17 +8,13 @@ License/license.txt - - Updated to FreeRTOS V10.0.1 - - - Added queue registry support to CMSIS:RTOS2:FreeRTOS component - Updated CMSIS-FreeRTOS component view to display queue, mutex and semaphore objects - - - Active development... - Updated to CMSIS RTOS2 API 2.1.2 and OS Tick API 1.0.1 - Fixed context switch response latency for API calls from ISR + + FreeRTOS 10.0.0 + Maintenance for CMSIS 5.3.0: + - Added queue registry support to CMSIS:RTOS2:FreeRTOS component. + - Updated CMSIS-FreeRTOS component view to display queue, mutex and semaphore objects. + - Updated to CMSIS RTOS2 API 2.1.2 and OS Tick API 1.0.1. + - Fixed context switch response latency for API calls from ISR. FreeRTOS 9.0.0 @@ -39,7 +35,7 @@ - + diff --git a/DoxyGen/General/src/cmsis_freertos.txt b/DoxyGen/General/src/cmsis_freertos.txt index a77f85f95..43d164e72 100644 --- a/DoxyGen/General/src/cmsis_freertos.txt +++ b/DoxyGen/General/src/cmsis_freertos.txt @@ -59,13 +59,14 @@ File/Directory |Content 10.0.1 - Updated to FreeRTOS V10.0.1 - - - - 9.1.1 - - Updated to CMSIS RTOS2 API 2.1.2 +

FreeRTOS V10.0.0

+

Maintenance release for CMSIS 5.3.0: +

    +
  • RTOS2 API 2.1.2
  • +
  • OS Tick API 1.0.1
  • +
  • Enhanced context switch response latency for API calls from ISR.
  • +
  • Enhanced debug awareness in SCVD.
  • +
diff --git a/README.md b/README.md index 6ef866d06..54cbd0a16 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CMSIS-FreeRTOS -The branch *master* of this GitHub repository contains the CMSIS-RTOS adoption of FreeRTOS Version 9.0.0 as it is released as Software Pack on http://www.keil.com/pack. The [documentation](https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html) is available under https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html. +The branch *master* of this GitHub repository contains the CMSIS-RTOS adoption of FreeRTOS Version 10.0.0 as it is released as Software Pack on http://www.keil.com/pack. The [documentation](https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html) is available under https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html. Use *Issues* to provide feedback and report problems for CMSIS FreeRTOS implementation.