2013-09-03 22:59:48 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-09-03 22:59:48 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_CC3000BASIC
|
|
|
|
bool "A Basic Application to use CC3000 Module"
|
|
|
|
default n
|
2013-09-18 18:32:57 +02:00
|
|
|
depends on WL_CC3000
|
2013-09-03 22:59:48 +02:00
|
|
|
---help---
|
|
|
|
Enable the CC3000BASIC example
|
|
|
|
|
|
|
|
if EXAMPLES_CC3000BASIC
|
2013-10-30 21:23:45 +01:00
|
|
|
|
|
|
|
config EXAMPLES_CC3000_MEM_CHECK
|
|
|
|
bool "Memory check instrumentation"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Define to help debug memory issues
|
|
|
|
|
|
|
|
config EXAMPLES_CC3000_STACK_CHECK
|
|
|
|
bool "Stack check instrumentation"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Define to help debug stack size issues
|
|
|
|
|
2013-09-03 22:59:48 +02:00
|
|
|
endif
|