mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-02 05:20:59 +02:00
IDF release/v4.4 b8050b365e (#6594)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user