From 6813c75d03b6c870f4b0be786ea736c6db18e59b Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 5 Feb 2021 17:28:59 +0800 Subject: [PATCH] arduino-101: drop machine configuration No longer supported. https://github.com/zephyrproject-rtos/zephyr/commit/ffaba63b107780562c2c76ca066a7857bc497303 Signed-off-by: Naveen Saini --- conf/machine/arduino-101.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 conf/machine/arduino-101.conf diff --git a/conf/machine/arduino-101.conf b/conf/machine/arduino-101.conf deleted file mode 100644 index 0773903..0000000 --- a/conf/machine/arduino-101.conf +++ /dev/null @@ -1,14 +0,0 @@ -#@TYPE: Machine -#@NAME: arduino-101 - -#@DESCRIPTION: Machine configuration for Arduino 101 Board. - -TARGET_OS_arduino-101 = "elfiamcu" -require conf/machine/include/tune-iamcu.inc -TUNE_PKGARCH_arduino-101 = "iamcu" - -TARGET_LINK_HASH_STYLE = "" -ZEPHYR_INHERIT_CLASSES += "zephyr-flash-dfu" - -ARCH_arduino-101 = "x86" -