2022-06-26 17:45:35 -04:00
|
|
|
#
|
2023-09-12 15:18:21 -04:00
|
|
|
# Espressif IoT Development Framework Configuration
|
|
|
|
#
|
|
|
|
#
|
2022-06-26 17:45:35 -04:00
|
|
|
# Serial flasher config
|
|
|
|
#
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
|
2023-09-12 15:18:21 -04:00
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set
|
2022-06-26 17:45:35 -04:00
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
|
|
|
|
# end of Serial flasher config
|
|
|
|
|
|
|
|
#
|
|
|
|
# Partition Table
|
|
|
|
#
|
2023-09-12 15:18:21 -04:00
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-8MB-no-uf2.csv"
|
2022-06-26 17:45:35 -04:00
|
|
|
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-8MB-no-uf2.csv"
|
|
|
|
# end of Partition Table
|
2023-09-12 15:18:21 -04:00
|
|
|
|
|
|
|
# end of Espressif IoT Development Framework Configuration
|