Selaa lähdekoodia

RTOS2: Update version information for OS Tick Private Timer.

Jonatan Antoni 8 vuotta sitten
vanhempi
sitoutus
c6dca33971
2 muutettua tiedostoa jossa 7 lisäystä ja 4 poistoa
  1. 4 1
      ARM.CMSIS.pdsc
  2. 3 3
      CMSIS/RTOS2/Source/os_tick_ptim.c

+ 4 - 1
ARM.CMSIS.pdsc

@@ -8,6 +8,9 @@
   <url>http://www.keil.com/pack/</url>
 
   <releases>
+    <release version="5.3.1-dev1">
+      Active development...
+    </release>
     <release version="5.3.1-dev0">
       Patch release scheduled for after EW18.
     </release>
@@ -2470,7 +2473,7 @@ and 8-bit Java bytecodes in Jazelle state.
     </component>
 
     <!-- OS Tick -->
-    <component Cclass="Device" Cgroup="OS Tick" Csub="Private Timer" Capiversion="1.0.1" Cversion="1.0.1" condition="OS Tick PTIM">
+    <component Cclass="Device" Cgroup="OS Tick" Csub="Private Timer" Capiversion="1.0.1" Cversion="1.0.2" condition="OS Tick PTIM">
       <description>OS Tick implementation using Private Timer</description>
       <files>
         <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_ptim.c"/>

+ 3 - 3
CMSIS/RTOS2/Source/os_tick_ptim.c

@@ -1,11 +1,11 @@
 /**************************************************************************//**
  * @file     os_tick_ptim.c
  * @brief    CMSIS OS Tick implementation for Private Timer
- * @version  V1.0.1
- * @date     24. November 2017
+ * @version  V1.0.2
+ * @date     02. March 2018
  ******************************************************************************/
 /*
- * Copyright (c) 2017 ARM Limited. All rights reserved.
+ * Copyright (c) 2017-2018 Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: Apache-2.0
  *