Files
meta-zephyr/conf/machine/arduino-101.conf
Juro Bystricky b3b5bb99dc arduino-101: Support for flashing via USB
Implement a class allowing flashing Arduino-101 using dfu-util.
User needs to have dfu-utils installed on the host machine.
All three cores supported (x86, ARM, ARC).

Sample usage:
    $ MACHINE=arduino-101 bitbake xxx
    $ MACHINE=arduino-101 bitbake xxx -c flash_usb

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-02-12 16:59:31 -08:00

12 lines
286 B
Plaintext

#@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"