summaryrefslogtreecommitdiff
path: root/apps/system/usbmonitor
Commit message (Collapse)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
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* 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
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* 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. ↵Gregory Nutt2013-05-301-16/+12
| | | | Add some missing .gitignore files
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with the stm32f4discover/nsh configuration (but ↵patacongo2013-01-292-8/+110
| | | | | | not with the usbnsh configuration) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
* USB monitor daemon updatespatacongo2013-01-292-8/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-36/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-283-0/+311
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5577 42af7a65-404d-4744-a932-0658087f49c3