summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/i2c_master.h
Commit message (Collapse)AuthorAgeFilesLines
* i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan2021-10-071-0/+2
|
* Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-151-2/+2
|
* Align ChibiOS I2C defs with other drivers (#14399)Joel Challis2021-09-121-17/+4
| | | | | | | | | * Align ChibiOS I2C defs with other drivers * Update keyboards/xelus/valor_frl_tkl/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+113
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly