Commit 4e5ae8e5 authored by Sebastian Bøe's avatar Sebastian Bøe Committed by Anas Nashif
Browse files

boards: yaml: Use corrrect toolchain name



Use the name 'gnuarmemb' instead of 'gccarmemb' when declaring
toolchain compatibility.

Signed-off-by: default avatarSebastian Bøe <sebastian.boe@nordicsemi.no>
parent 87e4dc33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ ram: 8
flash: 64
toolchain:
  - zephyr
  - gccarmemb
  - gnuarmemb
supported:
  - gpio
testing:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ type: mcu
arch: arm
toolchain:
  - zephyr
  - gccarmemb
  - gnuarmemb
supported:
  - pwm
  - spi