summaryrefslogtreecommitdiff
path: root/apps/system/usbmonitor
Commit message (Expand)AuthorAgeFilesLines
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-081-8/+23
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-071-15/+15
* Only one install target per MakefileGregory Nutt2014-09-061-4/+2
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+4
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
* USB monitor: Fix some bad conditional compilationGregory Nutt2013-09-231-1/+1
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-092-45/+64
* SAMA5 UDPHS: A little debugging progress. Not all transfers are working yetGregory Nutt2013-09-031-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-16/+12
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+16
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-292-8/+110
* USB monitor daemon updatespatacongo2013-01-292-8/+13
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-36/+36
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-283-0/+311