mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
system: re-enable esp_event, real_time_stats and pthread examples and test for C2
This commit is contained in:
@@ -97,8 +97,6 @@ TEST_CASE("pthread C++", "[pthread]")
|
||||
global_sp_recur_mtx.reset();
|
||||
}
|
||||
|
||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
|
||||
//IDF-5142
|
||||
static void task_test_sandbox()
|
||||
{
|
||||
std::stringstream ss;
|
||||
@@ -138,6 +136,4 @@ TEST_CASE("pthread mix C/C++", "[pthread]")
|
||||
t1.join();
|
||||
}
|
||||
}
|
||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user