From 1a2dd35eb64974e48a86f32bba689d01a0c43f40 Mon Sep 17 00:00:00 2001 From: Vladimir Umek Date: Mon, 25 Nov 2024 14:34:22 +0100 Subject: [PATCH] Update example projects - correct CMSIS:OS Tick:SysTick component specification - remove vendor from component specification --- .../Examples/App/Hello/Hello.cproject.yml | 18 +++++++++--------- .../NonSecure/TZ_NonSecure.cproject.yml | 18 +++++++++--------- .../TrustZone/Secure/TZ_Secure.cproject.yml | 4 ++-- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CMSIS/RTOS2/FreeRTOS/Examples/App/Hello/Hello.cproject.yml b/CMSIS/RTOS2/FreeRTOS/Examples/App/Hello/Hello.cproject.yml index 833cc97b..2eda940b 100644 --- a/CMSIS/RTOS2/FreeRTOS/Examples/App/Hello/Hello.cproject.yml +++ b/CMSIS/RTOS2/FreeRTOS/Examples/App/Hello/Hello.cproject.yml @@ -8,16 +8,16 @@ project: - pack: ARM::CMSIS-View components: - - component: ARM::CMSIS:CORE - - component: ARM::CMSIS:OS Tick - - component: ARM::CMSIS:RTOS2:FreeRTOS - - component: ARM::CMSIS-View:Event Recorder&Semihosting + - component: CMSIS:CORE + - component: CMSIS:OS Tick:SysTick + - component: CMSIS:RTOS2:FreeRTOS + - component: CMSIS-View:Event Recorder&Semihosting - - component: ARM::RTOS&FreeRTOS:Core&Cortex-M - - component: ARM::RTOS&FreeRTOS:Config&CMSIS RTOS2 - - component: ARM::RTOS&FreeRTOS:Event Groups - - component: ARM::RTOS&FreeRTOS:Heap&Heap_4 - - component: ARM::RTOS&FreeRTOS:Timers + - component: RTOS&FreeRTOS:Core&Cortex-M + - component: RTOS&FreeRTOS:Config&CMSIS RTOS2 + - component: RTOS&FreeRTOS:Event Groups + - component: RTOS&FreeRTOS:Heap&Heap_4 + - component: RTOS&FreeRTOS:Timers groups: - group: Documentation diff --git a/CMSIS/RTOS2/FreeRTOS/Examples/App/TrustZone/NonSecure/TZ_NonSecure.cproject.yml b/CMSIS/RTOS2/FreeRTOS/Examples/App/TrustZone/NonSecure/TZ_NonSecure.cproject.yml index 96cc2f03..b9997f24 100644 --- a/CMSIS/RTOS2/FreeRTOS/Examples/App/TrustZone/NonSecure/TZ_NonSecure.cproject.yml +++ b/CMSIS/RTOS2/FreeRTOS/Examples/App/TrustZone/NonSecure/TZ_NonSecure.cproject.yml @@ -9,16 +9,16 @@ project: - pack: ARM::CMSIS-View components: - - component: ARM::CMSIS:CORE - - component: ARM::CMSIS:OS Tick - - component: ARM::CMSIS:RTOS2:FreeRTOS - - component: ARM::CMSIS-View:Event Recorder&Semihosting + - component: CMSIS:CORE + - component: CMSIS:OS Tick:SysTick + - component: CMSIS:RTOS2:FreeRTOS + - component: CMSIS-View:Event Recorder&Semihosting - - component: ARM::RTOS&FreeRTOS:Core&Cortex-M Non-Secure - - component: ARM::RTOS&FreeRTOS:Config&CMSIS RTOS2 - - component: ARM::RTOS&FreeRTOS:Event Groups - - component: ARM::RTOS&FreeRTOS:Heap&Heap_4 - - component: ARM::RTOS&FreeRTOS:Timers + - component: RTOS&FreeRTOS:Core&Cortex-M Non-Secure + - component: RTOS&FreeRTOS:Config&CMSIS RTOS2 + - component: RTOS&FreeRTOS:Event Groups + - component: RTOS&FreeRTOS:Heap&Heap_4 + - component: RTOS&FreeRTOS:Timers groups: - group: Documentation diff --git a/CMSIS/RTOS2/FreeRTOS/Examples/App/TrustZone/Secure/TZ_Secure.cproject.yml b/CMSIS/RTOS2/FreeRTOS/Examples/App/TrustZone/Secure/TZ_Secure.cproject.yml index e3d397e5..c3768cfb 100644 --- a/CMSIS/RTOS2/FreeRTOS/Examples/App/TrustZone/Secure/TZ_Secure.cproject.yml +++ b/CMSIS/RTOS2/FreeRTOS/Examples/App/TrustZone/Secure/TZ_Secure.cproject.yml @@ -8,8 +8,8 @@ project: - pack: ARM::CMSIS-FreeRTOS components: - - component: ARM::CMSIS:CORE - - component: ARM::RTOS&FreeRTOS:TrustZone + - component: CMSIS:CORE + - component: RTOS&FreeRTOS:TrustZone groups: - group: Documentation