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-10-28 20:10:55 +01:00
|
|
|
tinygo flash -target=xiao-ble
|
2024-11-13 22:04:42 +01:00
|
|
|
|
|
|
|
production:
|
2024-11-14 11:22:43 +01:00
|
|
|
tinygo flash -target=xiao-ble -serial=none -size=short -opt=z -gc=leaking -scheduler=tasks
|