summaryrefslogtreecommitdiffstats
path: root/nuttx/lib/stdio/lib_syslogstream.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-31Fix some places in library where semaphore is not released on error conditionspatacongo1-1/+1
2012-08-14Revise recent changes to serial driver error handling: Errors other than EIN...patacongo1-3/+2
2012-08-12drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo1-4/+26
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo1-5/+3
2012-05-17Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo1-1/+1
2012-02-12Fix a small RAM log bug (the RAM log still does not work)patacongo1-1/+1
2012-02-11Add dmesg command that can be used to dump the syslogpatacongo1-2/+2
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo1-0/+103