summaryrefslogtreecommitdiffstats
path: root/drivers/chibios/usbpd_stm32g4.c
Commit message (Collapse)AuthorAgeFilesLines
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-76/+0
| | | | | | | * Relocate platform specific drivers * Move stm eeprom * Tidy up slightly
* Format code according to conventions (#11907)github-actions[bot]2021-02-151-1/+1
| | | Co-authored-by: QMK Bot <hello@qmk.fm>
* Add support for analog USBPD on STM32G4xx. (#11824)Nick Brassel2021-02-151-0/+76
* Add support for analog USBPD on STM32G4xx. * Split up to a list of driver types, allow for custom.