mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 23:03:20 +00:00
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>
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
|
|
config BOARD_ARDUINO_DUE
|
|
bool "Arduino Due Board"
|
|
select SOC_ATMEL_SAM3
|
|
depends on ARM
|