summaryrefslogtreecommitdiff
path: root/nuttx/syscall
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/syscall
parent5d7c1ab348722edfff7f71c30b9fe6bef8b56fa0 (diff)
downloadpx4-nuttx-a84f75e7ff26cc9593580900ee5d112bf8677c50.tar.gz
px4-nuttx-a84f75e7ff26cc9593580900ee5d112bf8677c50.tar.bz2
px4-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/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 0b77f50bf..ed5e6081d 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
====================