Skip to content

Commit fdf1c93

Browse files
committed
Rename hex and dfu files to flashfloppy-at415-st105-*
This places the now more common Artery chip more prominently, and contrasts better with flashfloppy-at435-*
1 parent ad688c1 commit fdf1c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dist: FORCE all
108108
mkdir -p $(t)/alt/io-test
109109
mkdir -p $(t)/alt/quickdisk/logfile
110110
$(MAKE) _legacy_dist mcu=stm32f105 level=$(level) t=$(t)
111-
$(MAKE) _dist mcu=stm32f105 n=stm105-at415 level=$(level) t=$(t)
111+
$(MAKE) _dist mcu=stm32f105 n=at415-st105 level=$(level) t=$(t)
112112
$(MAKE) _dist mcu=at32f435 n=at435 level=$(level) t=$(t)
113113
$(PYTHON) scripts/mk_qd.py --window=6.5 $(t)/alt/quickdisk/Blank.qd
114114
cp -a COPYING $(t)/

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ to program a HEX or DFU firmware file as explained in the wiki, linked above.
2727
These files are located in the hex/ and dfu/ folders respectively, and you
2828
must use the correct file for your microcontroller:
2929
STM32F105, AT32F415
30-
- Use file "dfu/flashfloppy-stm105-at415-<ver>.dfu" (or .hex equivalent)
30+
- Use file "dfu/flashfloppy-at415-st105-<ver>.dfu" (or .hex equivalent)
3131
AT32F435
3232
- Use file "dfu/flashfloppy-at435-<ver>.dfu" (or .hex equivalent)
3333

0 commit comments

Comments
 (0)