sanitycheck: add nrf52_nitrogen and nrf52_pca10040
Enable build tests for the nRF52 Nitrogen and nRF52 DK platforms. Change-Id: Id099167c38a49aa8d9a8a8cb0ed71a9a938e2a46 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
This commit is contained in:
parent
57cf077e9c
commit
26b9140b9f
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
[arch]
|
||||
name = arm
|
||||
platforms = qemu_cortex_m3 frdm_k64f arduino_due nucleo_f103rb stm32_mini_a15 olimexino_stm32
|
||||
platforms = qemu_cortex_m3 frdm_k64f arduino_due nucleo_f103rb stm32_mini_a15
|
||||
olimexino_stm32 nrf52_nitrogen nrf52_pca10040
|
||||
|
||||
[qemu_cortex_m3]
|
||||
qemu_support = true
|
||||
|
@ -16,3 +17,9 @@ qemu_support = false
|
|||
|
||||
[stm32_mini_a15]
|
||||
qemu_support = false
|
||||
|
||||
[nrf52_nitrogen]
|
||||
qemu_support = false
|
||||
|
||||
[nrf52_pca10040]
|
||||
qemu_support = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue