summaryrefslogtreecommitdiff
path: root/nuttx/tools/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-23 06:49:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-23 06:49:40 -0600
commit82713fbd51f277b714e1b89db9da9e1a4974567a (patch)
treeea02bb9c9c4d36bf54144a2dfa5cd754d4fe02eb /nuttx/tools/README.txt
parent7105e19ea94f5efaceacff7c23362e42080b47ea (diff)
downloadnuttx-82713fbd51f277b714e1b89db9da9e1a4974567a.tar.gz
nuttx-82713fbd51f277b714e1b89db9da9e1a4974567a.tar.bz2
nuttx-82713fbd51f277b714e1b89db9da9e1a4974567a.zip
Add a script to produce ctags. From Ken Pettit
Diffstat (limited to 'nuttx/tools/README.txt')
-rw-r--r--nuttx/tools/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/tools/README.txt b/nuttx/tools/README.txt
index 3407644ae..5a26de25e 100644
--- a/nuttx/tools/README.txt
+++ b/nuttx/tools/README.txt
@@ -204,6 +204,11 @@ mksymtab.c, cvsparser.c, and cvsparser.h
cat ../syscall/syscall.csv ../lib/lib.csv | sort >tmp.csv
./mksymtab.exe tmp.csv tmp.c
+mkctags.sh
+----------
+
+ A script for creating ctags from Ken Pettit. See http://ctags.sourceforge.net/
+
pic32mx
-------