summaryrefslogtreecommitdiff
path: root/apps/system/i2c/i2c_main.c
Commit message (Expand)AuthorAgeFilesLines
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* More trailing whilespace removalGregory Nutt2014-04-131-3/+3
* Email address change in apps/patacongo2012-09-131-1/+1
* Add configurable application entry pointpatacongo2012-08-301-9/+1
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-181-15/+19
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-081-1/+1
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-061-2/+2
* I2C tool no longer hangs on dev commandpatacongo2011-08-301-9/+22
* Initial debug changes to the I2C toolpatacongo2011-08-301-17/+14
* First cut at I2C toolpatacongo2011-08-301-27/+37
* More I2C tool logicpatacongo2011-08-291-101/+73
* Add framework for I2C toolspatacongo2011-08-291-0/+458