diff --git a/Makefile b/Makefile index ab2c548..bdfe023 100644 --- a/Makefile +++ b/Makefile @@ -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)/ diff --git a/README b/README index fe1d813..9fa1030 100644 --- a/README +++ b/README @@ -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-.dfu" (or .hex equivalent) + - Use file "dfu/flashfloppy-at415-st105-.dfu" (or .hex equivalent) AT32F435 - Use file "dfu/flashfloppy-at435-.dfu" (or .hex equivalent)