Merge pull request #818 from stilor/nios2-mmu

Add NIOS2/MMU sample
This commit is contained in:
Alexey Neyman 2017-08-27 23:40:28 -07:00 committed by GitHub
commit 98b6a5a450
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."