mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-24 03:52:43 +00:00
ut: Support esp8684 with 2M flash being able to run unit test
This commit is contained in:
4
tools/unit-test-app/sdkconfig.defaults.esp8684
Normal file
4
tools/unit-test-app/sdkconfig.defaults.esp8684
Normal file
@@ -0,0 +1,4 @@
|
||||
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partition_table_unit_test_app_2m.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partition_table_unit_test_app_2m.csv"
|
||||
Reference in New Issue
Block a user