summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAge
* Fix off by one error with oled_write_raw_P (#9045)Brian Mock2020-05-10
* QMK-ify some GPIO macros (#8315)Ryan2020-04-30
* Add SPI master for ChibiOS/ARM. (#8779)Nick Brassel2020-04-29
* Fix AVR SPI parameter configuration, remove timeouts due to sync protocol. (#...Nick Brassel2020-04-13
* format code according to conventions [skip ci]QMK Bot2020-04-08
* spi_master for AVR (#8299)Ryan2020-04-08
* Fix AVR ws2812 when ADDRESS_BASE is non zero (#8646)Joel Challis2020-04-02
* fixed problem with implicit declaration in quantum/rgblight.c (#8406)Casper Weiss Bang2020-03-28
* Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis2020-03-21
* format code according to conventions [skip ci]QMK Bot2020-03-17
* ARM - ADC cleanup (#8385)Joel Challis2020-03-17
* format code according to conventions [skip ci]QMK Bot2020-03-14
* Adding OLED scroll setup functions (#8386)brickbots2020-03-14
* Remove pro_micro.h (#8374)Ryan2020-03-14
* Add support for STM32L0/L1 onboard EEPROM. (#8002)Nick Brassel2020-03-12
* format code according to conventions [skip ci]QMK Bot2020-03-11
* Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills2020-03-11
* format code according to conventions [skip ci]QMK Bot2020-03-07
* Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)brickbots2020-03-07
* format code according to conventions [skip ci]QMK Bot2020-03-06
* Add f401 and f411 blackpill examples (#7930)Joel Challis2020-03-06
* Clean up includes for glcdfont headers (#7745)Ryan2020-03-01
* PWM DMA based RGB Underglow for STM32 (#7928)Joel Challis2020-03-01
* Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8...Nick Brassel2020-03-01
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-29
* Rollback PR #7967 in preference of fixing I2C start/stop properly, in a follo...Nick Brassel2020-02-24
* format code according to conventions [skip ci]QMK Bot2020-02-22
* Fix QWIIC OLED for AVR (#7769)Nick Winans2020-02-22
* format code according to conventions [skip ci]QMK Bot2020-02-13
* Fix RESET keycode on some STM32F072 keyboards (#8134)Joel Challis2020-02-13
* Fix out of bound OLED font access (#8145)Ted M Lin2020-02-11
* Add thread safety around i2c_master for ChibiOS/ARM.Nick Brassel2020-02-01
* Refactor stm32duino f103 keyboards to use new central board config files (#7706)Joel Challis2020-01-27
|\
| * Create central board for bluepillzvecr2020-01-26
* | Migrate common ld scripts to common location (#7887)Joel Challis2020-01-27
|/
* Update split serial code to use driver pattern (#7990)Joel Challis2020-01-24
* format code according to conventions [skip ci]QMK Bot2020-01-24
* Add customisable EEPROM driver selection (#7274)Nick Brassel2020-01-24
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-19
* SPI DMA based RGB Underglow for STM32 (#7674)Joel Challis2019-12-31
* Clean up ISSI driver includes (#7734)fauxpark2019-12-29
* Add backwards compatibility for oled_write_raw_P on ARMzvecr2019-12-24
* Completely remove i2c_transmit_receive function (#7686)Drashna Jaelre2019-12-22
* Add central location for ChibiOS defines (#7542)Joel Challis2019-12-21
* fixed I2C driver support for stm32f4 (#7526)yulei2019-12-12
* Enable bitbang ws2812 for f4 (#7571)Joel Challis2019-12-08
* Improve support and docs for ADC driver (#7191)fauxpark2019-12-08
* Increase matrix scanning speed on xd84 (#7517)Joel Challis2019-12-03
* IS31FL3733 Dirty page fix (#7079)yiancar2019-11-25
* Run clang-format manually to fix recently changed fileszvecr2019-11-17