Initial commit

This commit is contained in:
Dorian Zedler 2021-05-09 20:45:59 +02:00
parent ae6ef92b49
commit 2926c431a2
Signed by: dozedler
GPG key ID: 989DE36109AFA354
56 changed files with 8787 additions and 2 deletions

20
Makefile Normal file
View 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