summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-05-27ISSI driver compile error fix (#9169)Wilba
2020-05-25Fix capitalisation of "GitHub" (#9184)Ryan
2020-05-24Fix i2c EEPROM compile issue when Console is enabled (#9186)Drashna Jaelre
2020-05-24Fix SPI EEPROM compile issue when Console is enabled (#9193)Drashna Jaelre
2020-05-21Initial arm serial partially based on old lets split codezvecr
2020-05-21ARM split - Add uart half duplex transport support (#7987)Joel Challis
2020-05-19Add SPI 25xx EEPROM support. (#8780)Nick Brassel
2020-05-10Fix off by one error with oled_write_raw_P (#9045)Brian Mock
2020-04-30QMK-ify some GPIO macros (#8315)Ryan
2020-04-29Add SPI master for ChibiOS/ARM. (#8779)Nick Brassel
2020-04-13Fix AVR SPI parameter configuration, remove timeouts due to sync protocol. (#...Nick Brassel
2020-04-08format code according to conventions [skip ci]QMK Bot
2020-04-08spi_master for AVR (#8299)Ryan
2020-04-02Fix AVR ws2812 when ADDRESS_BASE is non zero (#8646)Joel Challis
2020-03-28fixed problem with implicit declaration in quantum/rgblight.c (#8406)Casper Weiss Bang
2020-03-21Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis
2020-03-17format code according to conventions [skip ci]QMK Bot
2020-03-17ARM - ADC cleanup (#8385)Joel Challis
2020-03-14format code according to conventions [skip ci]QMK Bot
2020-03-14Adding OLED scroll setup functions (#8386)brickbots
2020-03-14Remove pro_micro.h (#8374)Ryan
2020-03-12Add support for STM32L0/L1 onboard EEPROM. (#8002)Nick Brassel
2020-03-11format code according to conventions [skip ci]QMK Bot
2020-03-11Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills
2020-03-07format code according to conventions [skip ci]QMK Bot
2020-03-07Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)brickbots
2020-03-06format code according to conventions [skip ci]QMK Bot
2020-03-06Add f401 and f411 blackpill examples (#7930)Joel Challis
2020-03-01Clean up includes for glcdfont headers (#7745)Ryan
2020-03-01PWM DMA based RGB Underglow for STM32 (#7928)Joel Challis
2020-03-01Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8...Nick Brassel
2020-02-292020 February 29 Breaking Changes Update (#8064)James Young
2020-02-24Rollback PR #7967 in preference of fixing I2C start/stop properly, in a follo...Nick Brassel
2020-02-22format code according to conventions [skip ci]QMK Bot
2020-02-22Fix QWIIC OLED for AVR (#7769)Nick Winans
2020-02-13format code according to conventions [skip ci]QMK Bot
2020-02-13Fix RESET keycode on some STM32F072 keyboards (#8134)Joel Challis
2020-02-11Fix out of bound OLED font access (#8145)Ted M Lin
2020-02-01Add thread safety around i2c_master for ChibiOS/ARM.Nick Brassel
2020-01-27Refactor stm32duino f103 keyboards to use new central board config files (#7706)Joel Challis
2020-01-27Migrate common ld scripts to common location (#7887)Joel Challis
2020-01-26Create central board for bluepillzvecr
2020-01-24Update split serial code to use driver pattern (#7990)Joel Challis
2020-01-24format code according to conventions [skip ci]QMK Bot
2020-01-24Add customisable EEPROM driver selection (#7274)Nick Brassel
2020-01-19Run clang-format manually to fix recently changed files (#7934)Joel Challis
2019-12-31SPI DMA based RGB Underglow for STM32 (#7674)Joel Challis
2019-12-29Clean up ISSI driver includes (#7734)fauxpark
2019-12-24Add backwards compatibility for oled_write_raw_P on ARMzvecr
2019-12-22Completely remove i2c_transmit_receive function (#7686)Drashna Jaelre