IDF release/v4.4 b8050b365e (#6594)

This commit is contained in:
Me No Dev
2022-04-20 12:23:18 +03:00
committed by GitHub
parent d3340837c7
commit 45b7fa05b6
109 changed files with 396 additions and 93 deletions

View File

@ -101,6 +101,7 @@ env.Append(
"-u", "pthread_include_pthread_cond_impl",
"-u", "pthread_include_pthread_local_storage_impl",
"-u", "pthread_include_pthread_rwlock_impl",
"-u", "include_esp_phy_override",
"-u", "start_app",
"-u", "__ubsan_include",
"-u", "__assert_func",
@ -302,7 +303,7 @@ env.Append(
"UNITY_INCLUDE_CONFIG_H",
"WITH_POSIX",
"_GNU_SOURCE",
("IDF_VER", '\\"v4.4-367-gc29343eb94\\"'),
("IDF_VER", '\\"v4.4.1-1-gb8050b365e\\"'),
"ESP_PLATFORM",
"_POSIX_READER_WRITER_LOCKS",
"ARDUINO_ARCH_ESP32",