ut: Support esp8684 with 2M flash being able to run unit test

This commit is contained in:
songruojing
2021-12-14 16:48:20 +08:00
parent 952b4d848f
commit c10d15cc3a
2 changed files with 21 additions and 0 deletions

View 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"