summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/flash.py
AgeCommit message (Expand)Author
2023-12-14[Bugfix] `qmk {compile, flash}` return code (#22639)Pablo Martínez
2023-11-15CLI refactoring for common build target APIs (#22221)Nick Brassel
2023-01-19`qmk compile`/`qmk flash` - Validate keymap argument (#19530)Joel Challis
2023-01-01Allow CLI to flash .uf2 files (#19462)Joel Challis
2022-10-20[CLI] Ensure consistent clean behaviour (#18781)Joel Challis
2022-08-20CLI: Teaching the CLI to flash binaries (#16584)Erovia
2022-06-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-15Fix clean arg handling (#17392)Joel Challis
2022-05-31Add uf2-split-* make targets. (#17257)Dasky
2021-10-15Enable CLI flashing via mdloader (#14729)Joel Challis
2021-08-18`--parallel` improvements (#13800)ruro
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White
2021-04-14Add support for tab completion (#12411)Zach White
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2021-02-07Allow flash/compile to accept relative json paths (#11767)Joel Challis
2021-02-01CLI: Fix json flashing (#11765)Erovia
2021-01-16Improve the compile and flash subcommands (#11334)Zach White
2021-01-02Return the make exit code for qmk compile and flash (#11402)Zach White
2020-08-29Add `st-flash` flash target (#9964)Sergey Vlasov
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed
2020-02-17Use pathlib everywhere we can (#7872)skullydazed
2020-02-08Update the flash cli command to use the user config (#8125)Erovia
2019-12-08Also fix flashZach White
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed
2019-11-16format code according to conventions [skip ci]QMK Bot
2019-11-15Add CLI command for flashing a keyboardjorgemanzo