summaryrefslogtreecommitdiff
path: root/scripts/sanity_chk
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-11-05 16:06:41 +0200
committerAnas Nashif <nashif@linux.intel.com>2016-11-08 15:00:00 +0000
commitdad2a77e6b926c663d47866d8004d18cc748043d (patch)
tree2c9fb8524df50fe18335e40c7a986b1fa6ffc1ae /scripts/sanity_chk
parent05bed1c6634ecb7c90ca93858f4dd8076b94366e (diff)
boards: Add support for Quark SE C1000_BLE
The Quark SE C1000 BLE Core is a nRF51822-QFAA, with 16kB of RAM and 256kB of flash. The configuration is otherwise similar to the Arduino 101 BLE, except that the UART RTS pin is the same as that used by nrf51_pca10028. Change-Id: I88cb18876bdde65abcf9a499894f70802046c824 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'scripts/sanity_chk')
-rw-r--r--scripts/sanity_chk/arches/arm.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sanity_chk/arches/arm.ini b/scripts/sanity_chk/arches/arm.ini
index dd60faeae..7caa4d9a7 100644
--- a/scripts/sanity_chk/arches/arm.ini
+++ b/scripts/sanity_chk/arches/arm.ini
@@ -3,7 +3,7 @@ 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_blenano
- arduino_101_ble cc3200_launchxl
+ arduino_101_ble cc3200_launchxl quark_se_c1000_ble
supported_toolchains = zephyr gccarmemb
[qemu_cortex_m3]