Initial commit
This commit is contained in:
parent
ae6ef92b49
commit
2926c431a2
56 changed files with 8787 additions and 2 deletions
20
Makefile
Normal file
20
Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
all:
|
||||
pio -f -c vim run
|
||||
|
||||
upload:
|
||||
pio -f -c vim run --target upload -e $(board)
|
||||
|
||||
clean:
|
||||
pio -f -c vim run --target clean
|
||||
|
||||
program:
|
||||
pio -f -c vim run --target program
|
||||
|
||||
uploadfs:
|
||||
pio -f -c vim run --target uploadfs
|
||||
|
||||
update:
|
||||
pio -f -c vim update
|
||||
|
||||
monitor:
|
||||
pio device monitor --filter colorize
|
Loading…
Add table
Add a link
Reference in a new issue