summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-14 16:52:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-14 16:52:58 +0000
commitc3eb9c41f6de5de3b7440806ce551dc329f0feaa (patch)
treebca3e10644aabae96227c45a226d2a10435c5296 /nuttx/ChangeLog
parent748943d47c6a11cd8d45f0469cac84d06134dec7 (diff)
downloadnuttx-c3eb9c41f6de5de3b7440806ce551dc329f0feaa.tar.gz
nuttx-c3eb9c41f6de5de3b7440806ce551dc329f0feaa.tar.bz2
nuttx-c3eb9c41f6de5de3b7440806ce551dc329f0feaa.zip
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3503 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 954517e04..376134725 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1689,8 +1689,9 @@
UART2 and UART3.
* nuttx/clock.h: Replace all references to the global variable g_system_timer
with clock_systemtimer() (currently just a macro that that returns g_system_timer).
- * lin/string/strrch.c: Would fail if the searched-for character were the first
+ * lib/string/strrch.c: Would fail if the searched-for character were the first
character in the string.
-
+ * tools/version.sh and mkversion.c: Tools to manage a NuttX version number
+ file