Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers: remove direct `quantum.h` includes (#21473) | Ryan | 2023-07-09 | 1 | -2/+0 |
| | |||||
* | Corrections to uart driver for Chibios platform (#19075) | David Hoelscher | 2023-01-24 | 1 | -2/+2 |
| | |||||
* | Add UART support for Kinetis boards (#18370) | Ryan | 2022-09-17 | 1 | -3/+9 |
| | | | | | * Add UART support for Kinetis boards * Default PAL mode for GPIOV1 | ||||
* | Added support for Wb32fq95 (#16871) | Joy Lee | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | Fix compilation of ChibiOS UART driver (#16348) | Joel Challis | 2022-02-13 | 1 | -1/+1 |
| | | | Cherry picked fix from 15724 | ||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -4/+12 |
| | |||||
* | Westberrytech pr (#14422) | Joy Lee | 2021-11-27 | 1 | -0/+4 |
| | | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code | ||||
* | Update UART driver API (#14839) | Ryan | 2021-11-13 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | * Add uart_puts() and uart_gets() * Add some docs * Rework API * Formatting * Update docs/uart_driver.md Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Simplify a uart_write() loop * Update platforms/avr/drivers/uart.c Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456) | Joel Challis | 2021-09-16 | 1 | -2/+2 |
| | |||||
* | Refactor use of _STM32_ defines (#14439) | Joel Challis | 2021-09-15 | 1 | -4/+4 |
| | |||||
* | Relocate platform specific drivers (#13894) | Joel Challis | 2021-08-17 | 1 | -0/+50 |
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly |