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-*
This commit is contained in:
Keir Fraser 2022-07-28 09:34:55 +01:00
parent ad688c18a4
commit fdf1c936eb
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ dist: FORCE all
mkdir -p $(t)/alt/io-test
mkdir -p $(t)/alt/quickdisk/logfile
$(MAKE) _legacy_dist mcu=stm32f105 level=$(level) t=$(t)
$(MAKE) _dist mcu=stm32f105 n=stm105-at415 level=$(level) t=$(t)
$(MAKE) _dist mcu=stm32f105 n=at415-st105 level=$(level) t=$(t)
$(MAKE) _dist mcu=at32f435 n=at435 level=$(level) t=$(t)
$(PYTHON) scripts/mk_qd.py --window=6.5 $(t)/alt/quickdisk/Blank.qd
cp -a COPYING $(t)/

2
README
View file

@ -27,7 +27,7 @@ to program a HEX or DFU firmware file as explained in the wiki, linked above.
These files are located in the hex/ and dfu/ folders respectively, and you
must use the correct file for your microcontroller:
STM32F105, AT32F415
- Use file "dfu/flashfloppy-stm105-at415-<ver>.dfu" (or .hex equivalent)
- Use file "dfu/flashfloppy-at415-st105-<ver>.dfu" (or .hex equivalent)
AT32F435
- Use file "dfu/flashfloppy-at435-<ver>.dfu" (or .hex equivalent)