From 99832196114c7e9451aa79d8cd0eb033cd833c20 Mon Sep 17 00:00:00 2001 From: Jiaxun Yang Date: Fri, 27 Dec 2024 13:23:39 +0000 Subject: lm32: Initial LatticeMicro32 support This target is in GCC/binutils for a while. It's baremetal only without upstream Linux support. Signed-off-by: Jiaxun Yang --- samples/lm32-unknown-elf/crosstool.config | 6 ++++++ samples/lm32-unknown-elf/reported.by | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 samples/lm32-unknown-elf/crosstool.config create mode 100644 samples/lm32-unknown-elf/reported.by (limited to 'samples') diff --git a/samples/lm32-unknown-elf/crosstool.config b/samples/lm32-unknown-elf/crosstool.config new file mode 100644 index 00000000..68915de2 --- /dev/null +++ b/samples/lm32-unknown-elf/crosstool.config @@ -0,0 +1,6 @@ +CT_CONFIG_VERSION="4" +CT_EXPERIMENTAL=y +CT_ARCH_LM32=y +CT_CC_LANG_CXX=y +CT_DEBUG_GDB=y +# CT_GDB_CROSS_PYTHON is not set diff --git a/samples/lm32-unknown-elf/reported.by b/samples/lm32-unknown-elf/reported.by new file mode 100644 index 00000000..500de2cd --- /dev/null +++ b/samples/lm32-unknown-elf/reported.by @@ -0,0 +1,3 @@ +reporter_name="Jiaxun Yang " +reporter_url="https://flygoat.com/" +reporter_comment="Example for building a toolchain for LM32 bare metal targets" -- cgit v1.2.3