blob: 9df4f09740a15a838039d773942e91487ef1ab83 (
plain)
| 1
2
3
4
5
6
7
8
9
 | TARGET = $(BUILD_DIR)/main.uf2
include ../lazy.mk
flash: $(TARGET) FORCE
	picotool load -fx $<
# -f forces a reboot of the pico before flashing
# -x resets the pico after flashing
 |