app_trace/sysview: fixed freertos tracing calling plus sync apptrace component with the master branch version

docs: remove reference to backported features in freertos 10 api-reference.
This commit is contained in:
Felipe Neves
2020-05-19 13:32:31 -03:00
committed by bot
parent d8ed9be1d4
commit f3783ba258
15 changed files with 303 additions and 241 deletions

View File

@@ -24,7 +24,7 @@ TEST_CASE("realloc shrink buffer in place", "[heap]")
#endif
#ifndef CONFIG_ESP32S2_MEMPROT_FEATURE
TEST_CASE("realloc shrink buffer with EXEC CAPS", "[heap]")
TEST_CASE("realloc shrink buffer with EXEC CAPS", "[heap][ignore]")
{
const size_t buffer_size = 64;