summaryrefslogtreecommitdiffstats
path: root/apps
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
commit6ecdc9ef2063f84fb033000f003071b587eb4fac (patch)
treede3b02d6f7f48c9b94125f07c2df4d0029795dbe /apps
parent6cf9bee8230f1c1c31c360b65808e31d4701ac06 (diff)
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 'apps')
-rwxr-xr-xapps/ChangeLog.txt4
-rw-r--r--apps/Makefile1
2 files changed, 4 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 496f0a2012..182fa50f25 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -221,3 +221,7 @@
may need them.
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)
+
diff --git a/apps/Makefile b/apps/Makefile
index 979f204b5a..2a0008e1b5 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -79,7 +79,6 @@ include nshlib/Make.defs
include system/Make.defs
include vsn/Make.defs
-
# INSTALLED_APPS is the list of currently available application directories. It
# is the same as CONFIGURED_APPS, but filtered to exclude any non-existent
# application directory. namedapp is always in the list of applications to be