diff --git a/ChangeLog b/ChangeLog index a3547a2ac3d..e9174fb5303 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1725,3 +1725,7 @@ 6.3 2011-xx-xx Gregory Nutt + * Remove clock_getutc(). It is replaces with clock_gettime(CLOCK_ACTIVETIME). + Add other RTC related changes provided by Uros Platise. + + diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 4f9b0694f8a..c7a56927fbe 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -91,7 +91,8 @@ 4.1.16 up_disable_irq()
4.1.17 up_enable_irq()
4.1.18 up_prioritize_irq()
- 4.1.19 up_putc() + 4.1.19 up_putc()
+ 4.1.20 System Time and Clock 4.2 APIs Exported by NuttX to Architecture-Specific Logic