From 3ed72856cc442467cf11cf7ca486c05e9677dd33 Mon Sep 17 00:00:00 2001 From: Robert Rostohar Date: Fri, 13 Oct 2023 07:03:20 +0200 Subject: [PATCH] OS Tick: moved from Device to CMSIS class --- ARM.CMSIS.pdsc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ARM.CMSIS.pdsc b/ARM.CMSIS.pdsc index 6b65f0868..333efee2a 100644 --- a/ARM.CMSIS.pdsc +++ b/ARM.CMSIS.pdsc @@ -19,6 +19,7 @@ - RTX4 Deprecated and removed! CMSIS-RTOS2: 2.3.0 (see revision history for details) - RTX5 Moved into separate pack! + - OS Tick moved from Device to CMSIS class CMSIS-Driver: 2.9.0 - Updated VIO API 1.0.0 - Added GPIO Driver API 1.0.0 @@ -430,7 +431,8 @@ - + + RTOS Kernel system tick timer interface @@ -679,21 +681,21 @@ - + OS Tick implementation using Cortex-M SysTick Timer - + OS Tick implementation using Private Timer - + OS Tick implementation using Generic Physical Timer