Skip to content

Commit e509cdc

Browse files
committed
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 <[email protected]>
1 parent e20676d commit e509cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/arm/efm32pg_stk3402a/efm32pg_stk3402a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ flash: 1024
77
toolchain:
88
- zephyr
99
- gccarmemb
10+
- xtools
1011
supported:
1112
- i2c
1213
- gpio
1314
testing:
1415
ignore_tags:
15-
- xtools
1616
- net
1717
- bluetooth

boards/arm/lpcxpresso54114/lpcxpresso54114_m0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ram: 32
1212
flash: 64
1313
testing:
1414
ignore_tags:
15-
- xtools
1615
- net
1716
toolchain:
17+
- xtools
1818
- zephyr
1919
- gnuarmemb

0 commit comments

Comments
 (0)