Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71e4e2c

Browse files
committedOct 16, 2017
Update IDF to 3a271a4
1 parent 9fe3230 commit 71e4e2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+574
-479
lines changed
 

‎tools/platformio-build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
join(FRAMEWORK_DIR, "tools", "sdk", "include", "newlib"),
7171
join(FRAMEWORK_DIR, "tools", "sdk", "include", "nvs_flash"),
7272
join(FRAMEWORK_DIR, "tools", "sdk", "include", "openssl"),
73-
join(FRAMEWORK_DIR, "tools", "sdk", "include", "soc"),
7473
join(FRAMEWORK_DIR, "tools", "sdk", "include", "spi_flash"),
7574
join(FRAMEWORK_DIR, "tools", "sdk", "include", "sdmmc"),
7675
join(FRAMEWORK_DIR, "tools", "sdk", "include", "spiffs"),
@@ -80,6 +79,7 @@
8079
join(FRAMEWORK_DIR, "tools", "sdk", "include", "wear_levelling"),
8180
join(FRAMEWORK_DIR, "tools", "sdk", "include", "xtensa-debug-module"),
8281
join(FRAMEWORK_DIR, "tools", "sdk", "include", "console"),
82+
join(FRAMEWORK_DIR, "tools", "sdk", "include", "soc"),
8383
join(FRAMEWORK_DIR, "tools", "sdk", "include", "newlib"),
8484
join(FRAMEWORK_DIR, "tools", "sdk", "include", "coap"),
8585
join(FRAMEWORK_DIR, "tools", "sdk", "include", "wpa_supplicant"),
@@ -94,7 +94,7 @@
9494
join(FRAMEWORK_DIR, "tools", "sdk", "ld")
9595
],
9696
LIBS=[
97-
"gcc", "stdc++", "app_trace", "app_update", "bootloader_support", "bt", "btdm_app", "c", "c_nano", "coap", "coexist", "console", "core", "cxx", "driver", "esp32", "esp_adc_cal", "espnow", "ethernet", "expat", "fatfs", "freertos", "hal", "heap", "jsmn", "json", "log", "lwip", "m", "mbedtls", "mdns", "micro-ecc", "net80211", "newlib", "nghttp", "nvs_flash", "openssl", "phy", "pp", "pthread", "rtc", "sdmmc", "smartconfig", "soc", "spi_flash", "spiffs", "tcpip_adapter", "ulp", "vfs", "wear_levelling", "wpa", "wpa2", "wpa_supplicant", "wps", "xtensa-debug-module"
97+
"gcc", "app_trace", "app_update", "bootloader_support", "bt", "btdm_app", "c", "c_nano", "coap", "coexist", "console", "core", "cxx", "driver", "esp32", "esp_adc_cal", "espnow", "ethernet", "expat", "fatfs", "freertos", "hal", "heap", "jsmn", "json", "log", "lwip", "m", "mbedtls", "mdns", "micro-ecc", "net80211", "newlib", "nghttp", "nvs_flash", "openssl", "phy", "pp", "pthread", "rtc", "sdmmc", "smartconfig", "soc", "spi_flash", "spiffs", "tcpip_adapter", "ulp", "vfs", "wear_levelling", "wpa", "wpa2", "wpa_supplicant", "wps", "xtensa-debug-module", "stdc++"
9898
],
9999

100100
UPLOADERFLAGS=[

0 commit comments

Comments
 (0)
Please sign in to comment.