nuttx/boards/arm/nrf52/arduino-nano-33ble/Kconfig
2023-08-14 11:11:50 +08:00

13 lines
340 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