From 7bf071be1a572106fab0f4508ab01312c934b94d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 15 Apr 2012 01:11:54 +0000 Subject: Add skeleton file for STM32 watchdog timer driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4611 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 4 ++++ apps/Makefile | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 496f0a201..182fa50f2 100755 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -221,3 +221,7 @@ may need them. 6.18 2012-xx-xx Gregory Nutt + + * 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 979f204b5..2a0008e1b 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 -- cgit v1.2.3