aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis2020-03-218-0/+0
* format code according to conventions [skip ci]QMK Bot2020-03-172-2/+2
* ARM - ADC cleanup (#8385)Joel Challis2020-03-172-152/+205
* format code according to conventions [skip ci]QMK Bot2020-03-141-3/+3
* Adding OLED scroll setup functions (#8386)brickbots2020-03-142-4/+44
* Remove pro_micro.h (#8374)Ryan2020-03-141-324/+0
* Add support for STM32L0/L1 onboard EEPROM. (#8002)Nick Brassel2020-03-122-0/+129
* format code according to conventions [skip ci]QMK Bot2020-03-112-44/+28
* Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills2020-03-112-0/+280
* format code according to conventions [skip ci]QMK Bot2020-03-071-7/+7
* Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)brickbots2020-03-072-0/+29
* format code according to conventions [skip ci]QMK Bot2020-03-064-2345/+705
* Add f401 and f411 blackpill examples (#7930)Joel Challis2020-03-0610-0/+5725
* Clean up includes for glcdfont headers (#7745)Ryan2020-03-013-30/+5
* PWM DMA based RGB Underglow for STM32 (#7928)Joel Challis2020-03-011-1/+207
* Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8...Nick Brassel2020-03-011-101/+0
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-2910-70/+393
* Rollback PR #7967 in preference of fixing I2C start/stop properly, in a follo...Nick Brassel2020-02-241-51/+12
* format code according to conventions [skip ci]QMK Bot2020-02-221-14/+14
* Fix QWIIC OLED for AVR (#7769)Nick Winans2020-02-222-11/+19
* format code according to conventions [skip ci]QMK Bot2020-02-132-772/+223
* Fix RESET keycode on some STM32F072 keyboards (#8134)Joel Challis2020-02-135-0/+1747
* Fix out of bound OLED font access (#8145)Ted M Lin2020-02-112-3/+5
* Add thread safety around i2c_master for ChibiOS/ARM.Nick Brassel2020-02-011-12/+51
* Refactor stm32duino f103 keyboards to use new central board config files (#7706)Joel Challis2020-01-273-0/+227
|\
| * Create central board for bluepillzvecr2020-01-263-0/+227
* | Migrate common ld scripts to common location (#7887)Joel Challis2020-01-273-0/+294
|/
* Update split serial code to use driver pattern (#7990)Joel Challis2020-01-242-0/+570
* format code according to conventions [skip ci]QMK Bot2020-01-241-1/+1
* Add customisable EEPROM driver selection (#7274)Nick Brassel2020-01-247-0/+453
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-191-1/+1
* SPI DMA based RGB Underglow for STM32 (#7674)Joel Challis2019-12-311-1/+90
* Clean up ISSI driver includes (#7734)fauxpark2019-12-2910-95/+25
* Add backwards compatibility for oled_write_raw_P on ARMzvecr2019-12-241-0/+2
* Completely remove i2c_transmit_receive function (#7686)Drashna Jaelre2019-12-222-10/+2
* Add central location for ChibiOS defines (#7542)Joel Challis2019-12-212-20/+11
* fixed I2C driver support for stm32f4 (#7526)yulei2019-12-122-10/+16
* Enable bitbang ws2812 for f4 (#7571)Joel Challis2019-12-081-1/+1
* Improve support and docs for ADC driver (#7191)fauxpark2019-12-082-39/+108
* Increase matrix scanning speed on xd84 (#7517)Joel Challis2019-12-032-0/+19
* IS31FL3733 Dirty page fix (#7079)yiancar2019-11-252-20/+34
* Run clang-format manually to fix recently changed fileszvecr2019-11-173-59/+54
* Improvements to Solenoid feature (#7369)Drashna Jaelre2019-11-151-5/+1
* Move Ergodox EZ RGB Light code to custom driver (#7309)Drashna Jaelre2019-11-141-127/+2
* Unify RGB and RGBW commands (#7297)Drashna Jaelre2019-11-095-35/+16
* ARM - ws2812 bitbang (#7173)Joel Challis2019-11-072-1/+117
* Fix typo in ARM I2C copyright header (#7264)fauxpark2019-11-041-2/+2
* Adds raw write functions to the OLED driver (#7237)Thomas Baart2019-11-032-2/+25
* Correct ARM STM32 I2C frequency. (#7080)yiancar2019-10-311-5/+5
* Refactor ps2avrgb i2c ws2812 to core (#7183)Joel Challis2019-10-294-0/+34