summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 23:39:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 23:39:33 +0000
commitd357fd30cd6855f40dedf8050ee45067d0ee281f (patch)
tree7a162ac7ade2d63f3df2efddaf778ec795c7865a /nuttx/ChangeLog
parentfb117bfced091fd2ee5a32f2ab39b6d7a48e0676 (diff)
downloadnuttx-d357fd30cd6855f40dedf8050ee45067d0ee281f.tar.gz
nuttx-d357fd30cd6855f40dedf8050ee45067d0ee281f.tar.bz2
nuttx-d357fd30cd6855f40dedf8050ee45067d0ee281f.zip
Add gettimeofday()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1974 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 97bb304f1..e14afe9db 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -808,6 +808,8 @@
* lib/: Greatly simplified mktime() and gmtime_r(). The Gregorian and
Julian time calculations were interesting, but not necessary in the
typical embeddd system.
+ * sched/: Added gettimeofday(). This implementation is simply a thin
+ wrapper around clock_gettimer().