2022-01-12 11:36:51 -08:00
|
|
|
#
|
2023-08-29 16:00:27 -07:00
|
|
|
# Espressif IoT Development Framework Configuration
|
|
|
|
#
|
|
|
|
#
|
2022-01-12 11:36:51 -08:00
|
|
|
# Serial flasher config
|
|
|
|
#
|
2020-09-15 18:12:06 -07:00
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
|
2023-08-29 16:00:27 -07:00
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set
|
2020-09-15 18:12:06 -07:00
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
|
2022-01-12 11:36:51 -08:00
|
|
|
# end of Serial flasher config
|
|
|
|
|
|
|
|
#
|
|
|
|
# Partition Table
|
|
|
|
#
|
2023-08-29 16:00:27 -07:00
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB.csv"
|
2022-01-12 11:36:51 -08:00
|
|
|
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB.csv"
|
|
|
|
# end of Partition Table
|
2023-08-29 16:00:27 -07:00
|
|
|
|
|
|
|
# end of Espressif IoT Development Framework Configuration
|