samples: hello_world: remove min_ram requirement
The hello_world sample builds everywhere so remove the min_ram requirement from samples.yaml. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
2f29d7904f
commit
fbd1bc2a93
1 changed files with 0 additions and 2 deletions
|
@ -6,10 +6,8 @@ tests:
|
||||||
- test:
|
- test:
|
||||||
build_only: true
|
build_only: true
|
||||||
tags: samples tests
|
tags: samples tests
|
||||||
min_ram: 16
|
|
||||||
- singlethread:
|
- singlethread:
|
||||||
build_only: true
|
build_only: true
|
||||||
extra_args: CONF_FILE=prj_single.conf
|
extra_args: CONF_FILE=prj_single.conf
|
||||||
filter: not CONFIG_BLUETOOTH and not CONFIG_GPIO_SCH
|
filter: not CONFIG_BLUETOOTH and not CONFIG_GPIO_SCH
|
||||||
tags: samples tests
|
tags: samples tests
|
||||||
min_ram: 16
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue