boards: arm: Fix setting of xtools
efm32pg_stk3402a and lpcxpresso54114_m0 board yaml files didn't set xtools under the toolchain category, fix that. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
e20676d98a
commit
e509cdc5c4
2 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ flash: 1024
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- gccarmemb
|
- gccarmemb
|
||||||
|
- xtools
|
||||||
supported:
|
supported:
|
||||||
- i2c
|
- i2c
|
||||||
- gpio
|
- gpio
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- xtools
|
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -12,8 +12,8 @@ ram: 32
|
||||||
flash: 64
|
flash: 64
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- xtools
|
|
||||||
- net
|
- net
|
||||||
toolchain:
|
toolchain:
|
||||||
|
- xtools
|
||||||
- zephyr
|
- zephyr
|
||||||
- gnuarmemb
|
- gnuarmemb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue