summaryrefslogtreecommitdiff
path: root/scripts/sanity_chk
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-11-03 12:45:57 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-11-03 19:20:20 +0000
commita3e23bc02238b90c2eeb482b4c6643504276ea1d (patch)
tree24e821f5c8d0554daebf31977929ad30684cce76 /scripts/sanity_chk
parent6f6632ddc5f904882b450f205d8764a3e1fca0cc (diff)
sanitycheck: enable missing ARM platforms
Now that these platforms pass sanitycheck add them into the list of platforms we support Change-Id: If559c80e107505e6b98f81c0e94b9862618b1735 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'scripts/sanity_chk')
-rw-r--r--scripts/sanity_chk/arches/arm.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/sanity_chk/arches/arm.ini b/scripts/sanity_chk/arches/arm.ini
index 8fff2f900..d418482d9 100644
--- a/scripts/sanity_chk/arches/arm.ini
+++ b/scripts/sanity_chk/arches/arm.ini
@@ -2,7 +2,9 @@
name = arm
platforms = qemu_cortex_m3 frdm_k64f arduino_due nucleo_f103rb stm32_mini_a15
olimexino_stm32 96b_nitrogen nrf52_pca10040 hexiwear_k64
- nrf51_pca10028 nucleo_f401re 96b_carbon
+ nrf51_pca10028 nucleo_f401re 96b_carbon nrf51_blenano
+ arduino_101_ble
+
supported_toolchains = zephyr gccarmemb
[qemu_cortex_m3]