Date
1 - 1 of 1
[meta-zephyr][PATCH 5/5] arduino-101-ble.conf: drop machine configuration
Naveen Saini
No longer supported.
https://github.com/zephyrproject-rtos/zephyr/commit/66d60d29411fa34725b450a9e5fa000f1c69b747 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> --- conf/machine/arduino-101-ble.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 conf/machine/arduino-101-ble.conf diff --git a/conf/machine/arduino-101-ble.conf b/conf/machine/arduino-101-ble.conf deleted file mode 100644 index 55c3857..0000000 --- a/conf/machine/arduino-101-ble.conf +++ /dev/null @@ -1,12 +0,0 @@ -#@TYPE: Machine -#@NAME: arduino-101-ble - -#@DESCRIPTION: Machine configuration for Arduino 101 Board. - -DEFAULTTUNE = "cortexm0" -require conf/machine/include/tune-cortexm0.inc - -TARGET_LINK_HASH_STYLE = "" -ZEPHYR_INHERIT_CLASSES += "zephyr-flash-dfu" - -ARCH_arduino-101-ble = "arm" -- 2.17.1
|
|