diff options
| author | Zach White <skullydazed@gmail.com> | 2021-05-08 20:56:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 20:56:07 -0700 |
| commit | 7a25dcacffcadf541da5107a35856b66e770bcaf (patch) | |
| tree | cdb3ee8542ae68b61708f3cab99bbd921e2b8b76 /util/install/fedora.sh | |
| parent | d0a3bca9ecc6ccdc75218524b97b9cfb8a681baf (diff) | |
| download | qmk_firmware-7a25dcacffcadf541da5107a35856b66e770bcaf.tar.gz qmk_firmware-7a25dcacffcadf541da5107a35856b66e770bcaf.zip | |
New command: qmk console (#12828)
* stash poc
* stash
* tidy up implementation
* Tidy up slightly for review
* Tidy up slightly for review
* Bodge environment to make tests pass
* Refactor away from asyncio due to windows issues
* Filter devices
* align vid/pid printing
* Add hidapi to the installers
* start preparing for multiple hid_listeners
* udev rules for hid_listen
* refactor to move closer to end state
* very basic implementation of the threaded model
* refactor how vid/pid/index are supplied and parsed
* windows improvements
* read the report directly when usage page isn't available
* add per-device colors, the choice to show names or numbers, and refactor
* add timestamps
* Add support for showing bootloaders
* tweak the color for bootloaders
* Align bootloader disconnect with connect color
* add support for showing all bootloaders
* fix the pyusb check
* tweaks
* fix exception
* hide a stack trace behind -v
* add --no-bootloaders option
* add documentation for qmk console
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* pyformat
* clean up and flesh out KNOWN_BOOTLOADERS
Co-authored-by: zvecr <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'util/install/fedora.sh')
| -rwxr-xr-x | util/install/fedora.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/util/install/fedora.sh b/util/install/fedora.sh index 44b71b98b..10fc7c8ad 100755 --- a/util/install/fedora.sh +++ b/util/install/fedora.sh | |||
| @@ -5,11 +5,10 @@ _qmk_install() { | |||
| 5 | 5 | ||
| 6 | # TODO: Check whether devel/headers packages are really needed | 6 | # TODO: Check whether devel/headers packages are really needed |
| 7 | sudo dnf -y install \ | 7 | sudo dnf -y install \ |
| 8 | clang diffutils git gcc glibc-headers kernel-devel kernel-headers make unzip wget zip \ | 8 | clang diffutils git gcc glibc-headers kernel-devel kernel-headers \ |
| 9 | python3 \ | 9 | make unzip wget zip python3 avr-binutils avr-gcc avr-libc \ |
| 10 | avr-binutils avr-gcc avr-libc \ | ||
| 11 | arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-newlib \ | 10 | arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-newlib \ |
| 12 | avrdude dfu-programmer dfu-util libusb-devel | 11 | avrdude dfu-programmer dfu-util hidapi |
| 13 | 12 | ||
| 14 | python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt | 13 | python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt |
| 15 | } | 14 | } |
