mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a71fa82177
* Fix thread safety issues in non-core locking * Add option to verify thread safety issues in lwip (core-lock assertion) * Make esp_sntp.h thread safe API * Fix sntp examples * Fix openthread libs Closes https://github.com/espressif/esp-idf/issues/9908 Closes https://github.com/espressif/esp-idf/issues/10502 Closes https://github.com/espressif/esp-idf/issues/10466
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
TEST_COMPONENTS=mqtt
|
|
CONFIG_MQTT_PROTOCOL_5=y
|
|
CONFIG_MQTT5_TEST_BROKER_URI="mqtt://${EXAMPLE_MQTTV5_BROKER_TCP}"
|
|
CONFIG_LWIP_TCPIP_CORE_LOCKING=y
|
|
CONFIG_LWIP_CHECK_THREAD_SAFETY=y
|