Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example projects #116

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading