Skip to content

Commit

Permalink
Update example projects
Browse files Browse the repository at this point in the history
- correct CMSIS:OS Tick:SysTick component specification
- remove vendor from component specification
  • Loading branch information
VladimirUmek committed Nov 25, 2024
1 parent 533ca44 commit 1a2dd35
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions CMSIS/RTOS2/FreeRTOS/Examples/App/Hello/Hello.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a2dd35

Please sign in to comment.