| Commit message (Expand) | Author | Age | Files | Lines |
* | Update ChibiOS[-Contrib], SIO driver, configs (#17915) | Stefan Kerkmann | 2023-01-12 | 4 | -36/+35 |
* | Revert "De-duplicate platform detection (#19545)" (#19564) | Joel Challis | 2023-01-11 | 2 | -5/+0 |
* | De-duplicate platform detection (#19545) | Joel Challis | 2023-01-11 | 2 | -0/+5 |
* | [Core] Quantum Painter - LVGL Integration (#18499) | jpe230 | 2022-12-13 | 4 | -81/+0 |
* | [RP2040] update i2c drivers to reflect peripheral number (#19277) | Stefan Kerkmann | 2022-12-11 | 2 | -2/+2 |
* | Teensy 3.5: do not restart USB stack after wakeup (#19269) | Ryan | 2022-12-09 | 2 | -0/+18 |
* | kint36: do not restart USB stack after wakeup (#19077) | Michael Stapelberg | 2022-12-09 | 2 | -0/+18 |
* | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | 2022-12-02 | 5 | -20/+58 |
* | NVRAM refactor, phase 1. (#18969) | Nick Brassel | 2022-11-23 | 8 | -7/+7 |
* | Add Bonsai C4 as a platform board file (#18901) | David Hoelscher | 2022-11-13 | 7 | -2/+426 |
* | Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, GD3... | Nick Brassel | 2022-11-11 | 1 | -1/+3 |
* | Fixup WS2812 vendor driver (#19028) | jack | 2022-11-11 | 1 | -1/+1 |
* | [Core] Allow custom timings for WS2812 PIO driver (#18006) | Stefan Kerkmann | 2022-11-10 | 1 | -71/+165 |
* | Added analog support for WB32 MCU. (#18289) | Joy Lee | 2022-11-01 | 1 | -6/+6 |
* | [Core] Adjust PWM hardware audio driver for RP2040 (#17723) | Stefan Kerkmann | 2022-10-27 | 3 | -97/+70 |
* | Generalise CTPC logic from common_features (#18803) | Joel Challis | 2022-10-22 | 1 | -0/+1 |
* | ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from... | Thomas Kriechbaumer | 2022-10-21 | 3 | -19/+19 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-16 | 2 | -4/+25 |
|\ |
|
| * | Allow Fedora to update ChibiOS configs. (#18698) | Nick Brassel | 2022-10-17 | 2 | -4/+25 |
* | | Fix some rp2040 hardware ID errors (#18617) | Joel Challis | 2022-10-06 | 1 | -0/+3 |
* | | Update ChibiOS hardware ID (#18613) | Joel Challis | 2022-10-05 | 1 | -2/+4 |
* | | onekey: Enable ADC for STM32F072 Discovery (#18592) | Ryan | 2022-10-05 | 1 | -0/+1 |
* | | [Core] RP2040: use built-in integer hardware divider and optimized i64 multip... | Stefan Kerkmann | 2022-10-04 | 1 | -220/+31 |
* | | [Core] PWM Backlight for RP2040 (#17706) | Stefan Kerkmann | 2022-10-04 | 5 | -0/+48 |
* | | [Bug] RP2040: only clear RX FIFO for serial pio driver clear (#18581) | Stefan Kerkmann | 2022-10-04 | 1 | -3/+4 |
* | | [Core] Serial-protocol: always clear receive queue on main half of split keyb... | Stefan Kerkmann | 2022-10-03 | 1 | -8/+4 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-03 | 1 | -1/+1 |
|\| |
|
| * | `:flash`: print bootloader (#18569) | Ryan | 2022-10-03 | 1 | -1/+1 |
* | | Copy RP2040 vector table to RAM on startup (#18424) | Stefan Kerkmann | 2022-09-22 | 1 | -1/+2 |
* | | Stabilize Half-duplex PIO split comms take 2 (#18421) | Stefan Kerkmann | 2022-09-20 | 1 | -15/+2 |
* | | Add Elite-C to converters (#18309) | Joel Challis | 2022-09-18 | 4 | -0/+120 |
* | | Add UART support for Kinetis boards (#18370) | Ryan | 2022-09-17 | 2 | -17/+41 |
* | | Reboot wb32 devices after flashing (#18323) | Joel Challis | 2022-09-10 | 1 | -1/+2 |
* | | Add Elite-Pi converter (#18236) | Danny | 2022-09-08 | 2 | -0/+45 |
* | | Prevent USB peripheral fault when restarting USB on WB32 MCUs (#18058) | Joy Lee | 2022-09-01 | 3 | -0/+10 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-01 | 2 | -11/+2 |
|\| |
|
| * | Remove non promicro pins from converters (#18239) | Joel Challis | 2022-09-01 | 2 | -11/+2 |
* | | Move bootloader.mk to platforms (#18228) | Ryan | 2022-08-31 | 1 | -0/+122 |
* | | Use a macro to compute the size of arrays at compile time (#18044) | Jeff Epler | 2022-08-30 | 1 | -3/+3 |
|/ |
|
* | Add eeprom defaults for tinyuf2 bootloader (#18042) | Joel Challis | 2022-08-25 | 1 | -4/+0 |
* | Use the correct bootloader definition. (#18102) | Nick Brassel | 2022-08-19 | 1 | -1/+1 |
* | Add Bonsai C4 converter (#17711) | David Hoelscher | 2022-08-18 | 2 | -0/+44 |
* | Fix GD32VF103 WS2812 PWM driver (#18067) | Stefan Kerkmann | 2022-08-15 | 1 | -0/+2 |
* | Partially revert some WB32 specific changes (#18038) | Joel Challis | 2022-08-14 | 2 | -23/+10 |
* | [Controller] Added board config for custom controller STeMCell (#16287) | Mega Mind | 2022-08-14 | 8 | -0/+382 |
* | Fix buffer size for WS2812 PWM driver (#17046) | yiancar | 2022-08-13 | 1 | -4/+48 |
* | Added ws2812_pwm support for WB32 MCU. (#17142) | Joy Lee | 2022-08-13 | 1 | -4/+23 |
* | Added ws2812_spi support for WB32 MCU (#17143) | Joy Lee | 2022-08-13 | 2 | -2/+13 |
* | Add Bit-C PRO converter (#17827) | Jay Greco | 2022-08-13 | 2 | -0/+51 |
* | Added implementation of WB32 MCU wear_leveling_efl. (#17579) | Joy Lee | 2022-08-13 | 1 | -0/+2 |