2021-05-28 17:47:11 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2021-09-02 00:39:56 +02:00
|
|
|
config ESP32S2_MERGE_BINS
|
|
|
|
bool "Merge raw binary files into a single file"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Merge the raw binary files into a single file for flashing to the
|
|
|
|
device.
|
|
|
|
This is only useful when the path to binary files (e.g. bootloader)
|
|
|
|
is provided via the ESPTOOL_BINDIR variable.
|