zephyr/boards/arduino_due/Kconfig.board
Daniel Leung 1cc2d3053c boards: adds initial support for Arduino Due
This adds very basic support for running on Arduino Due.
Only the nanokernel hello_world has been tested.

Change-Id: I42b83d7f23ff88f709d2d6f2d43c6d29c82b9d32
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:25:21 -05:00

6 lines
91 B
Plaintext

config BOARD_ARDUINO_DUE
bool "Arduino Due Board"
select SOC_ATMEL_SAM3
depends on ARM