From 0f1952296e894a92928d86ff11c463eba812bc72 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 12 Feb 2025 19:46:19 +0100 Subject: [PATCH 1/2] Ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b8e4dc0..2180bc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.bin *.elf *.map +*.a +*.o ch32fun.c ch32fun.h ch32fun.ld From 40ae617b228ef72de14bd51e8aa17c5ec400edca Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 12 Feb 2025 19:46:37 +0100 Subject: [PATCH 2/2] Rename output elf to output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acc3665..25b983d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ REV := master BASE := https://raw.githubusercontent.com/cnlohr/ch32v003fun/$(REV) CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300 -TARGET = blink +TARGET = output TARGET_MCU?=CH32V003 NEWLIB=/usr/arm-none-eabi/include TOOL_PREFIX := riscv32-linux-gnu