Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up duplication of MIN/MAX fallback implementations (#20236) | Joel Challis | 2023-03-23 | 1 | -2/+1 |
| | |||||
* | Fix AVR I2C master 1ms timeout (#17174) | Daniel Kao | 2022-06-22 | 1 | -6/+6 |
| | | | | | | | | | | | * avr i2c_master: Fix 1ms timeout i2c_start() produces a minimum time_slice of 1ms for use as timeout value. The timer granularity is 1ms, it is entirely possible for timer_count to tick up immediately after the last timer read and falsely trigger timeout with a '>= 1' comparison. * avr/drivers/i2c_master: Use timer_elapsed() | ||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -3/+3 |
| | |||||
* | Tidy up existing i2c_master implementations (#15376) | Joel Challis | 2021-12-02 | 1 | -2/+5 |
| | | | | | * 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/+56 |
| | |||||
* | Relocate platform specific drivers (#13894) | Joel Challis | 2021-08-17 | 1 | -0/+241 |
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly |