summaryrefslogtreecommitdiff
path: root/nuttx/drivers/syslog
Commit message (Collapse)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
| | | | but probably some new typos introduced
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-021-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4999 42af7a65-404d-4744-a932-0658087f49c3
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-024-181/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4998 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-024-0/+1060
information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3