summaryrefslogtreecommitdiff
path: root/platforms/chibios/drivers/serial_usart.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-4/+4
2024-11-21Added MCU support for ArteryTek AT32F415 (#23445)HorrorTroll1-2/+13
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan1-0/+1
2023-01-12Update ChibiOS[-Contrib], SIO driver, configs (#17915)Stefan Kerkmann1-17/+7
2022-06-30[Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann1-5/+23
2022-06-18[Core] Split ChibiOS usart split driver in protocol and hardware driver part ...Stefan Kerkmann1-181/+10
2022-06-17[Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907)Stefan Kerkmann1-44/+129
2022-04-19[Core] Use a mutex guard for split shared memory (#16647)Stefan Kerkmann1-1/+9
2022-02-12Format code according to conventions (#16322)QMK Bot1-1/+1
2022-01-26Deprecate split transactions status field (#16023)Stefan Kerkmann1-22/+10
2021-09-16Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis1-3/+3
2021-09-15Refactor use of _STM32_ defines (#14439)Joel Challis1-5/+5
2021-08-17Relocate platform specific drivers (#13894)Joel Challis1-0/+318