summaryrefslogtreecommitdiff
path: root/common/i2c_trace.c
Commit message (Expand)AuthorAgeFilesLines
* common: Sort header filesJeremy Bettis2022-11-291-1/+1
* i2ctrace: add safety checkBoris Mittelberg2022-11-101-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* common/i2c_trace.c: Format with clang-formatJack Rosenthal2022-06-281-39/+25
* I2C trace: Add error prints to trace resultsDiana Z2022-04-011-2/+4
* zephyr: Avoid referencing name field when using ZephyrAndrew McRae2021-12-221-0/+4
* COIL: Remove non-inclusive words from i2c codeDossym Nurmukhanov2021-01-121-28/+28
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* i2c: Fix port bug with i2ctrace and i2cscan commandsEdward Hill2020-04-071-4/+7
* i2c: Cleanup I2C tracing outputKeith Short2020-03-101-10/+13
* i2c: don't output trace line for 0 length dataDenis Brockus2019-12-021-0/+3
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-5/+5
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-5/+6
* common: add i2c tracing functionalityJack Rosenthal2019-07-171-0/+201