summaryrefslogtreecommitdiff
path: root/tmk_core/avr.mk
AgeCommit message (Expand)Author
2021-03-07Require `BOOTLOADER = qmk-dfu` for `:bootloader` target (#12136)0.12.15Ryan
2021-02-28Migrate make_dfu_header to CLI (#12061)0.12.8Joel Challis
2020-09-13[fix] dfu-programmer <0.7 doesn't support --force flag (#10292)0.10.9Frans de Jonge
2020-09-10Use the force when flashing with dfu-programmer (#10070)0.10.8Ryan
2020-05-15CLI: Tune doctor's udev rule checking to match #87500.8.162Erovia
2020-05-10Improve security of avrdude by eliminating the use of well-known names. (#9026)0.8.151Zach White
2020-04-17Remove Atmel FLIP from install scripts and documentation (#8822)0.8.123Ryan
2020-04-01Migrate :program logic to :flash (#8631)0.8.89Joel Challis
2020-03-17Remove qmk archive generation (#8462)0.8.52Joel Challis
2020-03-07Fix up Arm builds with nix-shell. (#8312)0.8.17Nick Brassel
2020-01-31Fix misunderstanding of CPPFLAGS and CXXFLAGS.0.7.131Nick Brassel
2019-12-07Set proper AVR part for USBasp avrdude flashing (#7552)fauxpark
2019-11-24Remove CR when computing BOOTLOADER_SIZE. (#7453)0.7.88a_p_u_r_o
2019-09-08Actually use correct bootloader not found message (#6695)Drashna Jaelre
2019-09-08Move Bootloader not found message to global variable (#6688)0.7.12Drashna Jaelre
2019-08-26Fix Typo in :flash target for missing bootloader (#6615)0.6.462Drashna Jaelre
2019-08-24Add 'bootloadHID' flash target (#5587)0.6.458Joel Challis
2019-08-20Add a universal flash command for cli (#6224)0.6.454Drashna Jaelre
2019-07-16Expand bootloader target to support most AVR boards (#6255)Drashna Jaelre
2019-07-15Usbasploader bootloader option addition (#6304)0.6.419yiancar
2019-04-22fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623)Takeshi ISHII
2019-03-18correct typo in eeprom split target for dfu (#5445)0.6.317Rob Rogers
2019-03-15Add avrdude split EE_HANDS flash commands (#5414)0.6.312Danny
2019-03-13Sleep until USB port becomes writable before running avrdude (#5393)Michael F. Lamb
2019-02-18Fixed grep issue in bootloader build target (#3848)0.6.297Jumail Mundekkat
2018-12-14Add left/right EEPROM flashing for DFU (#4560)Drashna Jaelre
2018-09-27add 'mavrdude' target into tmk_core/avr.mk (#3986)Takeshi ISHII
2018-08-29Fixed bootloader target0.6.99Jumail
2018-06-06Bootloader make issue (#2975)0.6.48yiancar
2018-03-29Properly always copy firmwareU-LANDSRAAD\drashna
2018-03-26Better non-Linux support (#2524)0.6.0dankm
2018-03-16fix generate Keyboard.huplus
2018-02-28Remap msys2 usb, fix USB port detection (#2301)0.5.237Danny
2018-02-08Switch from echo to printf for output without newlinesDanny Nguyen
2018-02-08Only search through newly detected devices and discard ones that disappearedDanny Nguyen
2018-01-28Always copy the firmware file to the root qmk_firmware directory (#2314)0.5.218skullydazed
2018-01-12Add -e to enable interpretation of escape charactersDanny Nguyen
2017-11-27Updates bootloader settings, adds file size check (#2029)0.5.175Jack Humbert
2017-11-14QMK DFU bootloader generation (#2009)preonic-2.0planck-5.00.5.159Jack Humbert
2017-11-01Adds .qmk file type as a target for QMK Toolbox (#1084)Jack Humbert
2017-10-16Fix avrdude message to not mention any specific device model.0.5.136Phil Hagelberg
2017-08-27add rule shortcut via @samwho's suggesionJack Humbert
2017-08-27add bin targets - closes #1648, fixes #16470.5.115Jack Humbert
2017-08-16Add message to avrdude script that it can't used within WSL currentlyDanny Nguyen
2017-08-03Move avrdude flashing script from individual keyboard rules.mk to common loca...Danny Nguyen
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)0.5.82Jack Humbert
2017-07-10Don't search for TEENSY_LOADER_CLI if it's already defined0.5.78Fred Sundvik
2017-07-10Don't run dfu-programmer unless specified as a targetFred Sundvik
2017-04-29Add possibility to override the command to execute when flashingFred Sundvik
2016-12-10The adafruit BLE C++ code requires -std=c++11Priyadi Iman Nurcahyo