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
|
2024-11-13 22:04:42 +01:00
|
|
|
|
|
|
|
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
|