Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify i2c_master headers (#24846) | Ryan | 2025-01-26 | 1 | -42/+0 |
| | | | | | | | * Unify i2c_master headers * More documentation improvements * Reorganise PAL mode defaults | ||||
* | `i2c_master`: remove deprecated functions (#24832) | Ryan | 2025-01-19 | 1 | -7/+0 |
| | |||||
* | I2C driver cleanup (#21273) | David Hoelscher | 2024-01-17 | 1 | -2/+1 |
| | | | | | * remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver | ||||
* | i2c: rename read/write register functions (#22905) | Ryan | 2024-01-16 | 1 | -4/+11 |
| | |||||
* | Tidy up existing i2c_master implementations (#15376) | Joel Challis | 2021-12-02 | 1 | -60/+1 |
| | | | | | * Move chibios defines out of header * Make some avr defines internal | ||||
* | i2c_master: Add support for reading/writing to 16-bit registers (#14289) | Ryan | 2021-10-07 | 1 | -0/+2 |
| | |||||
* | Refactor use of _STM32_ defines (#14439) | Joel Challis | 2021-09-15 | 1 | -2/+2 |
| | |||||
* | Align ChibiOS I2C defs with other drivers (#14399) | Joel Challis | 2021-09-12 | 1 | -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 Challis | 2021-08-17 | 1 | -0/+113 |
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly |