Skip to content

Commit 4125053

Browse files
Extended bootloader DFU wait time, changed text in congratulations sketch, created gd32 congratulations sketch, fixed issues with Windows batch files, rebuilt everything
1 parent 1b387fa commit 4125053

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+51
-46
lines changed

Makefile

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ copy_maple_mini:
147147
@echo
148148
@echo "Copying to binaries folder"
149149
@echo
150-
cp $(TARGET).bin binaries/maple_mini_boot20.bin
150+
cp $(TARGET).bin bootloader_only_binaries/maple_mini_boot20.bin
151151
@echo
152152

153153
build_maple-rev3: TARGETFLAGS= -DTARGET_MAPLE_REV3
@@ -159,7 +159,7 @@ copy_maple-rev3:
159159
@echo
160160
@echo "Copying to binaries folder"
161161
@echo
162-
cp $(TARGET).bin binaries/maple_rev3_boot20.bin
162+
cp $(TARGET).bin bootloader_only_binaries/maple_rev3_boot20.bin
163163
@echo
164164

165165
build_maple-rev5: TARGETFLAGS= -DTARGET_MAPLE_REV5
@@ -170,7 +170,7 @@ copy_maple-rev5:
170170
@echo
171171
@echo "Copying to binaries folder"
172172
@echo
173-
cp $(TARGET).bin binaries/maple_rev5_boot20.bin
173+
cp $(TARGET).bin bootloader_only_binaries/maple_rev5_boot20.bin
174174
@echo
175175

176176

@@ -182,7 +182,7 @@ copy_generic-pc13:
182182
@echo
183183
@echo "Copying to binaries folder"
184184
@echo
185-
cp $(TARGET).bin binaries/generic_boot20_pc13.bin
185+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pc13.bin
186186
@echo
187187

188188
build_generic-pg15: TARGETFLAGS= -DTARGET_GENERIC_F103_PG15
@@ -193,7 +193,7 @@ copy_generic-pg15:
193193
@echo
194194
@echo "Copying to binaries folder"
195195
@echo
196-
cp $(TARGET).bin binaries/generic_boot20_pg15.bin
196+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pg15.bin
197197
@echo
198198

199199

@@ -205,7 +205,7 @@ copy_generic-pd2:
205205
@echo
206206
@echo "Copying to binaries folder"
207207
@echo
208-
cp $(TARGET).bin binaries/generic_boot20_pd2.bin
208+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pd2.bin
209209
@echo
210210

211211

@@ -217,7 +217,7 @@ copy_generic-pd1:
217217
@echo
218218
@echo "Copying to binaries folder"
219219
@echo
220-
cp $(TARGET).bin binaries/generic_boot20_pd1.bin
220+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pd1.bin
221221
@echo
222222

223223
build_generic-pa1: TARGETFLAGS= -DTARGET_GENERIC_F103_PA1
@@ -228,7 +228,7 @@ copy_generic-pa1:
228228
@echo
229229
@echo "Copying to binaries folder"
230230
@echo
231-
cp $(TARGET).bin binaries/generic_boot20_pa1.bin
231+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pa1.bin
232232
@echo
233233

234234
build_generic-pb9: TARGETFLAGS= -DTARGET_GENERIC_F103_PB9
@@ -239,7 +239,7 @@ copy_generic-pb9:
239239
@echo
240240
@echo "Copying to binaries folder"
241241
@echo
242-
cp $(TARGET).bin binaries/generic_boot20_pb9.bin
242+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pb9.bin
243243
@echo
244244

245245

@@ -251,7 +251,7 @@ copy_generic-pe2:
251251
@echo
252252
@echo "Copying to binaries folder"
253253
@echo
254-
cp $(TARGET).bin binaries/generic_boot20_pe2.bin
254+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pe2.bin
255255
@echo
256256

257257

@@ -263,7 +263,7 @@ copy_generic-pa9:
263263
@echo
264264
@echo "Copying to binaries folder"
265265
@echo
266-
cp $(TARGET).bin binaries/generic_boot20_pa9.bin
266+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pa9.bin
267267
@echo
268268

269269

@@ -275,7 +275,7 @@ copy_generic-pe5:
275275
@echo
276276
@echo "Copying to binaries folder"
277277
@echo
278-
cp $(TARGET).bin binaries/generic_boot20_pe5.bin
278+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pe5.bin
279279
@echo
280280

281281

@@ -287,7 +287,7 @@ copy_generic-pe5-button-pa0:
287287
@echo
288288
@echo "Copying to binaries folder"
289289
@echo
290-
cp $(TARGET).bin binaries/generic_boot20_pe5_button_pa0.bin
290+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pe5_button_pa0.bin
291291
@echo
292292

293293

@@ -299,7 +299,7 @@ copy_generic-pb7:
299299
@echo
300300
@echo "Copying to binaries folder"
301301
@echo
302-
cp $(TARGET).bin binaries/generic_boot20_pb7.bin
302+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pb7.bin
303303
@echo
304304
build_generic-pb0: TARGETFLAGS= -DTARGET_GENERIC_F103_PB0
305305
# Set the linker script
@@ -309,7 +309,7 @@ copy_generic-pb0:
309309
@echo
310310
@echo "Copying to binaries folder"
311311
@echo
312-
cp $(TARGET).bin binaries/generic_boot20_pb0.bin
312+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pb0.bin
313313
@echo
314314

315315

@@ -321,7 +321,7 @@ copy_stbee:
321321
@echo
322322
@echo "Copying to binaries folder"
323323
@echo
324-
cp $(TARGET).bin binaries/stbee_boot20.bin
324+
cp $(TARGET).bin bootloader_only_binaries/stbee_boot20.bin
325325
@echo
326326

327327
build_naze32: TARGETFLAGS= -DTARGET_NAZE32
@@ -332,7 +332,7 @@ copy_naze32:
332332
@echo
333333
@echo "Copying to binaries folder"
334334
@echo
335-
cp $(TARGET).bin binaries/naze32_boot20.bin
335+
cp $(TARGET).bin bootloader_only_binaries/naze32_boot20.bin
336336
@echo
337337

338338
build_generic-pb12: TARGETFLAGS= -DTARGET_GENERIC_F103_PB12
@@ -343,7 +343,7 @@ copy_generic-pb12:
343343
@echo
344344
@echo "Copying to binaries folder"
345345
@echo
346-
cp $(TARGET).bin binaries/generic_boot20_pb12.bin
346+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_pb12.bin
347347
@echo
348348

349349
build_hytiny-stm32f103t: TARGETFLAGS= -DTARGET_HYTINY_STM32F103T
@@ -354,7 +354,7 @@ copy_hytiny-stm32f103t:
354354
@echo
355355
@echo "Copying to binaries folder"
356356
@echo
357-
cp $(TARGET).bin binaries/generic_boot20_hytiny.bin
357+
cp $(TARGET).bin bootloader_only_binaries/generic_boot20_hytiny.bin
358358
@echo
359359

360360
build_dso138: TARGETFLAGS= -DTARGET_DSO138
@@ -365,7 +365,7 @@ copy_dso138:
365365
@echo
366366
@echo "Copying to binaries folder"
367367
@echo
368-
cp $(TARGET).bin binaries/dso138_boot20.bin
368+
cp $(TARGET).bin bootloader_only_binaries/dso138_boot20.bin
369369
@echo
370370

371371
build_gd32f1-generic-pc13: TARGETFLAGS= -DTARGET_GD32F1_GENERIC_F103_PC13
@@ -376,7 +376,7 @@ copy_gd32f1-generic-pc13:
376376
@echo
377377
@echo "Copying to binaries folder"
378378
@echo
379-
cp $(TARGET).bin binaries/gd32f1_generic_boot20_pc13.bin
379+
cp $(TARGET).bin bootloader_only_binaries/gd32f1_generic_boot20_pc13.bin
380380
@echo
381381

382382
build_gd32f1-frankenmaple: TARGETFLAGS= -DTARGET_GD32F1_FRANKENMAPLE
@@ -387,7 +387,7 @@ copy_gd32f1-frankenmaple:
387387
@echo
388388
@echo "Copying to binaries folder"
389389
@echo
390-
cp $(TARGET).bin binaries/gd32f1_frankenmaple.bin
390+
cp $(TARGET).bin bootloader_only_binaries/gd32f1_frankenmaple.bin
391391
@echo
392392

393393

binaries/dso138_boot20.bin

13.6 KB
Binary file not shown.

binaries/gd32f1_frankenmaple.bin

20.6 KB
Binary file not shown.
20.6 KB
Binary file not shown.

binaries/generic_boot20_hytiny.bin

13.7 KB
Binary file not shown.

binaries/generic_boot20_pa1.bin

13.6 KB
Binary file not shown.

binaries/generic_boot20_pa9.bin

13.7 KB
Binary file not shown.

binaries/generic_boot20_pb0.bin

13.7 KB
Binary file not shown.

binaries/generic_boot20_pb12.bin

13.6 KB
Binary file not shown.

binaries/generic_boot20_pb7.bin

13.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)