summaryrefslogtreecommitdiffstats
path: root/tmk_core/avr.mk
AgeCommit message (Expand)AuthorFilesLines
2018-12-15Add left/right EEPROM flashing for DFU (#4560)Drashna Jaelre1-1/+30
2018-09-28add 'mavrdude' target into tmk_core/avr.mk (#3986)Takeshi ISHII1-1/+11
2018-08-29Fixed bootloader targetJumail1-6/+6
2018-06-07Bootloader make issue (#2975)yiancar1-9/+9
2018-03-29Properly always copy firmwareU-LANDSRAAD\drashna1-9/+9
2018-03-26Better non-Linux support (#2524)dankm1-11/+12
2018-03-16fix generate Keyboard.huplus1-9/+9
2018-02-28Remap msys2 usb, fix USB port detection (#2301)Danny1-0/+4
2018-02-08Switch from echo to printf for output without newlinesDanny Nguyen1-2/+2
2018-02-08Only search through newly detected devices and discard ones that disappearedDanny Nguyen1-2/+3
2018-01-28Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed1-1/+1
2018-01-12Add -e to enable interpretation of escape charactersDanny Nguyen1-2/+2
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-5/+5
2017-11-14QMK DFU bootloader generation (#2009)Jack Humbert1-0/+20
2017-11-02Adds .qmk file type as a target for QMK Toolbox (#1084)Jack Humbert1-0/+24
2017-10-16Fix avrdude message to not mention any specific device model.Phil Hagelberg1-3/+3
2017-08-27add rule shortcut via @samwho's suggesionJack Humbert1-4/+2
2017-08-27add bin targets - closes #1648, fixes #1647Jack Humbert1-0/+5
2017-08-17Add message to avrdude script that it can't used within WSL currentlyDanny Nguyen1-12/+16
2017-08-04Move avrdude flashing script from individual keyboard rules.mk to common loca...Danny Nguyen1-0/+14
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert1-1/+1
2017-07-10Don't search for TEENSY_LOADER_CLI if it's already definedFred Sundvik1-5/+7
2017-07-10Don't run dfu-programmer unless specified as a targetFred Sundvik1-10/+10
2017-04-29Add possibility to override the command to execute when flashingFred Sundvik1-19/+23
2016-12-09The adafruit BLE C++ code requires -std=c++11Priyadi Iman Nurcahyo1-1/+1
2016-08-08Convert hex to bindi0ib1-0/+5
2016-07-15Make DFU wait for bootloaderTravis La Marr1-0/+4
2016-07-05Add dfu-util command for programmingFred Sundvik1-0/+1
2016-07-01Add ChibiOS support for QMK (#465)fredizzimo1-0/+185