summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/flash.py
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Allow CLI to flash .uf2 files (#19462)Joel Challis1-21/+25
2022-10-20[CLI] Ensure consistent clean behaviour (#18781)Joel Challis1-60/+39
2022-08-20CLI: Teaching the CLI to flash binaries (#16584)Erovia1-51/+69
2022-06-15Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+3
2022-06-15Fix clean arg handling (#17392)Joel Challis1-2/+3
2022-05-31Add uf2-split-* make targets. (#17257)Dasky1-0/+2
2021-10-15Enable CLI flashing via mdloader (#14729)Joel Challis1-5/+9
2021-08-18`--parallel` improvements (#13800)ruro1-1/+1
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White1-2/+3
2021-04-14Add support for tab completion (#12411)Zach White1-3/+4
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White1-1/+2
2021-02-07Allow flash/compile to accept relative json paths (#11767)Joel Challis1-2/+1
2021-02-01CLI: Fix json flashing (#11765)Erovia1-2/+2
2021-01-16Improve the compile and flash subcommands (#11334)Zach White1-5/+21
2021-01-02Return the make exit code for qmk compile and flash (#11402)Zach White1-1/+2
2020-08-29Add `st-flash` flash target (#9964)Sergey Vlasov1-0/+1
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed1-17/+30
2020-02-17Use pathlib everywhere we can (#7872)skullydazed1-21/+13
2020-02-08Update the flash cli command to use the user config (#8125)Erovia1-2/+2
2019-12-08Also fix flashZach White1-2/+3
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed1-8/+2
2019-11-16format code according to conventions [skip ci]QMK Bot1-1/+2
2019-11-15Add CLI command for flashing a keyboardjorgemanzo1-0/+87