Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers: remove direct `quantum.h` includes (#21473) | Ryan | 2023-07-09 | 1 | -0/+1 |
| | |||||
* | Update ChibiOS[-Contrib], SIO driver, configs (#17915) | Stefan Kerkmann | 2023-01-12 | 1 | -17/+7 |
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | [Core] Add Raspberry Pi RP2040 support (#14877) | Stefan Kerkmann | 2022-06-30 | 1 | -5/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | [Core] Split ChibiOS usart split driver in protocol and hardware driver part ↵ | Stefan Kerkmann | 2022-06-18 | 1 | -181/+10 |
| | | | | (#16669) | ||||
* | [Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907) | Stefan Kerkmann | 2022-06-17 | 1 | -44/+129 |
| | |||||
* | [Core] Use a mutex guard for split shared memory (#16647) | Stefan Kerkmann | 2022-04-19 | 1 | -1/+9 |
| | |||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | Deprecate split transactions status field (#16023) | Stefan Kerkmann | 2022-01-26 | 1 | -22/+10 |
| | |||||
* | Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456) | Joel Challis | 2021-09-16 | 1 | -3/+3 |
| | |||||
* | Refactor use of _STM32_ defines (#14439) | Joel Challis | 2021-09-15 | 1 | -5/+5 |
| | |||||
* | Relocate platform specific drivers (#13894) | Joel Challis | 2021-08-17 | 1 | -0/+318 |
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly |