aboutsummaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-02 00:42:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-02 00:42:46 +0000
commit6913926a9621d7aa92c89a44d7946290d299dcde (patch)
treef5f5fb874369d5379c1bdd728e0789c499e7ce81 /nuttx/README.txt
parent20324504d5997b2ddad85ec3bfa91544c09edd2a (diff)
downloadpx4-firmware-6913926a9621d7aa92c89a44d7946290d299dcde.tar.gz
px4-firmware-6913926a9621d7aa92c89a44d7946290d299dcde.tar.bz2
px4-firmware-6913926a9621d7aa92c89a44d7946290d299dcde.zip
Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4996 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index ee03650b1..28b4fba03 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -788,6 +788,8 @@ nuttx
| | `- README.txt
| |- sercomm/
| | `- README.txt
+ | |- syslog/
+ | | `- README.txt
| `- README.txt
|- fs/
| |- mmap/