samples: add a config for bare metal NIOS2

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
This commit is contained in:
Kirill K. Smirnov 2017-07-01 14:32:09 +03:00
parent 81327dd966
commit a19d97c4dc
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
CT_ARCH_nios2=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
# CT_GDB_CROSS_PYTHON is not set
CT_GETTEXT=y

View File

@ -0,0 +1,3 @@
reporter_name="Kirill K. Smirnov"
reporter_url=""
reporter_comment="Toolchain for NIOS2 bare metal targets"