Update ChangeLog

This commit is contained in:
Gregory Nutt
2016-01-21 19:29:43 -06:00
parent d68d9cbd32
commit 2de5be34e5
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -11340,4 +11340,7 @@
conversion (2016-01-21).
* include/nuttx/clock.h: Get rid of clock_systimer32() and
clock_systime64(). There is now only clock_systimer() (2016-01-21).
* arch/arm/src/kinetis: Numerous updates to the Kinetis ENET driver.
From Andrew Webster (2016-01-21).
* arch/arm/src/kinetis: Add support for the MK60N512VLL100 Kinetis part.
From Andrew Webster (2016-01-21).
+1 -1
Submodule arch updated: 8dd7a88dd5...eabf13f41e
+1 -1
View File
@@ -138,7 +138,7 @@ int clock_systimespec(FAR struct timespec *ts)
uint64_t secs;
uint64_t nsecs;
/* Get the time since power-on in seconds and microsecond.
/* Get the time since power-on in seconds and microseconds.
* NOTE that overflow is still possible if we use a 64-bit
* timer.
*/