13 lines
263 B
Makefile
Raw Normal View History

2024-11-12 13:57:14 +01:00
xiao: flash
2024-10-28 20:10:55 +01:00
2024-11-12 13:57:14 +01:00
prepare:
./flashing_time.py
2024-10-28 20:10:55 +01:00
2024-11-12 13:57:14 +01:00
flash:
2024-11-18 23:59:40 +01:00
tinygo flash -target=xiao-ble -size=short
production:
2024-11-18 23:59:40 +01:00
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