13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_ARDUINO_NANO_33BLE
|
|
config ARDUINONANO33BLE_ARDUINO_BOOTLOADER
|
|
bool "Use Arduino bootloader"
|
|
default y
|
|
---help---
|
|
Use the Arduino bootloader to load the NuttX binary.
|
|
endif
|