raiden00pl 93c8cb29ea nimble: make nimble porting example optional
Enabled by default for the moment to avoid CI errors
2023-06-27 22:28:32 +03:00

30 lines
633 B
Plaintext

config NIMBLE
bool "Apache nimBLE (BLE host-layer)"
default n
depends on !WIRELESS_BLUETOOTH_HOST
---help---
Enable Apache nimBLE Bluetooth Low Energy
host-layer stack.
if NIMBLE
config NIMBLE_REF
string "Version"
default "bc7828341226d860429c63994065f8f1b8b8d7b0"
---help---
Git ref name to use when downloading from nimBLE repo
config NIMBLE_PORTING_EXAMPLE
bool "Apache nimBLE NuttX porting example"
default y
if NIMBLE_PORTING_EXAMPLE
config NIMBLE_PORTING_EXAMPLE_STACKSIZE
int "Apache NimBLE NuttX porting example stack size"
default DEFAULT_TASK_STACKSIZE
endif # NIMBLE_PORTING_EXAMPLE
endif # NIMBLE