Fix README and add to gitignore

anne_pro
Michiel Visser 2019-06-24 18:59:31 +02:00
parent 69314a0034
commit 111eb46960
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
*.elf *.elf
*.hex *.hex
*.qmk *.qmk
*.dfu
!util/bootloader.hex !util/bootloader.hex
!quantum/tools/eeprom_reset.hex !quantum/tools/eeprom_reset.hex
*.log *.log

View File

@ -15,7 +15,7 @@ $ make anne_pro
``` ```
This produces a file `anne_pro_default.bin` in the main folder. To covert this to a DFU file use the script provided. This produces a file `anne_pro_default.bin` in the main folder. To covert this to a DFU file use the script provided.
``` ```
./dfu-convert.py -b 0x08004000:anne_pro_default.bin anne_pro_default.dfu ./util/dfu-convert.py -b 0x08004000:anne_pro_default.bin anne_pro_default.dfu
``` ```
## Flashing the firmware ## Flashing the firmware