13 lines
349 B
Plaintext
13 lines
349 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_REV2
|
||
|
config ARDUINONANO33BLEREV2_ARDUINO_BOOTLOADER
|
||
|
bool "Use Arduino bootloader"
|
||
|
default y
|
||
|
---help---
|
||
|
Use the Arduino bootloader to load the NuttX binary.
|
||
|
endif
|