summaryrefslogtreecommitdiffstats
path: root/platforms/chibios
Commit message (Expand)AuthorAgeFilesLines
* Expose API for hardware unique ID (#16869)Joel Challis2022-04-181-0/+15
* Add non blackpill F4x1 config files (#16600)Joel Challis2022-04-0613-0/+712
* Refactor CTPC logic to allow future converters (#16621)Joel Challis2022-04-033-304/+303
* Add emulated eeprom support for STM32F303xE (#16737)dn9uyen2022-03-301-2/+2
* Refactor writePin to work with statements (#16738)Stefan Kerkmann2022-03-271-1/+8
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-231-1/+2
|\
| * [Bug] Fix unused variable error when using ChibiOS Bitbang serial driver (#16...Drashna Jaelre2022-03-231-1/+2
* | Redo workaround for pin_def errors on KINETIS (#16620)Joel Challis2022-03-111-0/+6
* | Force platform pin defs to be included (#16611)Joel Challis2022-03-101-0/+0
* | Add flash target for UF2 bootloaders (#16525)Stefan Kerkmann2022-03-071-0/+14
* | ChibiOS 21.11.1 update. (#16251)Nick Brassel2022-03-0720-177/+349
|/
* analog.[ch]: remove unnecessary includes (#16471)Ryan2022-03-042-2/+1
* Fix compilation of ChibiOS UART driver (#16348)Joel Challis2022-02-131-1/+1
* Format code according to conventions (#16322)QMK Bot2022-02-1227-146/+234
* Followup to #16220, more test error output. (#16221)Nick Brassel2022-02-051-1/+1
* Initial migration of suspend callbacks (#16067)Joel Challis2022-02-051-28/+0
* ChibiOS timer fixes (#16017)Sergey Vlasov2022-02-051-23/+77
* Create a build error if no bootloader is specified. (#16181)Nick Brassel2022-02-031-2/+0
* Fixup builds so that teensy EEPROM knows which MCU it's targeting. (#16168)Nick Brassel2022-02-021-0/+3
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-024-78/+87
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-262-35/+16
* Remove unused suspend_idle (#16063)Joel Challis2022-01-261-9/+0
* Default EEPROM implementation should be transient when not implemented. Remov...Nick Brassel2022-01-241-58/+1
* Add L432, L442. (#16016)Nick Brassel2022-01-243-0/+286
* Fix broken bootloader builds in develop. (#15880)Dasky2022-01-151-0/+4
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-091-199/+14
|\
| * Revert "core: make the full 4096 bytes of EEPROM work on Teensy 3.6 (#12947)"...Michael Stapelberg2022-01-101-199/+14
* | Fixes for bootloader refactor build failures (#15638)Ryan2022-01-0614-72/+4
* | 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