@@ -33,14 +33,17 @@ all: dapboot-bluepill.bin \
3333 dapboot-maplemini.bin \
3434 dapboot-stlink.bin \
3535 dapboot-olimexstm32h103.bin \
36+ dapboot-bluepillplusstm32.bin \
3637 dapboot-bluepill-high.bin \
3738 dapboot-maplemini-high.bin \
3839 dapboot-stlink-high.bin \
3940 dapboot-olimexstm32h103-high.bin \
41+ dapboot-bluepillplusstm32-high.bin \
4042 dapboot-bluepill-high-128.bin \
4143 dapboot-maplemini-high-128.bin \
4244 dapboot-stlink-high-128.bin \
43- dapboot-olimexstm32h103-high-128.bin
45+ dapboot-olimexstm32h103-high-128.bin \
46+ dapboot-bluepillplusstm32-high-128.bin
4447
4548clean :
4649 $(Q )$(RM ) $(BUILD_DIR ) /* .bin
@@ -75,6 +78,12 @@ dapboot-olimexstm32h103.bin: | $(BUILD_DIR)
7578 $(Q )$(MAKE ) TARGET=OLIMEXSTM32H103 -C src/
7679 $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
7780
81+ dapboot-bluepillplusstm32.bin : | $(BUILD_DIR )
82+ @printf " BUILD $( @) \n"
83+ $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32 -C src/ clean
84+ $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32 -C src/
85+ $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
86+
7887dapboot-bluepill-high.bin : | $(BUILD_DIR )
7988 @printf " BUILD $( @) \n"
8089 $(Q )$(MAKE ) TARGET=BLUEPILL_HIGH -C src/ clean
@@ -99,6 +108,12 @@ dapboot-olimexstm32h103-high.bin: | $(BUILD_DIR)
99108 $(Q )$(MAKE ) TARGET=OLIMEXSTM32H103_HIGH -C src/
100109 $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
101110
111+ dapboot-bluepillplusstm32-high.bin : | $(BUILD_DIR )
112+ @printf " BUILD $( @) \n"
113+ $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32_HIGH -C src/ clean
114+ $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32_HIGH -C src/
115+ $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
116+
102117dapboot-bluepill-high-128.bin : | $(BUILD_DIR )
103118 @printf " BUILD $( @) \n"
104119 $(Q )$(MAKE ) TARGET=BLUEPILL_HIGH_128 -C src/ clean
@@ -122,3 +137,9 @@ dapboot-olimexstm32h103-high-128.bin: | $(BUILD_DIR)
122137 $(Q )$(MAKE ) TARGET=OLIMEXSTM32H103_HIGH_128 -C src/ clean
123138 $(Q )$(MAKE ) TARGET=OLIMEXSTM32H103_HIGH_128 -C src/
124139 $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
140+
141+ dapboot-bluepillplusstm32-high-128.bin : | $(BUILD_DIR )
142+ @printf " BUILD $( @) \n"
143+ $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32_HIGH_128 -C src/ clean
144+ $(Q )$(MAKE ) TARGET=BLUEPILLPLUSSTM32_HIGH_128 -C src/
145+ $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
0 commit comments