aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/avr.mk
Commit message (Expand)AuthorAgeFilesLines
* [fix] dfu-programmer <0.7 doesn't support --force flag (#10292)Frans de Jonge2020-09-131-1/+2
* Use the force when flashing with dfu-programmer (#10070)Ryan2020-09-101-3/+3
* CLI: Tune doctor's udev rule checking to match #8750Erovia2020-05-151-1/+1
* Improve security of avrdude by eliminating the use of well-known names. (#9026)Zach White2020-05-101-5/+8
* Remove Atmel FLIP from install scripts and documentation (#8822)Ryan2020-04-171-14/+0
* Migrate :program logic to :flash (#8631)Joel Challis2020-04-011-5/+3
* Remove qmk archive generation (#8462)Joel Challis2020-03-171-24/+0
* Fix up Arm builds with nix-shell. (#8312)Nick Brassel2020-03-071-1/+3
* Fix misunderstanding of CPPFLAGS and CXXFLAGS.Nick Brassel2020-01-311-2/+2
* Set proper AVR part for USBasp avrdude flashing (#7552)fauxpark2019-12-071-1/+1
* Remove CR when computing BOOTLOADER_SIZE. (#7453)a_p_u_r_o2019-11-241-1/+1
* Actually use correct bootloader not found message (#6695)Drashna Jaelre2019-09-081-2/+2
* Move Bootloader not found message to global variable (#6688)Drashna Jaelre2019-09-081-2/+2
* Fix Typo in :flash target for missing bootloader (#6615)Drashna Jaelre2019-08-261-1/+1
* Add 'bootloadHID' flash target (#5587)Joel Challis2019-08-241-0/+15
* Add a universal flash command for cli (#6224)Drashna Jaelre2019-08-201-40/+51
* Expand bootloader target to support most AVR boards (#6255)Drashna Jaelre2019-07-161-1/+5
* Usbasploader bootloader option addition (#6304)yiancar2019-07-151-0/+4
* fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623)Takeshi ISHII2019-04-221-1/+1
* correct typo in eeprom split target for dfu (#5445)Rob Rogers2019-03-181-1/+1
* Add avrdude split EE_HANDS flash commands (#5414)Danny2019-03-151-2/+12
* Sleep until USB port becomes writable before running avrdude (#5393)Michael F. Lamb2019-03-131-2/+5
* Fixed grep issue in bootloader build target (#3848)Jumail Mundekkat2019-02-181-8/+1
* Add left/right EEPROM flashing for DFU (#4560)Drashna Jaelre2018-12-141-1/+30
* add 'mavrdude' target into tmk_core/avr.mk (#3986)Takeshi ISHII2018-09-271-1/+11
* Fixed bootloader targetJumail2018-08-291-6/+6
* Bootloader make issue (#2975)yiancar2018-06-061-9/+9
* Properly always copy firmwareU-LANDSRAAD\drashna2018-03-291-9/+9
* Better non-Linux support (#2524)dankm2018-03-261-11/+12
* fix generate Keyboard.huplus2018-03-161-9/+9
* Remap msys2 usb, fix USB port detection (#2301)Danny2018-02-281-0/+4
* Switch from echo to printf for output without newlinesDanny Nguyen2018-02-081-2/+2
* Only search through newly detected devices and discard ones that disappearedDanny Nguyen2018-02-081-2/+3
* Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed2018-01-281-1/+1
* Add -e to enable interpretation of escape charactersDanny Nguyen2018-01-121-2/+2
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-5/+5
* QMK DFU bootloader generation (#2009)Jack Humbert2017-11-141-0/+20
* Adds .qmk file type as a target for QMK Toolbox (#1084)Jack Humbert2017-11-011-0/+24
* Fix avrdude message to not mention any specific device model.Phil Hagelberg2017-10-161-3/+3
* add rule shortcut via @samwho's suggesionJack Humbert2017-08-271-4/+2
* add bin targets - closes #1648, fixes #1647Jack Humbert2017-08-271-0/+5
* Add message to avrdude script that it can't used within WSL currentlyDanny Nguyen2017-08-161-12/+16
* Move avrdude flashing script from individual keyboard rules.mk to common loca...Danny Nguyen2017-08-031-0/+14
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-101-1/+1
* Don't search for TEENSY_LOADER_CLI if it's already definedFred Sundvik2017-07-101-5/+7
* Don't run dfu-programmer unless specified as a targetFred Sundvik2017-07-101-10/+10
* Add possibility to override the command to execute when flashingFred Sundvik2017-04-291-19/+23
* The adafruit BLE C++ code requires -std=c++11Priyadi Iman Nurcahyo2016-12-101-1/+1
* Convert hex to bindi0ib2016-08-071-0/+5
* Make DFU wait for bootloaderTravis La Marr2016-07-151-0/+4