aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-15 01:11:54 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-15 01:11:54 +0000
commitbe4a25e5b52a3b78bf37fe3a688cbe2ff083e63a (patch)
treede3b02d6f7f48c9b94125f07c2df4d0029795dbe /nuttx/ChangeLog
parent5868e1dc923d4b066a0eb6a2ce61f0a3e9190540 (diff)
downloadpx4-firmware-be4a25e5b52a3b78bf37fe3a688cbe2ff083e63a.tar.gz
px4-firmware-be4a25e5b52a3b78bf37fe3a688cbe2ff083e63a.tar.bz2
px4-firmware-be4a25e5b52a3b78bf37fe3a688cbe2ff083e63a.zip
Add skeleton file for STM32 watchdog timer driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4611 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d5f92d5f0..28253085f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2654,3 +2654,9 @@
* drivers/watchdog.c: The "upper half" watchdog timer driver.
6.18 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * Kconfig: Continued Kconfig file updates (no longer tracking on a per-file
+ basis in the ChangeLog)
+ * arch/arm/src/stm32/stm32_wdog.c: Add the framework for an STM32 watchdog
+ timer driver (the driver is merely a "skeleton" file on initial check-in
+ but will be fleshed out over the next days).