summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/doctor.py
AgeCommit message (Expand)Author
2021-01-122020 November 28 Breaking Changes Update (#11053)James Young
2021-01-12CLI: Udev related fixes and improvements (#10736)Erovia
2021-01-12Fix CLI warning for Massdrop udev rule (#10691)Ryan
2021-01-12[CLI] Add c2json (#8817)Erovia
2021-01-12CLI: update subcommands to use return instead of exit() (#10323)Ryan
2021-01-12Consolidate udev wules into a single fileRyan
2020-08-08Parse version better in `qmk doctor` GCC version checks (#9324)Ryan
2020-06-12CLI: Rework submodule checking (#9162)Erovia
2020-06-12Fix submodule check (#9155)Erovia
2020-06-12CLI: Tune doctor's udev rule checking to match #8750Erovia
2020-06-12Move everything to Python 3.6 (#8835)skullydazed
2020-06-12CLI: Fix doctor error when can't run `bin/qmk --version`. (#8796)Pete Johanson
2020-06-12Doctor: Add avrdude/dfu-util/dfu-programmer version printing (#8678)Ryan
2020-06-12minor tweaksskullY
2020-06-12Fix saving output from avrdude and dfu-programmerRoss Baquir
2020-06-12Use version_arg in ESSENTIAL_BINARIES dictRoss Baquir
2020-06-12Fixes #8541 by getting version from -dumpversion then --version as fallbackRoss Baquir
2020-06-12CLI: More MSYS2 fixes (#8577)Erovia
2020-06-12Add gcc version detection to qmk doctor (#8338)skullydazed
2020-06-12Fix os detection in OSX python 3.8 (#8187)Mikkel Jeppesen
2020-03-26Fixed OS detection such that OSX doesn't take over the world (#8248)Mikkel Jeppesen
2020-03-26Fix os detection in OSX python 3.8 (#8187)Mikkel Jeppesen
2020-02-26Qmk doctor os check to support newer msys2/w10 installations (#8031)Mikkel Jeppesen
2020-02-26Beef up how `qmk doctor` works. (#7375)skullydazed
2020-02-26yapf and styleskullY
2020-02-26Make the udev rules easier to read and manageErovia
2020-02-26Fix Pro Micro's and its bootloader's nameErovia
2020-02-26CLI: Rework ModemManager check and add udev checkErovia
2020-01-09Add pep8-naming to our python lintingskullY
2020-01-09Add flake8 to our test suite and fix all errors (#7379)skullydazed
2020-01-09When checking program returncodes treat both 0 and 1 as installedskullY
2019-11-04Fix detection of ModemManager (#7076)Harry Wada
2019-11-04Fix qmk doctor 'bytes-like object is required' on linuxAyman Bagabas
2019-11-04Configuration system for CLI (#6708)skullydazed
2019-09-26Make the modem manager check more pythonicskullY
2019-09-26Setup a python test frameworkskullY
2019-07-19QMK CLI and JSON keymap support (#6176)skullydazed