forked from espressif/arduino-esp32
Update IDF Libs
This commit is contained in:
@ -24,10 +24,11 @@
|
||||
#define CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP 1
|
||||
#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x10
|
||||
#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200
|
||||
#define CONFIG_ESPTOOLPY_WITH_STUB 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHMODE_QIO 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHMODE "dio"
|
||||
#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHFREQ "40m"
|
||||
#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHFREQ "80m"
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE "4MB"
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1
|
||||
@ -353,12 +354,12 @@
|
||||
#define CONFIG_SPIFFS_META_LENGTH 4
|
||||
#define CONFIG_SPIFFS_USE_MTIME 1
|
||||
#define CONFIG_USB_ENABLED 1
|
||||
#define CONFIG_USB_MAX_POWER_USAGE 500
|
||||
#define CONFIG_USB_MAX_POWER_USAGE 100
|
||||
#define CONFIG_USB_DYNAMIC_DRIVER_LOADING 1
|
||||
#define CONFIG_USB_DYNAMIC_DRIVER_MAX 16
|
||||
#define CONFIG_USB_CDC_ENABLED 1
|
||||
#define CONFIG_USB_CDC_RX_BUFSIZE 1024
|
||||
#define CONFIG_USB_CDC_TX_BUFSIZE 1024
|
||||
#define CONFIG_USB_CDC_RX_BUFSIZE 64
|
||||
#define CONFIG_USB_CDC_TX_BUFSIZE 64
|
||||
#define CONFIG_USB_DFU_RT_ENABLED 1
|
||||
#define CONFIG_USB_MSC_ENABLED 1
|
||||
#define CONFIG_USB_MSC_BUFSIZE 512
|
||||
@ -371,9 +372,9 @@
|
||||
#define CONFIG_USB_DESC_USE_ESPRESSIF_VID 1
|
||||
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
|
||||
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
|
||||
#define CONFIG_USB_DESC_MANUFACTURER_STRING "Espressif"
|
||||
#define CONFIG_USB_DESC_MANUFACTURER_STRING "Espressif Systems"
|
||||
#define CONFIG_USB_DESC_PRODUCT_STRING "Espressif Device"
|
||||
#define CONFIG_USB_DESC_SERIAL_STRING "123456"
|
||||
#define CONFIG_USB_DESC_SERIAL_STRING "0"
|
||||
#define CONFIG_USB_DESC_CDC_STRING "Espressif CDC Device"
|
||||
#define CONFIG_USB_DESC_DFU_RT_STRING "Espressif DFU Device"
|
||||
#define CONFIG_USB_DESC_MSC_STRING "Espressif MSC Device"
|
||||
|
Reference in New Issue
Block a user