aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/chibios
Commit message (Expand)AuthorAgeFilesLines
* Kiibohd bootloader, take 2 (#10129)Ryan2020-08-291-3/+3
* Re-fix the STM32 dual-bank bootloader stuff. (#9738)Nick Brassel2020-08-291-31/+15
* Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge ...Nick Brassel2020-08-291-15/+69
* Fix ChibiOS backlight not turning off on suspend (#10114)Ryan2020-08-261-0/+16
* Revert "Add Kiibohd bootloader type to bootloader.mk (#9908)" (#10126)Nick Brassel2020-08-211-3/+3
* Add Kiibohd bootloader type to bootloader.mk (#9908)Ryan2020-08-121-3/+3
* format code according to conventions [skip ci]QMK Bot2020-07-251-2/+2
* Enable OLED support for Teensy 3.2/LC (#7591)Joel Challis2020-07-261-0/+7
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-302-343/+0
* Revert "Fix conflicting types for 'tfp_printf' (#8269)"skullY2020-05-042-0/+343
* Fix conflicting types for 'tfp_printf' (#8269)Joel Challis2020-05-032-343/+0
* Refactor rgblight_reconfig.h (#7773)Takeshi ISHII2020-03-101-4/+0
* format code according to conventions [skip ci]QMK Bot2020-03-011-2/+2
* Short term fix for conflicting types for 'tfp_printf' (#8157)Joel Challis2020-03-022-8/+12
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-15/+29
* format code according to conventions [skip ci]QMK Bot2020-02-011-6/+2
* Fix timer_elapsed() overflow issue for STM32F103 and other ChibiOS boards (#7...Pavel Župa2020-02-011-2/+6
* Fix printf buffer overflow when cols>16 (#7998)Joel Challis2020-01-241-1/+2
* format code according to conventions [skip ci]QMK Bot2020-01-241-2/+1
* Add customisable EEPROM driver selection (#7274)Nick Brassel2020-01-242-9/+22
* Add central location for ChibiOS defines (#7542)Joel Challis2019-12-211-0/+24
* Support RGBLIGHT_SLEEP when ChibiOS boards suspend (#7280)Jonathan Rascher2019-11-081-0/+26
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-171-1/+4
* Add binary support to tinyprintf (#7024)Joel Challis2019-10-151-0/+9
* clang-format changesskullY2019-08-3011-957/+827
* Fix wakeup function on ChibiOS (#5707)Drashna Jaelre2019-04-261-1/+1
* Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094)Andrew Kannan2019-02-132-3/+8
* Moving cannonkeys boards to one place, eeprom fix (#4999)Andrew Kannan2019-01-291-4/+8
* Practice60 RGB and PWM Backlight (#4929)Andrew Kannan2019-01-281-11/+6
* Final HS60v2 changes. (#4790)yiancar2019-01-064-625/+169
* stm32f1xx EEPROM emulation (#3914)Takuya Urakawa2018-10-193-15/+29
* Fix emulated EEPROM start address on STM32F303 (#3819)ishtob2018-08-311-1/+1
* STM32 EEPROM Emulation (#3741)yiancar2018-08-295-0/+995
* Make sure the timer wraps around correctly independent of the os tick frequencyFred Sundvik2018-06-281-14/+28
* Add Suspend functions (#3112)Drashna Jaelre2018-06-031-0/+33
* Generate API docs from source code comments (#2491)skullydazed2018-03-223-1/+69
* Fix reset for STM32 devicesFred Sundvik2018-02-101-17/+17
* Clueboard 60% support (#1746)skullydazed2017-09-292-4/+19
* Add ChibiOS support for QMK (#465)fredizzimo2016-07-017-0/+1304