summaryrefslogtreecommitdiff
path: root/drivers/chibios/i2c_master.h
AgeCommit message (Collapse)Author
2021-01-12Normalise include statements in core code (#11153)Ryan
* Normalise include statements in core code * Missed one
2020-08-08Enable OLED support for Teensy 3.2/LC (#7591)Joel Challis
* I2C_TIMEOUT is not defined on arm teensy * Work round teensy having different ChibiOS config options * Stash OLED conf files * update comment * update comment * Remove stm32 alias to allow teensy alt mode format code according to conventions [skip ci]
2020-06-12Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis