From 05064f00624f00542e81bf323b3b7d039c21cbc5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 27 Sep 2012 15:29:53 +0000 Subject: [PATCH] Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver, Missing build logic for examples/watchdog git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5198 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog.txt | 1 + examples/Make.defs | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index d24494f54..64a923559 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -345,3 +345,4 @@ either the nuttx/ or the apps/ source trees. This kludge makes it possible to configure NxWidgets/NxWM without too much trouble (with the tradeoff being a kind ugly structure and some maintenance issues). + * apps/examples/Make.defs: Missing support for apps/examples/watchdog. diff --git a/examples/Make.defs b/examples/Make.defs index a6e0ae88e..e6b1f3ca3 100644 --- a/examples/Make.defs +++ b/examples/Make.defs @@ -218,6 +218,10 @@ ifeq ($(CONFIG_EXAMPLES_USBTERM),y) CONFIGURED_APPS += examples/usbterm endif +ifeq ($(CONFIG_EXAMPLES_WATCHDOG),y) +CONFIGURED_APPS += examples/watchdog +endif + ifeq ($(CONFIG_EXAMPLES_WGET),y) CONFIGURED_APPS += examples/wget endif