summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-01 15:33:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-01 15:33:33 +0000
commita84f75e7ff26cc9593580900ee5d112bf8677c50 (patch)
tree74e075e57750eb9ae78c295f6a9e21fac86119b1 /nuttx/ChangeLog
parent5d7c1ab348722edfff7f71c30b9fe6bef8b56fa0 (diff)
downloadnuttx-a84f75e7ff26cc9593580900ee5d112bf8677c50.tar.gz
nuttx-a84f75e7ff26cc9593580900ee5d112bf8677c50.tar.bz2
nuttx-a84f75e7ff26cc9593580900ee5d112bf8677c50.zip
Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to create symbol tables from CSV files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5075 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2e17f8eb1..3ba81d4a7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3243,3 +3243,7 @@
for testing the changes to the uIP web server (see apps/ChangeLog.txt).
* lib/stdio/lib_perror.c: Remove CONFIG_LIBC_PERROR_DEVNAME. What was I
thinking? Arbitrary streams cannot be shared by different tasks.
+ * tools/mksyscall.c, csvparser.c, and csvparser.h: Separate CSV parsing
+ logic from mksyscall.c into files where it can be shared.
+ * tools/mksymtab.c: Add a tool that can be used to convert a CSV file
+ into a NuttX-style symbol table.