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:
|
||||
- zephyr
|
||||
- gccarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- i2c
|
||||
- gpio
|
||||
testing:
|
||||
ignore_tags:
|
||||
- xtools
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -12,8 +12,8 @@ ram: 32
|
|||
flash: 64
|
||||
testing:
|
||||
ignore_tags:
|
||||
- xtools
|
||||
- net
|
||||
toolchain:
|
||||
- xtools
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue