summaryrefslogtreecommitdiff
path: root/nuttx/drivers/syslog
Commit message (Expand)AuthorAgeFilesLines
* SAMA5D4-EK: NSH configuration now has the RAMLOG enabled by defaultGregory Nutt2014-07-011-3/+4
* RAMLOG: syslog_putc must set errno and return EOF on a failureGregory Nutt2014-07-011-5/+21
* Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZEGregory Nutt2014-07-013-4/+4
* More trailing whilespace removalGregory Nutt2014-04-132-4/+4
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-6/+4
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-3/+3
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-021-3/+11
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-024-181/+88
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-024-0/+1060