| Commit message (Expand) | Author | Age | Files | Lines |
* | Add padding to LUFA-MS .BIN files (#13922) | Ryan | 2021-08-10 | 1 | -0/+5 |
* | Add "Ctrl+C to cancel" to "waiting for bootloader" messages (#13424) | Ryan | 2021-07-03 | 1 | -1/+1 |
* | Make atmel-dfu and chibios-dfu flashing behave more like caterina flashing. (... | Purdea Andrei | 2021-06-16 | 1 | -6/+12 |
* | 2021 May 29 Breaking Changes Update (#13034) | James Young | 2021-05-29 | 1 | -1/+1 |
* | Fix qmk flash on FreeBSD (#12085) | Mateusz Piotrowski | 2021-05-06 | 1 | -1/+3 |
* | Add WSL specific logic for avrdude device detection (#12392) | Joel Challis | 2021-04-03 | 1 | -30/+35 |
* | Require `BOOTLOADER = qmk-dfu` for `:bootloader` target (#12136) | Ryan | 2021-03-07 | 1 | -0/+3 |
* | Migrate make_dfu_header to CLI (#12061) | Joel Challis | 2021-02-28 | 1 | -1/+1 |
* | [fix] dfu-programmer <0.7 doesn't support --force flag (#10292) | Frans de Jonge | 2020-09-13 | 1 | -1/+2 |
* | Use the force when flashing with dfu-programmer (#10070) | Ryan | 2020-09-10 | 1 | -3/+3 |
* | CLI: Tune doctor's udev rule checking to match #8750 | Erovia | 2020-05-15 | 1 | -1/+1 |
* | Improve security of avrdude by eliminating the use of well-known names. (#9026) | Zach White | 2020-05-10 | 1 | -5/+8 |
* | Remove Atmel FLIP from install scripts and documentation (#8822) | Ryan | 2020-04-17 | 1 | -14/+0 |
* | Migrate :program logic to :flash (#8631) | Joel Challis | 2020-04-01 | 1 | -5/+3 |
* | Remove qmk archive generation (#8462) | Joel Challis | 2020-03-17 | 1 | -24/+0 |
* | Fix up Arm builds with nix-shell. (#8312) | Nick Brassel | 2020-03-07 | 1 | -1/+3 |
* | Fix misunderstanding of CPPFLAGS and CXXFLAGS. | Nick Brassel | 2020-01-31 | 1 | -2/+2 |
* | Set proper AVR part for USBasp avrdude flashing (#7552) | fauxpark | 2019-12-07 | 1 | -1/+1 |
* | Remove CR when computing BOOTLOADER_SIZE. (#7453) | a_p_u_r_o | 2019-11-24 | 1 | -1/+1 |
* | Actually use correct bootloader not found message (#6695) | Drashna Jaelre | 2019-09-08 | 1 | -2/+2 |
* | Move Bootloader not found message to global variable (#6688) | Drashna Jaelre | 2019-09-08 | 1 | -2/+2 |
* | Fix Typo in :flash target for missing bootloader (#6615) | Drashna Jaelre | 2019-08-26 | 1 | -1/+1 |
* | Add 'bootloadHID' flash target (#5587) | Joel Challis | 2019-08-24 | 1 | -0/+15 |
* | Add a universal flash command for cli (#6224) | Drashna Jaelre | 2019-08-20 | 1 | -40/+51 |
* | Expand bootloader target to support most AVR boards (#6255) | Drashna Jaelre | 2019-07-16 | 1 | -1/+5 |
* | Usbasploader bootloader option addition (#6304) | yiancar | 2019-07-15 | 1 | -0/+4 |
* | fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623) | Takeshi ISHII | 2019-04-22 | 1 | -1/+1 |
* | correct typo in eeprom split target for dfu (#5445) | Rob Rogers | 2019-03-18 | 1 | -1/+1 |
* | Add avrdude split EE_HANDS flash commands (#5414) | Danny | 2019-03-15 | 1 | -2/+12 |
* | Sleep until USB port becomes writable before running avrdude (#5393) | Michael F. Lamb | 2019-03-13 | 1 | -2/+5 |
* | Fixed grep issue in bootloader build target (#3848) | Jumail Mundekkat | 2019-02-18 | 1 | -8/+1 |
* | Add left/right EEPROM flashing for DFU (#4560) | Drashna Jaelre | 2018-12-14 | 1 | -1/+30 |
* | add 'mavrdude' target into tmk_core/avr.mk (#3986) | Takeshi ISHII | 2018-09-27 | 1 | -1/+11 |
* | Fixed bootloader target | Jumail | 2018-08-29 | 1 | -6/+6 |
* | Bootloader make issue (#2975) | yiancar | 2018-06-06 | 1 | -9/+9 |
* | Properly always copy firmware | U-LANDSRAAD\drashna | 2018-03-29 | 1 | -9/+9 |
* | Better non-Linux support (#2524) | dankm | 2018-03-26 | 1 | -11/+12 |
* | fix generate Keyboard.h | uplus | 2018-03-16 | 1 | -9/+9 |
* | Remap msys2 usb, fix USB port detection (#2301) | Danny | 2018-02-28 | 1 | -0/+4 |
* | Switch from echo to printf for output without newlines | Danny Nguyen | 2018-02-08 | 1 | -2/+2 |
* | Only search through newly detected devices and discard ones that disappeared | Danny Nguyen | 2018-02-08 | 1 | -2/+3 |
* | Always copy the firmware file to the root qmk_firmware directory (#2314) | skullydazed | 2018-01-28 | 1 | -1/+1 |
* | Add -e to enable interpretation of escape characters | Danny Nguyen | 2018-01-12 | 1 | -2/+2 |
* | Updates bootloader settings, adds file size check (#2029) | Jack Humbert | 2017-11-27 | 1 | -5/+5 |
* | QMK DFU bootloader generation (#2009) | Jack Humbert | 2017-11-14 | 1 | -0/+20 |
* | Adds .qmk file type as a target for QMK Toolbox (#1084) | Jack Humbert | 2017-11-01 | 1 | -0/+24 |
* | Fix avrdude message to not mention any specific device model. | Phil Hagelberg | 2017-10-16 | 1 | -3/+3 |
* | add rule shortcut via @samwho's suggesion | Jack Humbert | 2017-08-27 | 1 | -4/+2 |
* | add bin targets - closes #1648, fixes #1647 | Jack Humbert | 2017-08-27 | 1 | -0/+5 |
* | Add message to avrdude script that it can't used within WSL currently | Danny Nguyen | 2017-08-16 | 1 | -12/+16 |