Files
espressif--esp-idf/components/esp_partition/test_apps/sdkconfig.defaults
T
2026-07-13 13:04:25 +08:00

8 lines
203 B
Plaintext

# unity framework
CONFIG_UNITY_ENABLE_FIXTURE=y
# use custom partition table
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"