summaryrefslogtreecommitdiffstats
path: root/platforms/chibios
Commit message (Expand)AuthorAgeFilesLines
* Format code according to conventions (#15593)QMK Bot2021-12-277-24/+14
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-278-145/+274
* Add open-drain GPIO support. (#15282)Nick Brassel2021-12-271-18/+6
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-081-1/+1
|\
| * Fix RESET not working for keyboards with Kiibohd bootloader (#15430)Andrew-Fahmy2021-12-071-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-051-1/+1
|\|
| * Modified config.h default configuration (#15387)Joy Lee2021-12-061-1/+1
* | Tidy up existing i2c_master implementations (#15376)Joel Challis2021-12-022-60/+60
|/
* [Core] Added chconf.h for WB32 (#15359)Joy Lee2021-11-301-0/+26
* WB32F3G71 config migration with removal of unnecessary items. (#15309)Nick Brassel2021-11-272-1289/+0
* Westberrytech pr (#14422)Joy Lee2021-11-2715-0/+1724
* Tidy up adjustable ws2812 timing (#15299)Joel Challis2021-11-253-32/+8
* Add ifndef to WS2812 timing constraints (#14678)Jordan Banasik2021-11-251-12/+29
* [Core] RISC-V toolchain and picolibc fixes (#15109)Stefan Kerkmann2021-11-202-8/+12
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-1923-0/+3721
* Update UART driver API (#14839)Ryan2021-11-132-4/+12
* Update to ChibiOS 20.3.4, support builds against trunk (#14208)Nick Brassel2021-11-039-129/+155
* Relocate PS2 code (#14895)Joel Challis2021-10-201-0/+55
* [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann2021-10-186-6/+342
* Add HT32 support to core (#14388)bwisn2021-10-181-0/+25
* Enable eeprom with F401xE ld (#14752)Dasky2021-10-081-0/+85
* Fix i2c_readReg16 (#14730)Joel Challis2021-10-071-1/+1
* i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan2021-10-072-1/+26
* Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre2021-10-066-0/+1054
* Initial pass of F405 support (#14584)Joel Challis2021-09-255-0/+501
* Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)Drashna Jaelre2021-09-182-9/+44
* Use opendrain pin with external pullup again (#14474)Stefan Kerkmann2021-09-171-1/+1
* Add i2c defaults for Convert to Proton C (#14470)Drashna Jaelre2021-09-161-0/+9
* Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis2021-09-166-15/+15
* Implement F4 eeprom (#14195)Joel Challis2021-09-152-0/+170
* Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-158-29/+29
* Refactor use of STM32_SYSCLK (#14430)Joel Challis2021-09-143-3/+3
* Align ChibiOS I2C defs with other drivers (#14399)Joel Challis2021-09-122-23/+10
* Update ws2812_spi.c (#14237)JX2021-08-301-10/+10
* Move to correct location (#14171)Joel Challis2021-08-262-0/+0
* adding uf2 flash support for blackpill 401 (#13968)Path Nirvana2021-08-242-0/+176
* Make solo half of split keyboards (more) usable. (#13523)Joakim Tufvegren2021-08-221-1/+1
* Move chibios board files to allow tmk_core platform migration (#13777)Joel Challis2021-08-1878-0/+0
* `--parallel` improvements (#13800)ruro2021-08-181-5/+5
* Relocate platform specific drivers (#13894)Joel Challis2021-08-1717-0/+2519
* Add alternate ldscript for STM32duino (F103xB) (#12914)Ryan2021-08-183-2/+46
* Move all the flash logic from tmk_core (#13927)Joel Challis2021-08-151-0/+87
* Add support for STM32F407x MCUs. (#13718)thpoll832021-08-094-0/+411
* Remove the #10088 hotfix for Teensy 3.1-like Input:Club keyboards (#12870)Joakim Tufvegren2021-08-041-0/+5
* [Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann2021-07-022-2/+2
* Adds support for STM32L412xB, STM32L422xB. (#13383)Nick Brassel2021-06-306-1/+427
* core: wire up flash make target for Teensy 4.x (#13077)Michael Stapelberg2021-06-172-0/+2
* Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan2021-06-083-0/+11
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-2911-5/+948
* Allow for overriding clocks on F4xx. (#12886)Nick Brassel2021-05-132-4/+14