blob: 0773903285b6d024b304d0ee688c298b7620c11b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#@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"
|