]> mj.ucw.cz Git - home-hw.git/blob - test-sinclair/Makefile
Auto: Meditation mode turned off
[home-hw.git] / test-sinclair / Makefile
1 ROOT=..
2 BINARY=test
3 OBJS=main.o
4 LIB_OBJS=util-debug.o
5
6 WITH_BOOT_LOADER=1
7 WITH_DFU_FLASH=1
8 DFU_ARGS=-d 4242:0007
9 # DFU_ARGS=-d 4242:0008
10
11 include $(ROOT)/mk/bluepill.mk