aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-261-2/+7
* lpc176x: Add i2c_read functionalityMichael Kurz2021-04-251-1/+34
* lpc176x: Introduce get_pclock_frequency()Kevin O'Connor2021-03-251-2/+3
* lpc176x: Add support for additional i2c busesKevin O'Connor2020-04-211-46/+63
* lpc176x: Update code to use armcm_boot mechanismKevin O'Connor2019-08-221-1/+0
* lpc176x: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-041-1/+4
* i2ccmds: Pass the i2c address as a 7-bit number (0-127)Kevin O'Connor2019-01-071-1/+1
* lpc176x: Pass gpio id to gpio_peripheral()Kevin O'Connor2019-01-041-2/+2
* lpc176x: Move enable_peripheral_clock to main.cKevin O'Connor2019-01-041-1/+1
* lpc176x: Enable full speed peripheral clocks on SPI and I2CKevin O'Connor2018-11-211-1/+2
* lpc176x: Convert i2c code to use standard i2ccmds.cKevin O'Connor2018-11-141-10/+18
* mcp4451: Add initial support for programming the mcp4451 on lpc176xKevin O'Connor2018-06-291-0/+100