summaryrefslogtreecommitdiff
path: root/nuttx/drivers/ramlog.c
Commit message (Expand)AuthorAgeFilesLines
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-1/+4
* Add interface to enabled/disable debug outputpatacongo2012-02-121-13/+11
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-30/+25
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-0/+18
* The RAM log cannot block like more character drivers, otherwise cat /dev/sysl...patacongo2012-02-111-6/+73
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-5/+5
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-34/+125
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-19/+27
* Add a RAM-based logging devicepatacongo2012-02-111-0/+590