project start
This commit is contained in:
parent
821380d21c
commit
6bc4087474
3
fw/.gitignore
vendored
3
fw/.gitignore
vendored
@ -6,4 +6,5 @@
|
||||
*.lst
|
||||
*.map
|
||||
*.elf
|
||||
*.hex
|
||||
*.hex
|
||||
compile_commands.json
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
all : flash
|
||||
all : build
|
||||
|
||||
TARGET:=blink
|
||||
TARGET:=main
|
||||
TARGET_MCU:=CH32X035
|
||||
|
||||
include ch32fun/ch32fun/ch32fun.mk
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
#include <ch32fun.h>
|
||||
|
||||
int main(void) {
|
||||
unsigned int x = 0;
|
||||
while(true) {
|
||||
x = x+1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user