The Zephyr documentation states that the ARM GCC embedded toolchain is
supported for ARM platforms so lets add a reference to allow sanitycheck
to build with this configuration. This patch fixes 4b554baa87
("sanitycheck: support for multiple toolchain").
Change-Id: I5578a3c78432219e2ba4d7393899d54c818c5c17
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
26 lines
457 B
INI
26 lines
457 B
INI
[arch]
|
|
name = arm
|
|
platforms = qemu_cortex_m3 frdm_k64f arduino_due nucleo_f103rb stm32_mini_a15
|
|
olimexino_stm32 nrf52_nitrogen nrf52_pca10040
|
|
supported_toolchains = zephyr gccarmemb
|
|
|
|
[qemu_cortex_m3]
|
|
qemu_support = true
|
|
|
|
[frdm_k64f]
|
|
qemu_support = false
|
|
|
|
[arduino_due]
|
|
qemu_support = false
|
|
|
|
[nucleo_f103rb]
|
|
qemu_support = false
|
|
|
|
[stm32_mini_a15]
|
|
qemu_support = false
|
|
|
|
[nrf52_nitrogen]
|
|
qemu_support = false
|
|
|
|
[nrf52_pca10040]
|
|
qemu_support = false
|