diff --git a/ChangeLog b/ChangeLog index a19ddd9952..5946796bf7 100644 --- a/ChangeLog +++ b/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/TODO b/TODO index 057463a298..6703301164 100644 --- a/TODO +++ b/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(),