mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-18 00:09:31 +01: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.
5 lines
138 B
Plaintext
5 lines
138 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
|