summaryrefslogtreecommitdiff
path: root/platforms/chibios/QMK_PROTON_C/configs
AgeCommit message (Collapse)Author
2021-08-18Move chibios board files to allow tmk_core platform migration (#13777)Joel Challis
* Move board files * fix up after rebase
2021-07-02[Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann
* Unite half-duplex and full-duplex serial driver. * Add full duplex operation mode to the interrupt based driver * Delete DMA UART based full duplex driver * The new driver targets #11930 * Fix freezes with failing transactions in half-duplex * Increase default serial TX/RX buffer size to 128 bytes * Correctly use bool instead of size_t Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-01-27UART driver refactor (#11637)Ryan
2021-01-19ChibiOS enable memory allocations (#11620)Nick Brassel
2021-01-20ChibiOS 20.3.2 (#11495)Nick Brassel
* Update ChibiOS submodule * Update ChibiOS-Contrib submodule * Update ChibiOS config files
2020-12-03Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel
- Set all other ChibiOS defaults to 'off', when not targeting Proton-C - Modified all existing F303 boards to point at the QMK_PROTON_C to ensure repeatable binary output - Modified version.h generation so that SKIP_VERSION=yes generates the same output