2013-09-03 14:59:48 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-09-03 14:59:48 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_CC3000BASIC
|
|
|
|
bool "A Basic Application to use CC3000 Module"
|
|
|
|
default n
|
2013-09-18 10:32:57 -06:00
|
|
|
depends on WL_CC3000
|
2013-09-03 14:59:48 -06:00
|
|
|
---help---
|
|
|
|
Enable the CC3000BASIC example
|
|
|
|
|
|
|
|
if EXAMPLES_CC3000BASIC
|
2013-10-30 14:23:45 -06: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 14:59:48 -06:00
|
|
|
endif
|