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
f655da2b5e
zephyr
/
boards
/
nios2
/
altera_max10
/
Kconfig.board
5 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
nios2: basic build, non-functional Basic build framework for Nios2. Everything is stubbed out, we just want to have a build going so that we can start to parallelize implementation tasks. This patch is not intended to be functional, but should be able to produce a binary for all the nanokernel-based sanity checks. Change-Id: I12dd8ca4a2273f7662bee46175822c9bbd99202a Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-04-22 05:47:09 +08:00
Cleanup whitespace in Kconfig files Convert leading whitespace into tabs in Kconfig files. Also replaced double spaces between config and <prompt>. Change-Id: I341c718ecf4143529b477c239bbde88e18f37062 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-05-25 07:17:13 +08:00
config BOARD_ALTERA_MAX10
bool "Altera MAX10 Board"
altera_max10: use Nios II/f core Has extra debug capabilities and the board has sufficient space for it. Change-Id: I638c665e766f1a41dc5db89fcf8b8c0d44912789 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-18 00:15:52 +08:00
depends on SOC_NIOS2F_ZEPHYR