summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-21 11:18:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-21 11:18:12 -0600
commit8cc225eaf22d63343cc0179d4dabbc922e5f51ca (patch)
treec2757473bdbe659e7ac8617362a786d27da45500 /nuttx/ChangeLog
parent4c36b97235c919e8001e08a6120fc86aae9dff3e (diff)
downloadnuttx-8cc225eaf22d63343cc0179d4dabbc922e5f51ca.tar.gz
nuttx-8cc225eaf22d63343cc0179d4dabbc922e5f51ca.tar.bz2
nuttx-8cc225eaf22d63343cc0179d4dabbc922e5f51ca.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2c4dccdc5..f59474734 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8206,3 +8206,10 @@
logic will allocate additional timers from the heap. A reserve of
pre-allocated watchdog timers is maintained so that there will always
be timers available for interrupt handlers (2014-8-21).
+ * include/nuttx/wdog.h (and many affected files): wdog.h does not
+ contain any application interface, only internal OS interface.
+ Further, it is non-standard. Move wdog.h from include/ to
+ include/nuttx (2014-8-21).
+ * Documentation/NuttxPortingGuide.h: For the same reason as above, move
+ the description of the watchdog timer interfaces from the Users Guide
+ to the Porting Guide (2014-8-21). \ No newline at end of file