Skip to content

Commit

Permalink
Examples: Specify missing SysTick for OS Tick component
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRostohar committed Nov 25, 2024
1 parent d9f884c commit 0ba56e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/sds_buffer/SDS_Buffer.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project:

components:
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: ARM::CMSIS:OS Tick
- component: ARM::CMSIS:OS Tick:SysTick
- component: ARM::SDS:Buffer

groups:
Expand Down
2 changes: 1 addition & 1 deletion examples/sds_player/SDS_Player.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project:

components:
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: ARM::CMSIS:OS Tick
- component: ARM::CMSIS:OS Tick:SysTick
- component: ARM::SDS:Buffer
- component: ARM::SDS:IO:File System&Semihosting
- component: ARM::SDS:Player
Expand Down
2 changes: 1 addition & 1 deletion examples/sds_recorder/fs/mdk/SDS_Recorder.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project:

components:
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: ARM::CMSIS:OS Tick
- component: ARM::CMSIS:OS Tick:SysTick
- component: ARM::SDS:Buffer
- component: ARM::SDS:IO:File System&MDK FS
- component: ARM::SDS:Recorder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project:

components:
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: ARM::CMSIS:OS Tick
- component: ARM::CMSIS:OS Tick:SysTick
- component: ARM::SDS:Buffer
- component: ARM::SDS:IO:File System&Semihosting
- component: ARM::SDS:Recorder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project:

components:
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: ARM::CMSIS:OS Tick
- component: ARM::CMSIS:OS Tick:SysTick
- component: ARM::SDS:Buffer
- component: ARM::SDS:IO:Serial&CMSIS USART
- component: ARM::SDS:Recorder
Expand Down
2 changes: 1 addition & 1 deletion examples/sds_recorder/socket/SDS_Recorder.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project:

components:
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: ARM::CMSIS:OS Tick
- component: ARM::CMSIS:OS Tick:SysTick
- component: ARM::SDS:Buffer
- component: ARM::SDS:IO:Socket
- component: ARM::SDS:Recorder
Expand Down
2 changes: 1 addition & 1 deletion examples/sds_recorder/vcom/mdk/SDS_Recorder.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project:

components:
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: ARM::CMSIS:OS Tick
- component: ARM::CMSIS:OS Tick:SysTick
- component: ARM::SDS:Buffer
- component: ARM::SDS:IO:VCOM&MDK USB
- component: ARM::SDS:Recorder
Expand Down

0 comments on commit 0ba56e3

Please sign in to comment.