From d25e19f78051ce3f8904411195830eb071983ee1 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 27 Aug 2017 23:36:56 -0700 Subject: [PATCH] Add NIOS2/MMU sample Signed-off-by: Alexey Neyman --- samples/nios2-altera-linux-gnu/crosstool.config | 7 +++++++ samples/nios2-altera-linux-gnu/reported.by | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 samples/nios2-altera-linux-gnu/crosstool.config create mode 100644 samples/nios2-altera-linux-gnu/reported.by diff --git a/samples/nios2-altera-linux-gnu/crosstool.config b/samples/nios2-altera-linux-gnu/crosstool.config new file mode 100644 index 00000000..0b87b577 --- /dev/null +++ b/samples/nios2-altera-linux-gnu/crosstool.config @@ -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 diff --git a/samples/nios2-altera-linux-gnu/reported.by b/samples/nios2-altera-linux-gnu/reported.by new file mode 100644 index 00000000..52814ae5 --- /dev/null +++ b/samples/nios2-altera-linux-gnu/reported.by @@ -0,0 +1,3 @@ +reporter_name="makoehr@github" +reporter_url="" +reporter_comment="Sample configuration for Altera NIOS II with MMU."