@@ -34,6 +34,8 @@ all: dapboot-bluepill.bin \
3434 dapboot-stlink.bin \
3535 dapboot-olimexstm32h103.bin \
3636 dapboot-bluepillplusstm32.bin \
37+ dapboot-bttskrminie3v2.bin \
38+ dapboot-bttskrminie3v2-usbmod.bin \
3739 dapboot-bluepill-high.bin \
3840 dapboot-maplemini-high.bin \
3941 dapboot-stlink-high.bin \
@@ -43,7 +45,9 @@ all: dapboot-bluepill.bin \
4345 dapboot-maplemini-high-128.bin \
4446 dapboot-stlink-high-128.bin \
4547 dapboot-olimexstm32h103-high-128.bin \
46- dapboot-bluepillplusstm32-high-128.bin
48+ dapboot-bluepillplusstm32-high-128.bin \
49+ dapboot-bttskrminie3v2-high-256.bin \
50+ dapboot-bttskrminie3v2-usbmod-high-256.bin
4751
4852clean :
4953 $(Q )$(RM ) $(BUILD_DIR ) /* .bin
@@ -84,6 +88,18 @@ dapboot-bluepillplusstm32.bin: | $(BUILD_DIR)
8488 $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32 -C src/
8589 $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
8690
91+ dapboot-bttskrminie3v2.bin : | $(BUILD_DIR )
92+ @printf " BUILD $( @) \n"
93+ $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2 -C src/ clean
94+ $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2 -C src/
95+ $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
96+
97+ dapboot-bttskrminie3v2-usbmod.bin : | $(BUILD_DIR )
98+ @printf " BUILD $( @) \n"
99+ $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_USBMOD -C src/ clean
100+ $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_USBMOD -C src/
101+ $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
102+
87103dapboot-bluepill-high.bin : | $(BUILD_DIR )
88104 @printf " BUILD $( @) \n"
89105 $(Q )$(MAKE ) TARGET=BLUEPILL_HIGH -C src/ clean
@@ -143,3 +159,15 @@ dapboot-bluepillplusstm32-high-128.bin: | $(BUILD_DIR)
143159 $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32_HIGH_128 -C src/ clean
144160 $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32_HIGH_128 -C src/
145161 $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
162+
163+ dapboot-bttskrminie3v2-high-256.bin : | $(BUILD_DIR )
164+ @printf " BUILD $( @) \n"
165+ $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_HIGH_256 -C src/ clean
166+ $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_HIGH_256 -C src/
167+ $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
168+
169+ dapboot-bttskrminie3v2-usbmod-high-256.bin : | $(BUILD_DIR )
170+ @printf " BUILD $( @) \n"
171+ $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_USBMOD_HIGH_256 -C src/ clean
172+ $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_USBMOD_HIGH_256 -C src/
173+ $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
0 commit comments