summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:23:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:23:17 +0000
commit844c7f1ae7c401414056a2457471a4282ffe8f98 (patch)
treededeb51514f8e30d1f5e51e17ea35095604e19a9 /nuttx/ChangeLog
parentfd57b2a0da0473e878eb1c2abef05de3be7c2e2d (diff)
downloadnuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.tar.gz
nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.tar.bz2
nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.zip
Add mksyscall tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3446 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 020c83e02..b6620afc3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1632,4 +1632,6 @@
from sched/ to lib/pthread where they more appropriately belong.
* sched/ and lib/semaphore/: Move some semaphore-related interfaces
from sched/ to lib/pthread where they more appropriately belong.
- * syscall/: The beginnings of an options syscall interface.
+ * syscall/: The beginnings of an optional syscall kernal interface.
+ * tools/mksyscall.c: Add a tool that will auto-generate syscall proxies
+ and stubs from a comma-separated-value (CSV) data file.