IDF release/v5.4 (#11512)
* IDF release/v5.4 f0f2980d * fix(p4): Allow custom pins on P4 for ESP-Hosted
This commit is contained in:
parent
0213200b3d
commit
9e61fa7e4b
2 changed files with 45 additions and 35 deletions
|
|
@ -252,13 +252,23 @@ static bool wifiHostedInit() {
|
|||
if (!hosted_initialized) {
|
||||
hosted_initialized = true;
|
||||
struct esp_hosted_sdio_config conf = INIT_DEFAULT_HOST_SDIO_CONFIG();
|
||||
#ifdef BOARD_HAS_SDIO_ESP_HOSTED
|
||||
conf.pin_clk.pin = BOARD_SDIO_ESP_HOSTED_CLK;
|
||||
conf.pin_cmd.pin = BOARD_SDIO_ESP_HOSTED_CMD;
|
||||
conf.pin_d0.pin = BOARD_SDIO_ESP_HOSTED_D0;
|
||||
conf.pin_d1.pin = BOARD_SDIO_ESP_HOSTED_D1;
|
||||
conf.pin_d2.pin = BOARD_SDIO_ESP_HOSTED_D2;
|
||||
conf.pin_d3.pin = BOARD_SDIO_ESP_HOSTED_D3;
|
||||
conf.pin_reset.pin = BOARD_SDIO_ESP_HOSTED_RESET;
|
||||
#else
|
||||
conf.pin_clk.pin = CONFIG_ESP_SDIO_PIN_CLK;
|
||||
conf.pin_cmd.pin = CONFIG_ESP_SDIO_PIN_CMD;
|
||||
conf.pin_d0.pin = CONFIG_ESP_SDIO_PIN_D0;
|
||||
conf.pin_d1.pin = CONFIG_ESP_SDIO_PIN_D1;
|
||||
conf.pin_d2.pin = CONFIG_ESP_SDIO_PIN_D2;
|
||||
conf.pin_d3.pin = CONFIG_ESP_SDIO_PIN_D3;
|
||||
//conf.pin_rst.pin = CONFIG_ESP_SDIO_GPIO_RESET_SLAVE;
|
||||
conf.pin_reset.pin = CONFIG_ESP_SDIO_GPIO_RESET_SLAVE;
|
||||
#endif
|
||||
// esp_hosted_sdio_set_config() will fail on second attempt but here temporarily to not cause exception on reinit
|
||||
if (esp_hosted_sdio_set_config(&conf) != ESP_OK || esp_hosted_init() != ESP_OK) {
|
||||
log_e("esp_hosted_init failed!");
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
{
|
||||
"packager": "esp32",
|
||||
"name": "esp32-arduino-libs",
|
||||
"version": "idf-release_v5.4-aed8bdc8-v1"
|
||||
"version": "idf-release_v5.4-f0f2980d-v1"
|
||||
},
|
||||
{
|
||||
"packager": "esp32",
|
||||
|
|
@ -104,63 +104,63 @@
|
|||
"tools": [
|
||||
{
|
||||
"name": "esp32-arduino-libs",
|
||||
"version": "idf-release_v5.4-aed8bdc8-v1",
|
||||
"version": "idf-release_v5.4-f0f2980d-v1",
|
||||
"systems": [
|
||||
{
|
||||
"host": "i686-mingw32",
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"checksum": "SHA-256:448691c3171f79b2136e4ab8006e9c78bd1627156dab1365fff8f8867a6a7e5b",
|
||||
"size": "353758763"
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"checksum": "SHA-256:b1a77c83634111d78a356f1d1756dc815eeeb91605c5d8714a0db7cccbd0bede",
|
||||
"size": "353978504"
|
||||
},
|
||||
{
|
||||
"host": "x86_64-mingw32",
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"checksum": "SHA-256:448691c3171f79b2136e4ab8006e9c78bd1627156dab1365fff8f8867a6a7e5b",
|
||||
"size": "353758763"
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"checksum": "SHA-256:b1a77c83634111d78a356f1d1756dc815eeeb91605c5d8714a0db7cccbd0bede",
|
||||
"size": "353978504"
|
||||
},
|
||||
{
|
||||
"host": "arm64-apple-darwin",
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"checksum": "SHA-256:448691c3171f79b2136e4ab8006e9c78bd1627156dab1365fff8f8867a6a7e5b",
|
||||
"size": "353758763"
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"checksum": "SHA-256:b1a77c83634111d78a356f1d1756dc815eeeb91605c5d8714a0db7cccbd0bede",
|
||||
"size": "353978504"
|
||||
},
|
||||
{
|
||||
"host": "x86_64-apple-darwin",
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"checksum": "SHA-256:448691c3171f79b2136e4ab8006e9c78bd1627156dab1365fff8f8867a6a7e5b",
|
||||
"size": "353758763"
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"checksum": "SHA-256:b1a77c83634111d78a356f1d1756dc815eeeb91605c5d8714a0db7cccbd0bede",
|
||||
"size": "353978504"
|
||||
},
|
||||
{
|
||||
"host": "x86_64-pc-linux-gnu",
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"checksum": "SHA-256:448691c3171f79b2136e4ab8006e9c78bd1627156dab1365fff8f8867a6a7e5b",
|
||||
"size": "353758763"
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"checksum": "SHA-256:b1a77c83634111d78a356f1d1756dc815eeeb91605c5d8714a0db7cccbd0bede",
|
||||
"size": "353978504"
|
||||
},
|
||||
{
|
||||
"host": "i686-pc-linux-gnu",
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"checksum": "SHA-256:448691c3171f79b2136e4ab8006e9c78bd1627156dab1365fff8f8867a6a7e5b",
|
||||
"size": "353758763"
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"checksum": "SHA-256:b1a77c83634111d78a356f1d1756dc815eeeb91605c5d8714a0db7cccbd0bede",
|
||||
"size": "353978504"
|
||||
},
|
||||
{
|
||||
"host": "aarch64-linux-gnu",
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"checksum": "SHA-256:448691c3171f79b2136e4ab8006e9c78bd1627156dab1365fff8f8867a6a7e5b",
|
||||
"size": "353758763"
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"checksum": "SHA-256:b1a77c83634111d78a356f1d1756dc815eeeb91605c5d8714a0db7cccbd0bede",
|
||||
"size": "353978504"
|
||||
},
|
||||
{
|
||||
"host": "arm-linux-gnueabihf",
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-aed8bdc8-v1.zip",
|
||||
"checksum": "SHA-256:448691c3171f79b2136e4ab8006e9c78bd1627156dab1365fff8f8867a6a7e5b",
|
||||
"size": "353758763"
|
||||
"url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.4/esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"archiveFileName": "esp32-arduino-libs-idf-release_v5.4-f0f2980d-v1.zip",
|
||||
"checksum": "SHA-256:b1a77c83634111d78a356f1d1756dc815eeeb91605c5d8714a0db7cccbd0bede",
|
||||
"size": "353978504"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue