initial commit

This commit is contained in:
2025-02-23 20:40:38 +01:00
commit a429c81bcb
7 changed files with 293 additions and 0 deletions

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