aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/avr.mk
AgeCommit message (Expand)Author
2018-08-29Fixed bootloader targetGravatar Jumail
2018-06-06Bootloader make issue (#2975)Gravatar yiancar
2018-03-29Properly always copy firmwareGravatar U-LANDSRAAD\drashna
2018-03-26Better non-Linux support (#2524)Gravatar dankm
2018-03-16fix generate Keyboard.hGravatar uplus
2018-02-28Remap msys2 usb, fix USB port detection (#2301)Gravatar Danny
2018-02-08Switch from echo to printf for output without newlinesGravatar Danny Nguyen
2018-02-08Only search through newly detected devices and discard ones that disappearedGravatar Danny Nguyen
2018-01-28Always copy the firmware file to the root qmk_firmware directory (#2314)Gravatar skullydazed
2018-01-12Add -e to enable interpretation of escape charactersGravatar Danny Nguyen
2017-11-27Updates bootloader settings, adds file size check (#2029)Gravatar Jack Humbert
2017-11-14QMK DFU bootloader generation (#2009)Gravatar Jack Humbert
2017-11-01Adds .qmk file type as a target for QMK Toolbox (#1084)Gravatar Jack Humbert
2017-10-16Fix avrdude message to not mention any specific device model.Gravatar Phil Hagelberg
2017-08-27add rule shortcut via @samwho's suggesionGravatar Jack Humbert
2017-08-27add bin targets - closes #1648, fixes #1647Gravatar Jack Humbert
2017-08-16Add message to avrdude script that it can't used within WSL currentlyGravatar Danny Nguyen
2017-08-03Move avrdude flashing script from individual keyboard rules.mk to common loca...Gravatar Danny Nguyen
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Gravatar Jack Humbert
2017-07-10Don't search for TEENSY_LOADER_CLI if it's already definedGravatar Fred Sundvik
2017-07-10Don't run dfu-programmer unless specified as a targetGravatar Fred Sundvik
2017-04-29Add possibility to override the command to execute when flashingGravatar Fred Sundvik
2016-12-10The adafruit BLE C++ code requires -std=c++11Gravatar Priyadi Iman Nurcahyo
2016-08-07Convert hex to binGravatar di0ib
2016-07-15Make DFU wait for bootloaderGravatar Travis La Marr
2016-07-05Add dfu-util command for programmingGravatar Fred Sundvik
2016-07-01Add ChibiOS support for QMK (#465)Gravatar fredizzimo