Skip to content

Commit a618fc1

Browse files
authoredMay 31, 2021
IDF master c13afea63 (#5214)
esp-dsp: master 7cc5073 esp-face: master 420fc7e esp-rainmaker: f1b82c7 esp32-camera: master 6f8489e esp_littlefs: master b58f00c
1 parent 0db9e2f commit a618fc1

File tree

616 files changed

+11714
-4804
lines changed

Some content is hidden

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

616 files changed

+11714
-4804
lines changed
 

‎.github/scripts/install-platformio-esp32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
export PLATFORMIO_ESP32_PATH="$HOME/.platformio/packages/framework-arduinoespressif32"
4-
PLATFORMIO_ESP32_URL="https://github.com/platformio/platform-espressif32.git#feature/idf-v4.0"
4+
PLATFORMIO_ESP32_URL="https://github.com/platformio/platform-espressif32.git#feature/idf-master"
55

66
echo "Installing Python Wheel ..."
77
pip install wheel > /dev/null 2>&1

‎cores/esp32/USB.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static uint16_t load_dfu_descriptor(uint8_t * dst, uint8_t * itf)
5151
return TUD_DFU_RT_DESC_LEN;
5252
}
5353
// Invoked on DFU_DETACH request to reboot to the bootloader
54-
void tud_dfu_rt_reboot_to_dfu(void)
54+
void tud_dfu_runtime_reboot_to_dfu_cb(void)
5555
{
5656
usb_persist_restart(RESTART_BOOTLOADER_DFU);
5757
}

0 commit comments

Comments
 (0)