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
This commit is contained in:
patacongo
2012-04-15 01:11:54 +00:00
parent 5868e1dc92
commit be4a25e5b5
6 changed files with 484 additions and 17 deletions
+4
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)
-1
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