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
171dab4f22
zephyr
/
boards
/
qemu_cortex_m3
/
Kconfig.board
5 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: switch to board based configurations Define boards based on platforms/SoCs and define them under boards/. Also unify the naming of all platform, SoC and board files and use platform.h for platforms and board.h for boards. Change-Id: Icfeb96479ab5800aca98c80a79bdc3cecd645314 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-13 22:31:16 +08:00
config BOARD_QEMU_CORTEX_M3
bool "Cortex-M3 Emulation (Qemu)"
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_TI_LM3S6965