Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-11 | [Core] Use polled waiting on ChibiOS platforms that support it (#17607) | Stefan Kerkmann | |
* Use polled waiting on platforms that support it Due to context switching overhead waiting a very short amount of time on a sleeping thread is often not accurate and in fact not usable for timing critical usage i.e. in a driver. Thus we use polled waiting for ranges in the us range on platforms that support it instead. The fallback is the thread sleeping mechanism. This includes: * ARM platforms with CYCCNT register (ARMv7, ARMv8) this is incremented at CPU clock frequency * GD32VF103 RISC-V port with CSR_MCYCLE register this is incremented at CPU clock frequency * RP2040 ARMv6 port which uses the integrated timer peripheral which is incremented with a fixed 1MHz frequency * Use wait_us() instead of chSysPolledDelayX ...as it is powered by busy waiting now. * Add chibios waiting methods test bench | |||
2022-07-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-07 | [Keyboard] Clean up dactyl manuform unused files (#15890) | Bartosz Nowak | |
2022-07-07 | [Fix] Patches after printf library update (#17584) | Stefan Kerkmann | |
* Add missing '(' to print_bin_reverse32 declaration * Fix insufficient character buffers on satisfaction75 * Remove \0 character in format string and use corrected offset math instead on rocketboard 16 * Replace snprintf_ with snprintf for djinn * Explicitly ignore format checks for tracktyl manuform that uses %b specifier * Print properly escaped version string in command.c, as PRODUCT or other defines can contain constructs like 'Vendor keyboard 66%' which will be interpreted as a format specifier | |||
2022-07-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-02 | [Keymap] Updates to drashna Keymaps and Userspace (#17543) | Drashna Jaelre | |
2022-07-03 | Tentative Teensy 3.5 support (#14420) | Ryan | |
* Tentative Teensy 3.5 support * Set firmware format to .hex for ARM Teensys * Got to "device descriptor failed" by comparing with Teensy 3.6 code * Drop down to 96MHz... * Bump back up to 120MHz | |||
2022-07-02 | [Keyboard] Update Charybdis code for Extended Mouse reports (#17435) | Drashna Jaelre | |
2022-07-02 | [Keyboard] Move/Rename to Hillside48, simplify default keymap (#17210) | mmccoyd | |
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu> | |||
2022-07-02 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-02 | [Keymap] Update Miryoku (#16482) | Manna Harbour | |
2022-07-01 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-01 | Specify blackpill board files where relevant (#17521) | Joel Challis | |
2022-06-30 | [Core] Add Raspberry Pi RP2040 support (#14877) | Stefan Kerkmann | |
* Disable RESET keycode because of naming conflicts * Add Pico SDK as submodule * Add RP2040 build support to QMK * Adjust USB endpoint structs for RP2040 * Add RP2040 bootloader and double-tap reset routine * Add generic and pro micro RP2040 boards * Add RP2040 onekey keyboard * Add WS2812 PIO DMA enabled driver and documentation Supports regular and open-drain output configuration. RP2040 GPIOs are sadly not 5V tolerant, so this is a bit use-less or needs extra hardware or you take the risk to fry your hardware. * Adjust SIO Driver for RP2040 * Adjust I2C Driver for RP2040 * Adjust SPI Driver for RP2040 * Add PIO serial driver and documentation * Add general RP2040 documentation * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-06-24 | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition | |
2022-06-19 | Make default layer size 16-bit (#15286) | Drashna Jaelre | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2022-06-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-17 | Fixup handwired/macroboard (#17405) | jack | |
2022-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-16 | [handwired/macroboard] Add separate f401 and f411 configs… (#16338) | Michał Szczepaniak | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-06-13 | tap-dance: Restructure code and document in more detail (#16394) | Jouke Witteveen | |
2022-06-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-08 | Add WB32 evaluation board onekey targets. (#17330) | Nick Brassel | |
2022-06-02 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-02 | Fix lint errors (#17293) | Joel Challis | |
2022-06-02 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-02 | keyboards: fix malformed info.json files (#17292) | Ryan Skidmore | |
2022-05-30 | Removes terminal from QMK. (#17258) | Nick Brassel | |
2022-05-30 | [Keymap] Drashna update for post Q2 merge (#17241) | Drashna Jaelre | |
2022-05-30 | Fix API errors (#17239) | Joel Challis | |
2022-05-27 | Refactor legacy quantum keycodes in default-ish keymaps (#17150) | Joel Challis | |
2022-05-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-25 | Small update to Symmetric70 keyboard readme (#17188) | Takeshi ISHII | |
Added a little description to reademe.md under `handwired/symmetric70_proto/{matrix_debug|matrix_fast}`. | |||
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-17 | DigiCarpice Configurator Rendering Fix (#17113) | James Young | |
* info.json: apply friendly formatting * info.json: rebuild layout data | |||
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2022-05-15 | Rename keymap_extras headers for consistency (#16939) | Ryan | |
2022-05-15 | [Feature] Add support for multiple switchs/solenoids to Haptic Feedback ↵ | Drashna Jaelre | |
engine (#15657) | |||
2022-05-14 | [Core] Add Reboot keycode to core (#15990) | Drashna Jaelre | |
2022-05-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-11 | [Keyboard] remove handwired/reddot as per #14211 (#17033) | Vino Rodrigues | |
2022-04-29 | Remove some layout exceptions (#16957) | Joel Challis | |
* LAYOUT_JP -> LAYOUT_jp * LAYOUT_ANSI_DEFAULT -> LAYOUT * LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u | |||
2022-04-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-04-26 | dactyl_manuform/3x5_3: fix layout (#16944) | Ryan | |
2022-04-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-04-22 | Add Dactyl_Manuform/3x5_3 (#16238) | DL Ford | |
2022-04-22 | Provide better config defaults for bluepill boards (#16909) | Joel Challis | |
2022-04-19 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-04-19 | Dactyl manuform 5x6 5 via (#16741) | LegoWolf | |
2022-04-18 | Expose API for hardware unique ID (#16869) | Joel Challis | |