initial commit
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
xiao: flash
|
||||
|
||||
prepare:
|
||||
./flashing_time.py
|
||||
|
||||
flash:
|
||||
tinygo flash -target=xiao-ble -size=short
|
||||
|
||||
production:
|
||||
tinygo flash -target=xiao-ble -serial=none -size=short
|
||||
|
||||
testing:
|
||||
tinygo flash -target=xiao-ble -serial=none -size=short -opt=2 -gc=leaking -scheduler=tasks
|
||||
Reference in New Issue
Block a user