Skip to content

Commit d5e2bb1

Browse files
authored
Update IDF to 90747cc8b (#3118)
1 parent f4acac4 commit d5e2bb1

Some content is hidden

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

91 files changed

+253
-116
lines changed

tools/sdk/bin/bootloader_dio_40m.bin

224 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_dio_80m.bin

224 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_dout_40m.bin

224 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_dout_80m.bin

224 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_qio_40m.bin

208 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_qio_80m.bin

224 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_qout_40m.bin

208 Bytes
Binary file not shown.

tools/sdk/bin/bootloader_qout_80m.bin

224 Bytes
Binary file not shown.

tools/sdk/include/bootloader_support/bootloader_common.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,11 @@ esp_err_t bootloader_common_get_sha256_of_partition(uint32_t address, uint32_t s
9696
* @brief Configure VDDSDIO, call this API to rise VDDSDIO to 1.9V when VDDSDIO regulator is enabled as 1.8V mode.
9797
*/
9898
void bootloader_common_vddsdio_configure();
99+
100+
/**
101+
* @brief Set the flash CS setup and hold time.
102+
*
103+
* CS setup time is recomemded to be 1.5T, and CS hold time is recommended to be 2.5T.
104+
* cs_setup = 1, cs_setup_time = 0; cs_hold = 1, cs_hold_time = 1
105+
*/
106+
void bootloader_common_set_flash_cs_timing();

tools/sdk/include/esp32/esp_event_legacy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ typedef enum {
4040
SYSTEM_EVENT_STA_WPS_ER_FAILED, /**< ESP32 station wps fails in enrollee mode */
4141
SYSTEM_EVENT_STA_WPS_ER_TIMEOUT, /**< ESP32 station wps timeout in enrollee mode */
4242
SYSTEM_EVENT_STA_WPS_ER_PIN, /**< ESP32 station wps pin code in enrollee mode */
43+
SYSTEM_EVENT_STA_WPS_ER_PBC_OVERLAP, /*!< ESP32 station wps overlap in enrollee mode */
4344
SYSTEM_EVENT_AP_START, /**< ESP32 soft-AP start */
4445
SYSTEM_EVENT_AP_STOP, /**< ESP32 soft-AP stop */
4546
SYSTEM_EVENT_AP_STACONNECTED, /**< a station connected to ESP32 soft-AP */

0 commit comments

Comments
 (0)