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
This commit is contained in:
patacongo 2012-04-15 01:11:54 +00:00
parent 5162ff3d5b
commit 3c0dfb00dd
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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