Skip to content
Snippets Groups Projects
Commit 05064f00 authored by patacongo's avatar patacongo
Browse files

Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver,...

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
parent bc0c50f3
No related branches found
No related tags found
No related merge requests found
...@@ -345,3 +345,4 @@ ...@@ -345,3 +345,4 @@
either the nuttx/ or the apps/ source trees. This kludge makes it either the nuttx/ or the apps/ source trees. This kludge makes it
possible to configure NxWidgets/NxWM without too much trouble (with possible to configure NxWidgets/NxWM without too much trouble (with
the tradeoff being a kind ugly structure and some maintenance issues). the tradeoff being a kind ugly structure and some maintenance issues).
* apps/examples/Make.defs: Missing support for apps/examples/watchdog.
...@@ -218,6 +218,10 @@ ifeq ($(CONFIG_EXAMPLES_USBTERM),y) ...@@ -218,6 +218,10 @@ ifeq ($(CONFIG_EXAMPLES_USBTERM),y)
CONFIGURED_APPS += examples/usbterm CONFIGURED_APPS += examples/usbterm
endif endif
ifeq ($(CONFIG_EXAMPLES_WATCHDOG),y)
CONFIGURED_APPS += examples/watchdog
endif
ifeq ($(CONFIG_EXAMPLES_WGET),y) ifeq ($(CONFIG_EXAMPLES_WGET),y)
CONFIGURED_APPS += examples/wget CONFIGURED_APPS += examples/wget
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment