index
:
qmk_firmware.git
audio
master
optimised
unicode
user_functions
Keyboard layout for Planck
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platforms
/
chibios
/
drivers
/
i2c_master.c
Age
Commit message (
Expand
)
Author
2024-01-17
I2C driver cleanup (#21273)
David Hoelscher
2024-01-16
i2c: rename read/write register functions (#22905)
Ryan
2023-07-09
drivers: remove direct `quantum.h` includes (#21473)
Ryan
2022-07-28
ChibiOS: use correct status codes in i2c_master.c (#17808)
Stefan Kerkmann
2022-07-26
Chibios: Stop I2C peripheral on transaction error (#17798)
Stefan Kerkmann
2022-05-23
Added support for Wb32fq95 (#16871)
Joy Lee
2022-02-12
Format code according to conventions (#16322)
QMK Bot
2021-12-02
Tidy up existing i2c_master implementations (#15376)
Joel Challis
2021-11-27
Westberrytech pr (#14422)
Joy Lee
2021-10-07
Fix i2c_readReg16 (#14730)
Joel Challis
2021-10-07
i2c_master: Add support for reading/writing to 16-bit registers (#14289)
Ryan
2021-09-16
Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)
Joel Challis
2021-09-15
Refactor use of _STM32_ defines (#14439)
Joel Challis
2021-09-12
Align ChibiOS I2C defs with other drivers (#14399)
Joel Challis
2021-08-17
Relocate platform specific drivers (#13894)
Joel Challis