]> begriffs open source - cmsis-freertos/blob - CMSIS/RTOS2/FreeRTOS/Examples/App/Hello/Hello.cproject.yml
Correct memory allocation and access in osMemoryPoolNew (#142)
[cmsis-freertos] / CMSIS / RTOS2 / FreeRTOS / Examples / App / Hello / Hello.cproject.yml
1 project:
2   description: Hello World example
3
4   packs:
5     - pack: ARM::CMSIS@>=6.0.0
6     - pack: ARM::Cortex_DFP
7     - pack: ARM::CMSIS-FreeRTOS
8     - pack: ARM::CMSIS-View
9
10   components:
11     - component: CMSIS:CORE
12     - component: CMSIS:OS Tick:SysTick
13     - component: CMSIS:RTOS2:FreeRTOS&Cortex-M
14     - component: CMSIS-View:Event Recorder&Semihosting
15     
16     - component: RTOS&FreeRTOS:Core&Cortex-M
17     - component: RTOS&FreeRTOS:Config&CMSIS RTOS2
18     - component: RTOS&FreeRTOS:Event Groups
19     - component: RTOS&FreeRTOS:Heap&Heap_4
20     - component: RTOS&FreeRTOS:Timers
21
22   groups:
23     - group: Documentation
24       files:
25         - file: README.md
26     - group: Application
27       files:
28         - file: hello.c
29     - group: Board
30       files:
31         - file: main.c
32
33   layers:
34     - layer: $Target-Layer$
35       type: Target