summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-06-12fixed problem with implicit declaration in quantum/rgblight.c (#8406)Casper Weiss Bang
2020-06-12Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis
2020-06-12ARM - ADC cleanup (#8385)Joel Challis
2020-06-12Adding OLED scroll setup functions (#8386)brickbots
2020-06-12Remove pro_micro.h (#8374)Ryan
2020-06-12Add support for STM32L0/L1 onboard EEPROM. (#8002)Nick Brassel
2020-06-12Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills
2020-06-12Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)brickbots
2020-06-12Add f401 and f411 blackpill examples (#7930)Joel Challis
2020-06-12Clean up includes for glcdfont headers (#7745)Ryan
2020-06-12PWM DMA based RGB Underglow for STM32 (#7928)Joel Challis
2020-06-12Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8...Nick Brassel
2020-06-122020 February 29 Breaking Changes Update (#8064)James Young
2020-03-26Fix QWIIC OLED for AVR (#7769)Nick Winans
2020-03-26Fix RESET keycode on some STM32F072 keyboards (#8134)Joel Challis
2020-02-26Run clang-format manually to fix recently changed files (#7934)Joel Challis
2020-02-26Fix out of bound OLED font access (#8145)Ted M Lin
2020-02-26Add thread safety around i2c_master for ChibiOS/ARM.Nick Brassel
2020-02-26Migrate common ld scripts to common location (#7887)Joel Challis
2020-02-26Create central board for bluepillzvecr
2020-02-26Update split serial code to use driver pattern (#7990)Joel Challis
2020-02-26Add additional fixes to EEPROM driver selection (#7274) (#266)Drashna Jaelre
2020-02-26Add central location for ChibiOS defines (#7542)Joel Challis
2020-02-26Apollo (#246)Florian Didron
2020-01-09fixed I2C driver support for stm32f4 (#7526)yulei
2020-01-09Improve support and docs for ADC driver (#7191)fauxpark
2020-01-09Improvements to Solenoid feature (#7369)Drashna Jaelre
2020-01-09WS2812 Overhaul (#210)Drashna Jaelre
2020-01-09Add backwards compatibility for oled_write_raw_P on ARMzvecr
2020-01-09Adds raw write functions to the OLED driver (#7237)Thomas Baart
2020-01-09Correct ARM STM32 I2C frequency. (#7080)yiancar
2020-01-06Clean up ISSI driver includes (#7734)fauxpark
2020-01-06IS31FL3733 Dirty page fix (#7079)yiancar
2019-11-04 Refactor ps2avrgb i2c ws2812 to core (#7183)Joel Challis
2019-11-04Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180)Joel Challis
2019-11-04DRV2605L Continuous Haptic Feedback Support (#6461)MechMerlin
2019-09-26Fix battery level code in adafruit_ble.cpp (#6648)bwhelm
2019-09-26Removed prescaler define from avr i2c, as it was impossible to use (#6617)Mikkel Jeppesen
2019-09-26Fix Redefinition of OLED_TIMEOUT (#6628)Drashna Jaelre
2019-09-17clang-format changesskullY
2019-08-28Added OLED Display autoscroll during periods of OLED data inactivity (#6546)XScorpion2
2019-08-28Relocate pca9555 driver to core (#6563)Joel Challis
2019-08-13(OLED) Added support for CR (#6399)XScorpion2
2019-07-19Align ARM i2c_readReg with AVR (#6314)Joel Challis
2019-07-19Add ARM I2Cv1 support to i2c_master (#6262)Joel Challis
2019-07-15Add GPL3 header to avr i2c filesDrashna Jaelre
2019-07-10Use QUANTUM_LIB_SRC for i2c_master.c inclusion (qmk#5617)Drashna Jaelre
2019-06-20Add SH1106 OLED support (#5787)Michael F. Lamb
2019-06-20Fixing OLED Driver for 128x64 displays (#6085)XScorpion2
2019-06-06Parameterise STM32 I2C pin modes and timing parameters. (#5671) (#71)Drashna Jaelre