mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-15 07:45:21 +02:00
Switched from the deprecated Catch framework (IDF/tools) to Catch2, as Catch will be removed in v6.0. Note that Catch2 has higher memory requirements, necessitating an increase in stack size and partition table. Additionally, Catch2 increases compilation time due to its larger footprint.
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
|
CONFIG_LWIP_PPP_SUPPORT=y
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|
|
CONFIG_TEST_APP_AUTH=y
|