summaryrefslogtreecommitdiffstats
path: root/docs/flashing.md
AgeCommit message (Collapse)AuthorFilesLines
2018-11-03Instructions on how to flash via STM32 bootloader (#4316)Michael Pio1-4/+27
* Add instructions on flashing ARM keyboards with default STM32 bootloader * fixed typo; added note suggestion to step 4
2018-10-01Correct small typoAnthony Som1-1/+1
A small typo (it -> in) that I noticed while reading through the documentation
2018-09-28add 'mavrdude' target into tmk_core/avr.mk (#3986)Takeshi ISHII1-0/+6
* add 'mavrdude' target into tmk_core/avr.mk I made it a little convenient when writing the same binary to multiple Pro Micro. * rename target name 'mavrdude' to 'avrdude-loop' * modify docs/flashing.md about avrdude-loop * mdify docs/flashing.md again * modifi docs/flashing.md 3rd
2018-04-19Link to Atmel's flip is broken. (#2752)internetirl1-1/+1
The link to Atmel's flip is broken. It re-directs to http://www.microchip.com/. Please update! I think this is the correct link. Please verify. http://www.microchip.com/developmenttools/productdetails.aspx?partno=flip
2017-12-09Trim trailing whitespacefauxpark1-3/+3
2017-12-09Fix some of the more obvious typosfauxpark1-6/+6
2017-12-09Convert all headings to Title Casefauxpark1-2/+1
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-7/+38
* pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
2017-10-29adds flashing docsJack Humbert1-0/+74