aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* MSYS2: Switch to arm-none-eabi-gcc package (#10421)Ryan2020-10-012-42/+6
|
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-292-2/+6
| | | | | | | | | | | | | | | | | * Initial work for consolidation of board files and default ChibiOS configs. * Migrate F401/F411 black pills for testing. * Add early init bootloader jump flag. * Add support for I2C in order to use i2c_scanner keymap. * Add F401/F411 HSE bypass to get things booting. * Exempt "hooked" ChibiOS conf files from updater script. * Fix up ordering for bootloader_defs file check. * Match previous $(KEYBOARD_PATHS) value for Proton-C, updated for all board configs.
* MSYS2: install packages for AVR toolchain (#10078)Ryan2020-08-252-29/+5
|
* MSYS2: install packages for dfu-programmer, dfu-util, teensy-loader-cli (#10007)Ryan2020-08-134-20/+3
|
* MSYS2: Switch to bootloadHID package and bring back avrdude package (#9736)Ryan2020-07-165-11/+2
| | | | | * MSYS2: Switch to bootloadHID package and bring back avrdude package * Update Zadig docs as well
* Update new keyboard templates (#9636)Ryan2020-07-151-2/+0
| | | | | | | * Update new keyboard templates * Switch on Bootmagic Lite by default * Remove MIDI_ENABLE and FAUXCLICKY_ENABLE
* Fix typo in freebsd_install.sh (#9655)Brennan Vincent2020-07-061-1/+1
|
* Add missing dependency for Void Linux to util/linux-install.sh (#9637)moseschmiedel2020-07-041-0/+1
|
* Void Linux: Switch to cross-arm-none-eabi toolchain (#9228)Ryan2020-06-021-9/+3
|
* CLI: Improve experience when running `qmk setup` on FreeBSD. (#8798)Pete Johanson2020-05-201-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CLI: Improve experience when running `qmk setup` on FreeBSD. * Install the `avrdude` package as well. * Switch to installing python packages w/ `--user` flag. * Basic getting started sections for FreeBSD. * Update `util/freebsd_install.sh` for root/non-root branches. * Add ID to doc section. Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> * Add ID to another docs section. Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> * Use `; then` in script for consistency. Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> * Updated to use sudo in one shot if available. * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * Style fixes for latest version in master. * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: skullydazed <skullydazed@users.noreply.github.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* MSYS2 install: bodge out avrdude package installation for USBaspLoaderRyan2020-05-191-1/+5
|
* Streamline the macos install processskullY2020-05-181-4/+3
|
* Improve stock bootloader list (#9067)Ryan2020-05-136-412/+666
| | | | | | | | | | | | | * Improve stock bootloader list * Switch version numbers on USB64/128 bootloaders * Unix line endings for PS2AVRGB bootloader * Update PS2AVRGB bootloader to 1.0.1 * Also mention bootloader rule * Didn't need to change the links
* Add missing packages to Linux install scripts (#8895)Ryan2020-04-231-1/+7
|
* Remove Atmel FLIP from install scripts and documentation (#8822)Ryan2020-04-175-34/+1
|
* Remove old setup scripts (#8811)Ryan2020-04-166-401/+0
|
* Upgrade gcc version/tweak package installs in Gentoo installation (#8757)James Forcier2020-04-121-5/+6
| | | | | | | | | | | | | | | | | GCC 4.9.4 is no longer available on Gentoo (or Sabayon), which causes problems when attempting to install on either of these platforms. Since QMK is not particularly sensitive to its GCC version, modify the version restriction to <9 so newer versions of GCC may be installed. Since the toolchain for arm-none-eabi isn't currently installed as part of setup, add that as well. Additionally, drop the Python installation as part of the Gentoo installation process. Python is a core system package on Gentoo and can therefore be assumed to be present; in addition, the slot restriction of 3.5 which was present is also no longer available in Gentoo. Finally, separate the gcc rebuild invocation of `emerge` from the new packages that may need to be installed, and apply the `--noreplace` flag to new packages so that they are not rebuilt if already present.
* Miscellaneous cleanups (#8639)Ryan2020-04-012-9/+0
| | | | | * Miscellaneous cleanups * Cast NO_PIN
* msys2_install.sh: wrap requirements.txt in quotes (#8424)Ryan2020-03-151-1/+1
|
* Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. ↵Nick Brassel2020-03-011-1/+1
| | | | (#8272)
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-0/+172
|
* Made windows driver installation accept y as All to allow CI (#8189)Mikkel Jeppesen2020-02-181-6/+6
| | | | | | | | * Made windows driver installation accept y as all to allow CI * Fix some formatting * Made None default
* CI: Add workflow for CLI testing (#7357)Joel Challis2020-02-081-7/+0
| | | Create GitHub Actions cli test workflow and remove travis runs of 'qmk pytest'
* Fix/remove missing package (#7897)dohq2020-01-281-8/+8
| | | | | | | | | | | | | | | | | | | | | | * [fix] yay instead pacman install bootloadhid * [fix] add needed option * [mod] output red color * [fix] overwrite avr-gcc package * [mod] disable install bootloadhid from aur and check already installed * Apply suggestions from code review Co-Authored-By: Joel Challis <git@zvecr.com> * Update util/linux_install.sh Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Fix unknown key 'IndentPPDirectives' on CI (#7933)Joel Challis2020-01-191-1/+1
|
* Fix docker script and document (#7786)shela2020-01-101-0/+3
| | | Fixed error when keyboard parameter is omitted in interactive mode.
* Add creation of new keyboard in child directory (#6018)shikamiya2020-01-011-9/+12
| | | | | | | | | | | | | | * Add creation of new chlid keyboard * Add creation of new keyboard's parent directories * Remove redundant message and if statement * Divide creating new keyboard directory from copying template files * Fix variables of year placeholder * Fix filename of keyboard.[ch]
* Fix install for Linux Ubuntu (#7520)iKirin2019-12-021-5/+5
| | | | | | | | * Fix linux install for Ubuntu. It failed due to sh not supporting [ and pip being seperate from python3 * Adapted install function according to feedback * Fix style
* Specify Arm GCC 8 in macOS install script (#7509)fauxpark2019-11-291-1/+2
|
* Fix output file permissions when using docker build. (#7378)Nick Brassel2019-11-291-0/+1
|
* Install bootloadHid as part of qmk_install (#7463)Joel Challis2019-11-285-0/+26
| | | | | | | | | | | | | | * Install bootloadHid on macos * Install bootloadHid on windows * Highlight bootloadHID is now installed in docs * Update udev rules for bootloadHID * Install bootloadHid on some distros * fix caterina udev filename
* Remove vusb 'reset to bootloader' hid message due to security implications ↵Joel Challis2019-11-251-110/+0
| | | | (#7456)
* Fix clang-format logic within CI (#7386)Joel Challis2019-11-221-1/+1
|
* Improve and streamline MSYS2 installation (#7232)Drashna Jaelre2019-11-221-43/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make MSYS force install * Cleanup msys script * Update to gcc 8.3 for arm and avr And cleanup install scripts for both * Fix path and scripts * Fix links * No confirmation for msys * Tweak arm function since file structure changed * Fix spacing and wording Co-Authored-By: fauxpark <fauxpark@gmail.com> * Only use MSYS2's make binary Co-Authored-By: fauxpark <fauxpark@gmail.com> * Some wordsmithing Co-Authored-By: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> * Add "disable download timeout" for download issues in MSYS Co-Authored-By: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> * Clean up URL for arm gcc download Co-Authored-By: Joel Challis <git@zvecr.com> * add pip Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update ARM GCC on macOS to 8.3 (#7318)fauxpark2019-11-131-2/+2
|
* [CI] Revert to previous logic for branch name and changes (#7343)Joel Challis2019-11-121-2/+2
|
* CI - Fix change detection (#7038)Joel Challis2019-11-046-74/+63
| | | | | | * Fix travis change detection * Fix travis change detection - add back python ignore
* Template updates (#7221)fauxpark2019-11-011-0/+2
| | | | | | | | | | * Template updates * Flesh out info.json & keymap.c, and turn double spaces section into a list * Add enum to demonstrate layer naming * Semicolon
* Clean macos install script (#7186)Yadunand Prem2019-10-281-10/+10
|
* Remove build option firmware size impacts (#6947)Amber Holly2019-10-181-0/+40
| | | | | | | | | | | | | | | | | | | | | | * Update rules.mk template to remove build option size impacts * Add rules.mk cleaning script * Update all rules.mk files to remove build option firmware size impact messages * Remove references to feature filesize in documentation * Revert "Update all rules.mk files to remove build option firmware size impact messages" This reverts commit 7cfe70976bcc223bf47c960b2e6af8596df80a32. * Fix regex in cleanup script and exclude keymaps/ directories * Update quantum/template/avr/rules.mk Fixed missing tabs/spaces. Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Add python-pip as package dependency for archlinux (#7041)Yang Li2019-10-181-1/+2
|
* Move running pytest to travis_test (#7005)Joel Challis2019-10-142-19/+27
|
* Prevent clang-format messing up placeholder tokens within keyboard templates ↵fauxpark2019-10-102-3/+3
| | | | | | | | | | (#6790) * Use .template file extension for keyboard template files * Filter out .template files completely before passing to clang-format * Undo file extension stuff; just ignore quantum/template dir
* Port drivers.txt changes from the Toolbox (#6786)fauxpark2019-09-301-35/+2
|
* Configuration system for CLI (#6708)skullydazed2019-09-221-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework how bin/qmk handles subcommands * qmk config wip * Code to show all configs * Fully working `qmk config` command * Mark some CLI arguments so they don't pollute the config file * Fleshed out config support, nicer subcommand support * sync with installable cli * pyformat * Add a test for subcommand_modules * Documentation for the `qmk config` command * split config_token on space so qmk config is more predictable * Rework how subcommands are imported * Document `arg_only` * Document deleting from CLI * Document how multiple operations work * Add cli config to the doc index * Add tests for the cli commands * Make running the tests more reliable * Be more selective about building all default keymaps * Update new-keymap to fit the new subcommand style * Add documentation about writing CLI scripts * Document new-keyboard * Update docs/cli_configuration.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/cli_development.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/cli_development.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/cli_development.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Address yan's comments. * Apply suggestions from code review suggestions from @noahfrederick Co-Authored-By: Noah Frederick <code@noahfrederick.com> * Apply suggestions from code review Co-Authored-By: Noah Frederick <code@noahfrederick.com> * Remove pip3 from the test runner
* Add support for Void Linux systems to the qmk_install.sh script (#5526)Sorixelle2019-09-201-0/+23
| | | | | | | | | | | | * Add support for Void Linux systems to the qmk_install.sh script * Fix typos + grammatical edits in comments * Sort distributions by alphabetical order in linux_install.sh * Revert previous commit and sort Void packages in alphabetical order * Fix permissions on `util/linux_install.sh`
* Run the python tests inside dockerskullY2019-09-071-5/+5
|
* add missing apostrophesskullY2019-09-071-1/+1
|
* filter python from the list of things that trigger default buildsskullY2019-09-071-2/+2
|
* Add python tests to the travis checkskullY2019-09-071-1/+9
|