| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Stabilize Half-duplex PIO split comms (#17612) | Stefan Kerkmann | 2022-07-11 | 1 | -3/+17 |
* | Update PM2040 I2C pins (#17578) | Albert Y | 2022-07-07 | 1 | -2/+2 |
* | [Core] Update mpaland/printf to eyalroz/printf fork (#16163) | Stefan Kerkmann | 2022-07-07 | 3 | -1/+4 |
* | Add kb2040 and sparkfun rp2040 converters (#17514) | Joel Challis | 2022-07-06 | 10 | -0/+252 |
* | Fixup SPI. (#17534) | Nick Brassel | 2022-07-05 | 1 | -0/+3 |
* | Tentative Teensy 3.5 support (#14420) | Ryan | 2022-07-03 | 1 | -1/+1 |
* | RP2040 emulated EEPROM. (#17519) | Nick Brassel | 2022-07-02 | 8 | -6/+431 |
* | Disable clang-format for stage2_bootloaders (#17516) | Stefan Kerkmann | 2022-06-30 | 1 | -1/+5 |
* | [Core] Add Raspberry Pi RP2040 support (#14877) | Stefan Kerkmann | 2022-06-30 | 22 | -8/+1628 |
* | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) | Nick Brassel | 2022-06-30 | 6 | -0/+323 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-25 | 1 | -0/+4 |
|\ |
|
| * | [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466) | Drashna Jaelre | 2022-06-25 | 1 | -0/+4 |
* | | [Core] Mark GD32VF103 as ChibiOS-Contrib (#17444) | Stefan Kerkmann | 2022-06-23 | 1 | -0/+1 |
* | | Fix AVR I2C master 1ms timeout (#17174) | Daniel Kao | 2022-06-22 | 1 | -6/+6 |
* | | [Fix] Fix compilation warning for non-split keebs after #17423 (#17439) | Stefan Kerkmann | 2022-06-21 | 1 | -1/+5 |
* | | [BUG] Fix deadlocks on disconnected secondary half (#17423) | Stefan Kerkmann | 2022-06-21 | 3 | -11/+38 |
* | | [Core] Split ChibiOS usart split driver in protocol and hardware driver part ... | Stefan Kerkmann | 2022-06-18 | 5 | -226/+263 |
* | | [Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907) | Stefan Kerkmann | 2022-06-17 | 2 | -62/+150 |
* | | Rework paths for eeprom locations. (#17326) | Nick Brassel | 2022-06-08 | 8 | -2/+3 |
* | | [Core] Update C standard to GNU11, C++ to GNU++14 (#17114) | Stefan Kerkmann | 2022-06-06 | 3 | -3/+3 |
* | | Make bootloader_jump for dualbank STM32 respect STM32_BOOTLOADER_DUAL_BANK_DE... | Thomas Preisner | 2022-05-30 | 1 | -2/+2 |
* | | Improve PS/2 mouse performance (#17111) | Andrew Dunai | 2022-05-30 | 1 | -2/+2 |
* | | Add uf2-split-* make targets. (#17257) | Dasky | 2022-05-31 | 1 | -2/+6 |
|/ |
|
* | Added support for Wb32fq95 (#16871) | Joy Lee | 2022-05-23 | 11 | -6/+373 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-18 | 1 | -1/+2 |
|\ |
|
| * | Fix platforms/avr/drivers/ws2812.c (#17043) | Takeshi ISHII | 2022-05-18 | 1 | -1/+2 |
* | | Workaround for recent -Werror=array-bounds AVR issues (#17136) | Joel Challis | 2022-05-18 | 1 | -0/+5 |
* | | [Core] Add Reboot keycode to core (#15990) | Drashna Jaelre | 2022-05-14 | 19 | -4/+98 |
* | | Move disable_jtag to platforms (#16960) | Joel Challis | 2022-04-29 | 1 | -1/+12 |
* | | [Core] Allow usage of AVRs minimal printf library (#16266) | Stefan Kerkmann | 2022-04-22 | 1 | -0/+9 |
* | | Provide better config defaults for bluepill boards (#16909) | Joel Challis | 2022-04-22 | 1 | -0/+8 |
* | | [CI] Format code according to conventions (#16888) | QMK Bot | 2022-04-19 | 1 | -3/+3 |
* | | Update wb32-dfu (#16438) | Joy Lee | 2022-04-19 | 1 | -0/+49 |
* | | [Core] Use a mutex guard for split shared memory (#16647) | Stefan Kerkmann | 2022-04-19 | 5 | -11/+74 |
* | | Fixup AVR builds. (#16875) | Nick Brassel | 2022-04-18 | 1 | -0/+6 |
* | | Expose API for hardware unique ID (#16869) | Joel Challis | 2022-04-18 | 6 | -0/+65 |
* | | Add non blackpill F4x1 config files (#16600) | Joel Challis | 2022-04-06 | 13 | -0/+712 |
* | | Refactor CTPC logic to allow future converters (#16621) | Joel Challis | 2022-04-03 | 3 | -304/+303 |
* | | Add emulated eeprom support for STM32F303xE (#16737) | dn9uyen | 2022-03-30 | 1 | -2/+2 |
* | | Refactor writePin to work with statements (#16738) | Stefan Kerkmann | 2022-03-27 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-23 | 1 | -1/+2 |
|\| |
|
| * | [Bug] Fix unused variable error when using ChibiOS Bitbang serial driver (#16... | Drashna Jaelre | 2022-03-23 | 1 | -1/+2 |
* | | HD44780 driver rework (#16370) | Ryan | 2022-03-19 | 2 | -890/+0 |
* | | Redo workaround for pin_def errors on KINETIS (#16620) | Joel Challis | 2022-03-11 | 2 | -4/+6 |
* | | Workaround for pin_def errors on KINETIS (#16614) | Joel Challis | 2022-03-11 | 1 | -0/+4 |
* | | Force platform pin defs to be included (#16611) | Joel Challis | 2022-03-10 | 4 | -2/+2 |
* | | Add flash target for UF2 bootloaders (#16525) | Stefan Kerkmann | 2022-03-07 | 1 | -0/+14 |
* | | ChibiOS 21.11.1 update. (#16251) | Nick Brassel | 2022-03-07 | 20 | -177/+349 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-04 | 4 | -6/+2 |
|\| |
|
| * | analog.[ch]: remove unnecessary includes (#16471) | Ryan | 2022-03-04 | 4 | -6/+2 |