forked from espressif/arduino-esp32
IDF release/v4.4 ddc44956bf (#5911)
esp-dsp: master 6b25cbb esp-face: master 859f32a esp-rainmaker: f1b82c7 esp32-camera: master 61400bc esp_littlefs: master 3c29afc
This commit is contained in:
@ -127,6 +127,7 @@ env.Append(
|
||||
"-u", "pthread_include_pthread_impl",
|
||||
"-u", "pthread_include_pthread_cond_impl",
|
||||
"-u", "pthread_include_pthread_local_storage_impl",
|
||||
"-u", "pthread_include_pthread_rwlock_impl",
|
||||
"-u", "start_app",
|
||||
"-u", "__ubsan_include",
|
||||
"-u", "__assert_func",
|
||||
@ -293,8 +294,9 @@ env.Append(
|
||||
"UNITY_INCLUDE_CONFIG_H",
|
||||
"WITH_POSIX",
|
||||
"_GNU_SOURCE",
|
||||
("IDF_VER", '\\"v4.4-dev-3569-g6a7d83af19\\"'),
|
||||
("IDF_VER", '\\"v4.4-dev-3703-gddc44956bf\\"'),
|
||||
"ESP_PLATFORM",
|
||||
"_POSIX_READER_WRITER_LOCKS",
|
||||
"ARDUINO_ARCH_ESP32",
|
||||
"ESP32",
|
||||
("F_CPU", "$BOARD_F_CPU"),
|
||||
|
Reference in New Issue
Block a user