aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-02 17:09:25 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-02 17:09:25 +0000
commit30e820d86135f14ae495598cf5c4e236a4de36b7 (patch)
tree3bba899b7f99e4632d1922bbe89c210b10f7cb7a /nuttx/ChangeLog
parent757383d8193d4a37cd380b7ba6232552a531fc9c (diff)
downloadpx4-firmware-30e820d86135f14ae495598cf5c4e236a4de36b7.tar.gz
px4-firmware-30e820d86135f14ae495598cf5c4e236a4de36b7.tar.bz2
px4-firmware-30e820d86135f14ae495598cf5c4e236a4de36b7.zip
The initial SYLOG device logic was valiant but yet still not enough
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4998 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 717361d80..fab1d0167 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3109,5 +3109,10 @@
SYSLOG device that can redirect debug output to any character device or file.
So you can log debug output to a file or you can put the console on /dev/ttyS0
and the debug output on /dev/ttyS1.
-
+ * arch/arm/src/lpc43xxl/lpc43_spifi.c: Correct an addressing error in the LPC43
+ SPIFI MTD driver
+ * drivers/syslog/syslog.c and fs/fs_syslog.c: Moved the generic syslog logic
+ from drivers/syslog to fs/ where is belongs. Especially after realizing that
+ the syslog logic is going to have to some internal FS operations in order
+ to realize a totally thread-independent SYSLOG interface.