28 lines
588 B
Plaintext
28 lines
588 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config EXAMPLES_CC3000BASIC
|
|
bool "A Basic Application to use CC3000 Module"
|
|
default n
|
|
depends on WL_CC3000
|
|
---help---
|
|
Enable the CC3000BASIC example
|
|
|
|
if EXAMPLES_CC3000BASIC
|
|
|
|
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
|
|
|
|
endif
|