summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ChangeLog5
-rw-r--r--nuttx/TODO1
2 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a19ddd995..5946796bf 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -131,4 +131,9 @@
* Simulated target now exports a VFAT filesystem
* Begin support for VFAT filesystem (not yet functional)
* Added mount() and umount()
+ * Fix bug in memcmp return value
+ * Fix errors in timeslice calculation (several places)
+ * Added missing irqrestore() in timer_deletall().
+ * close() was not closing the underlying device.
* Started m68322
+
diff --git a/nuttx/TODO b/nuttx/TODO
index 057463a29..670330116 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -35,6 +35,7 @@ o Network
o USB
o Libraries
+- sscanf() needs strtod and strcspn
o File system
- Add disk usage stats, stat(), sync(), unlink(), mkdir(), chmod(), rename(),