summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/QMK_PROTON_C/configs
Commit message (Collapse)AuthorAgeFilesLines
* Move chibios board files to allow tmk_core platform migration (#13777)Joel Challis2021-08-186-1624/+0
| | | | | * Move board files * fix up after rebase
* [Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann2021-07-021-1/+1
| | | | | | | | | | | | | | | * 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>
* UART driver refactor (#11637)Ryan2021-01-271-2/+2
|
* ChibiOS enable memory allocations (#11620)Nick Brassel2021-01-191-1/+1
|
* ChibiOS 20.3.2 (#11495)Nick Brassel2021-01-202-24/+72
| | | | | | | * Update ChibiOS submodule * Update ChibiOS-Contrib submodule * Update ChibiOS config files
* Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel2020-12-036-0/+1576
- 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