samples: portability: set integration_platforms to native_posix
Set integration_platforms on these samples to just native_posix. This should be sufficient to make sure these tests build and run. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
1fa3447b4e
commit
49f1e22a13
4 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
sample:
|
sample:
|
||||||
name: CMSIS_RTOS_V1 Dining Philosophers
|
name: CMSIS_RTOS_V1 Dining Philosophers
|
||||||
common:
|
common:
|
||||||
|
integration_platforms:
|
||||||
|
- native_posix
|
||||||
extra_args: DEBUG_PRINTF=1
|
extra_args: DEBUG_PRINTF=1
|
||||||
tags: cmsis_rtos
|
tags: cmsis_rtos
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
|
|
|
@ -2,6 +2,8 @@ sample:
|
||||||
name: CMSIS_RTOS_V1 Synchronization
|
name: CMSIS_RTOS_V1 Synchronization
|
||||||
tests:
|
tests:
|
||||||
sample.portability.cmsis_rtos_v1.timer_synchronization:
|
sample.portability.cmsis_rtos_v1.timer_synchronization:
|
||||||
|
integration_platforms:
|
||||||
|
- native_posix
|
||||||
tags: cmsis_rtos
|
tags: cmsis_rtos
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
min_flash: 34
|
min_flash: 34
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
sample:
|
sample:
|
||||||
name: CMSIS_RTOS_V2 Dining Philosophers
|
name: CMSIS_RTOS_V2 Dining Philosophers
|
||||||
common:
|
common:
|
||||||
|
integration_platforms:
|
||||||
|
- native_posix
|
||||||
extra_args: DEBUG_PRINTF=1
|
extra_args: DEBUG_PRINTF=1
|
||||||
tags: cmsis_rtos
|
tags: cmsis_rtos
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
|
|
|
@ -2,6 +2,8 @@ sample:
|
||||||
name: CMSIS_RTOS_V2 Synchronization
|
name: CMSIS_RTOS_V2 Synchronization
|
||||||
tests:
|
tests:
|
||||||
sample.portability.cmsis_rtos_v2.timer_synchronization:
|
sample.portability.cmsis_rtos_v2.timer_synchronization:
|
||||||
|
integration_platforms:
|
||||||
|
- native_posix
|
||||||
tags: cmsis_rtos
|
tags: cmsis_rtos
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
min_flash: 34
|
min_flash: 34
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue