Compare commits
No commits in common. "40ae617b228ef72de14bd51e8aa17c5ec400edca" and "c3a4c64a00bcc589430dbbaee4eceb99bc51ee52" have entirely different histories.
40ae617b22
...
c3a4c64a00
2 changed files with 1 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,8 +1,6 @@
|
|||
*.bin
|
||||
*.elf
|
||||
*.map
|
||||
*.a
|
||||
*.o
|
||||
ch32fun.c
|
||||
ch32fun.h
|
||||
ch32fun.ld
|
||||
|
|
2
Makefile
2
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 = output
|
||||
TARGET = blink
|
||||
TARGET_MCU?=CH32V003
|
||||
NEWLIB=/usr/arm-none-eabi/include
|
||||
TOOL_PREFIX := riscv32-linux-gnu
|
||||
|
|
Loading…
Add table
Reference in a new issue