summaryrefslogtreecommitdiff
path: root/apps/system/stackmonitor
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for more cppcheck complaints.Gregory Nutt2014-11-251-1/+1
|
* Fix compile problems introduced when the syslog() prototype changed; Also ↵Gregory Nutt2014-10-222-15/+41
| | | | update Makefile for kernel build
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-081-11/+11
|
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-071-15/+16
| | | | 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
|
* Stack monitor fixesGregory Nutt2013-09-242-1/+22
|
* Add a stack monitoring daemonGregory Nutt2013-09-244-0/+345