summaryrefslogtreecommitdiff
path: root/tmk_core/avr.mk
Commit message (Expand)AuthorAge
* Actually use correct bootloader not found message (#6695)Drashna Jaelre2019-09-08
* Move Bootloader not found message to global variable (#6688)Drashna Jaelre2019-09-08
* Fix Typo in :flash target for missing bootloader (#6615)Drashna Jaelre2019-08-26
* Add 'bootloadHID' flash target (#5587)Joel Challis2019-08-24
* Add a universal flash command for cli (#6224)Drashna Jaelre2019-08-20
* Expand bootloader target to support most AVR boards (#6255)Drashna Jaelre2019-07-16
* Usbasploader bootloader option addition (#6304)yiancar2019-07-15
* fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623)Takeshi ISHII2019-04-22
* correct typo in eeprom split target for dfu (#5445)Rob Rogers2019-03-18
* Add avrdude split EE_HANDS flash commands (#5414)Danny2019-03-15
* Sleep until USB port becomes writable before running avrdude (#5393)Michael F. Lamb2019-03-13
* Fixed grep issue in bootloader build target (#3848)Jumail Mundekkat2019-02-18
* Add left/right EEPROM flashing for DFU (#4560)Drashna Jaelre2018-12-14
* add 'mavrdude' target into tmk_core/avr.mk (#3986)Takeshi ISHII2018-09-27
* Fixed bootloader targetJumail2018-08-29
* Bootloader make issue (#2975)yiancar2018-06-06
* Properly always copy firmwareU-LANDSRAAD\drashna2018-03-29
* Better non-Linux support (#2524)dankm2018-03-26
* fix generate Keyboard.huplus2018-03-16
* Remap msys2 usb, fix USB port detection (#2301)Danny2018-02-28
* Switch from echo to printf for output without newlinesDanny Nguyen2018-02-08
* Only search through newly detected devices and discard ones that disappearedDanny Nguyen2018-02-08
* Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed2018-01-28
* Add -e to enable interpretation of escape charactersDanny Nguyen2018-01-12
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-27
* QMK DFU bootloader generation (#2009)Jack Humbert2017-11-14
* Adds .qmk file type as a target for QMK Toolbox (#1084)Jack Humbert2017-11-01
* Fix avrdude message to not mention any specific device model.Phil Hagelberg2017-10-16
* add rule shortcut via @samwho's suggesionJack Humbert2017-08-27
* add bin targets - closes #1648, fixes #1647Jack Humbert2017-08-27
* Add message to avrdude script that it can't used within WSL currentlyDanny Nguyen2017-08-16
* Move avrdude flashing script from individual keyboard rules.mk to common loca...Danny Nguyen2017-08-03
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-10
* Don't search for TEENSY_LOADER_CLI if it's already definedFred Sundvik2017-07-10
* Don't run dfu-programmer unless specified as a targetFred Sundvik2017-07-10
* Add possibility to override the command to execute when flashingFred Sundvik2017-04-29
* The adafruit BLE C++ code requires -std=c++11Priyadi Iman Nurcahyo2016-12-10
* Convert hex to bindi0ib2016-08-07
* Make DFU wait for bootloaderTravis La Marr2016-07-15
* Add dfu-util command for programmingFred Sundvik2016-07-05
* Add ChibiOS support for QMK (#465)fredizzimo2016-07-01