summaryrefslogtreecommitdiff
path: root/apps/examples/i2schar/i2schar_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-23/+23
|
* 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-2/+2
|
* apps/examples/i2schar: Raise priority of the receiver thread. In a loopback ↵Gregory Nutt2013-11-121-18/+41
| | | | test, catching the returned data is higher priority than sending new data
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver ↵Gregory Nutt2013-11-111-0/+7
| | | | with the I2C character driver loopback test
* Add apps/examples/i2schar that will eventually use the I2C character drvier ↵Gregory Nutt2013-11-101-0/+344
to verify I2S