This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
6bea1becab
zephyr
/
boards
/
arm
/
arduino_due
/
Kconfig.board
5 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-01-21 13:10:59 +08:00
config BOARD_ARDUINO_DUE
bool "Arduino Due Board"
boards: make individual boards dependent on SoC selections This makes the board selection dependent on SoC selection. For example, select Atmel SAM3 will only allow "Arduino Due" as board selection. This disallows incompatible SoC/board combination, like K64F with Arduino Due. JIRA: ZEP-106 Change-Id: I675961cf33db5a0058fc68f14c8f16978f9c6b95 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-15 06:28:48 +08:00
depends on SOC_ATMEL_SAM3X8E