Compare commits

...

2 commits

Author SHA1 Message Date
Imbus
40ae617b22 Rename output elf to output 2025-02-12 19:46:37 +01:00
Imbus
0f1952296e Ignore 2025-02-12 19:46:19 +01:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,6 +1,8 @@
*.bin *.bin
*.elf *.elf
*.map *.map
*.a
*.o
ch32fun.c ch32fun.c
ch32fun.h ch32fun.h
ch32fun.ld ch32fun.ld

View file

@ -2,7 +2,7 @@ REV := master
BASE := https://raw.githubusercontent.com/cnlohr/ch32v003fun/$(REV) BASE := https://raw.githubusercontent.com/cnlohr/ch32v003fun/$(REV)
CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300 CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300
TARGET = blink TARGET = output
TARGET_MCU?=CH32V003 TARGET_MCU?=CH32V003
NEWLIB=/usr/arm-none-eabi/include NEWLIB=/usr/arm-none-eabi/include
TOOL_PREFIX := riscv32-linux-gnu TOOL_PREFIX := riscv32-linux-gnu