summaryrefslogtreecommitdiffstats
path: root/nuttx/syscall
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-01 15:33:33 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-01 15:33:33 +0000
commit7e3e4b4c572efdc5da41221b8cc1c4f59971ff52 (patch)
tree74e075e57750eb9ae78c295f6a9e21fac86119b1 /nuttx/syscall
parentc3d47646c26fda666b9ba8482fe71897342058e6 (diff)
Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to create symbol tables from CSV files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5075 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/syscall')
-rw-r--r--nuttx/syscall/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/syscall/README.txt b/nuttx/syscall/README.txt
index 0b77f50bfc..ed5e6081d7 100644
--- a/nuttx/syscall/README.txt
+++ b/nuttx/syscall/README.txt
@@ -108,6 +108,10 @@ Each type field has a format as follows:
cannot cast a union sigval to a uinptr_t either. Rather, we need
to cast a specific union member fieldname to uintptr_t.
+NOTE: This CSV file is used both to support the generate of trap information,
+but also for the generation of symbol tables. See nuttx/tools/README.txt
+and nuttx/lib/README.txt for further information.
+
Auto-Generated Files
====================