8 lines
81 B
Makefile
8 lines
81 B
Makefile
xiao: flash
|
|
|
|
prepare:
|
|
./flashing_time.py
|
|
|
|
flash:
|
|
tinygo flash -target=xiao-ble
|