Add NIOS2/MMU sample

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-08-27 23:36:56 -07:00
parent 893685e738
commit d25e19f780
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
CT_ARCH_NIOS2=y
CT_ARCH_USE_MMU=y
CT_TARGET_VENDOR="altera"
CT_KERNEL_LINUX=y
CT_CC_LANG_CXX=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set

View File

@ -0,0 +1,3 @@
reporter_name="makoehr@github"
reporter_url=""
reporter_comment="Sample configuration for Altera NIOS II with MMU."