summaryrefslogtreecommitdiff
path: root/chip/max32660/i2c_chip.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/max32660/i2c_chip.c: Format with clang-formatJack Rosenthal2022-06-291-68/+75
* COIL: update chip/max32660Ricardo Quesada2022-03-291-83/+83
* COIL: update chip/max32660Ricardo Quesada2022-03-291-84/+100
* gpio: cleanup header usage for i2cKeith Short2022-02-251-0/+1
* COIL: Update I2C terminologyRicardo Quesada2022-02-031-4/+4
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-2/+2
* COIL: Rename CONFIG_BOARD_I2C_ADDR_FLAGSDiana Z2020-11-051-13/+13
* COIL: Rename SLEEP_MASK_I2C_PERIPHERALDiana Z2020-10-311-2/+2
* COIL: Rename CONFIG_HOSTCMD_I2C_ADDR_FLAGSDiana Z2020-10-311-10/+10
* max32660: add I2C board support for stand-alone read transactionsJerry Bradshaw2020-02-261-69/+129
* max32660: add I2C board address support, refactorJerry Bradshaw2019-11-021-424/+270
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* max32660: put slave-only code in `#ifdef`sHarry Cutts2019-10-091-403/+395
* max32660: add I2C master and slaveJerry Bradshaw2019-09-261-0/+1235