summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/flash.py
Commit message (Expand)AuthorAgeFilesLines
* `qmk compile`/`qmk flash` - Validate keymap argument (#19530)Joel Challis2023-01-191-1/+16
* Allow CLI to flash .uf2 files (#19462)Joel Challis2023-01-011-21/+25
* [CLI] Ensure consistent clean behaviour (#18781)Joel Challis2022-10-201-60/+39
* CLI: Teaching the CLI to flash binaries (#16584)Erovia2022-08-201-51/+69
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-151-2/+3
|\
| * Fix clean arg handling (#17392)Joel Challis2022-06-151-2/+3
* | Add uf2-split-* make targets. (#17257)Dasky2022-05-311-0/+2
|/
* Enable CLI flashing via mdloader (#14729)Joel Challis2021-10-151-5/+9
* `--parallel` improvements (#13800)ruro2021-08-181-1/+1
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-2/+3
* Add support for tab completion (#12411)Zach White2021-04-141-3/+4
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-1/+2
* Allow flash/compile to accept relative json paths (#11767)Joel Challis2021-02-071-2/+1
* CLI: Fix json flashing (#11765)Erovia2021-02-011-2/+2
* Improve the compile and flash subcommands (#11334)Zach White2021-01-161-5/+21
* Return the make exit code for qmk compile and flash (#11402)Zach White2021-01-021-1/+2
* Add `st-flash` flash target (#9964)Sergey Vlasov2020-08-291-0/+1
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-131-17/+30
* Use pathlib everywhere we can (#7872)skullydazed2020-02-171-21/+13
* Update the flash cli command to use the user config (#8125)Erovia2020-02-081-2/+2
* Also fix flashZach White2019-12-081-2/+3
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-8/+2
* format code according to conventions [skip ci]QMK Bot2019-11-161-1/+2
* Add CLI command for flashing a keyboardjorgemanzo2019-11-151-0/+87