forked from espressif/arduino-esp32
Once again
This commit is contained in:
@ -353,13 +353,22 @@
|
|||||||
#define CONFIG_SPIFFS_META_LENGTH 4
|
#define CONFIG_SPIFFS_META_LENGTH 4
|
||||||
#define CONFIG_SPIFFS_USE_MTIME 1
|
#define CONFIG_SPIFFS_USE_MTIME 1
|
||||||
#define CONFIG_USB_ENABLED 1
|
#define CONFIG_USB_ENABLED 1
|
||||||
#define CONFIG_USB_MAX_POWER_USAGE 250
|
#define CONFIG_USB_MAX_POWER_USAGE 100
|
||||||
|
#define CONFIG_USB_CDC_ENABLED 1
|
||||||
|
#define CONFIG_USB_CDC_RX_BUFSIZE 64
|
||||||
|
#define CONFIG_USB_CDC_TX_BUFSIZE 64
|
||||||
|
#define CONFIG_USB_MSC_ENABLED 1
|
||||||
|
#define CONFIG_USB_MSC_BUFSIZE 512
|
||||||
|
#define CONFIG_USB_VENDOR_ENABLED 1
|
||||||
#define CONFIG_USB_DESC_USE_ESPRESSIF_VID 1
|
#define CONFIG_USB_DESC_USE_ESPRESSIF_VID 1
|
||||||
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
|
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
|
||||||
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
|
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
|
||||||
#define CONFIG_USB_DESC_MANUFACTURER_STRING "Espressif Systems"
|
#define CONFIG_USB_DESC_MANUFACTURER_STRING "Espressif Systems"
|
||||||
#define CONFIG_USB_DESC_PRODUCT_STRING "Espressif Device"
|
#define CONFIG_USB_DESC_PRODUCT_STRING "Espressif Device"
|
||||||
#define CONFIG_USB_DESC_SERIAL_STRING "123456"
|
#define CONFIG_USB_DESC_SERIAL_STRING "123456"
|
||||||
|
#define CONFIG_USB_DESC_CDC_STRING "Espressif CDC Device"
|
||||||
|
#define CONFIG_USB_DESC_MSC_STRING "Espressif MSC Device"
|
||||||
|
#define CONFIG_USB_DESC_VENDOR_STRING "Espressif VENDOR Device"
|
||||||
#define CONFIG_UNITY_ENABLE_FLOAT 1
|
#define CONFIG_UNITY_ENABLE_FLOAT 1
|
||||||
#define CONFIG_UNITY_ENABLE_DOUBLE 1
|
#define CONFIG_UNITY_ENABLE_DOUBLE 1
|
||||||
#define CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER 1
|
#define CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER 1
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -987,12 +987,15 @@ CONFIG_SPIFFS_USE_MTIME=y
|
|||||||
# TinyUSB
|
# TinyUSB
|
||||||
#
|
#
|
||||||
CONFIG_USB_ENABLED=y
|
CONFIG_USB_ENABLED=y
|
||||||
CONFIG_USB_MAX_POWER_USAGE=250
|
CONFIG_USB_MAX_POWER_USAGE=100
|
||||||
# CONFIG_USB_CDC_ENABLED is not set
|
CONFIG_USB_CDC_ENABLED=y
|
||||||
# CONFIG_USB_MSC_ENABLED is not set
|
CONFIG_USB_CDC_RX_BUFSIZE=64
|
||||||
|
CONFIG_USB_CDC_TX_BUFSIZE=64
|
||||||
|
CONFIG_USB_MSC_ENABLED=y
|
||||||
|
CONFIG_USB_MSC_BUFSIZE=512
|
||||||
# CONFIG_USB_HID_ENABLED is not set
|
# CONFIG_USB_HID_ENABLED is not set
|
||||||
# CONFIG_USB_MIDI_ENABLED is not set
|
# CONFIG_USB_MIDI_ENABLED is not set
|
||||||
# CONFIG_USB_VENDOR_ENABLED is not set
|
CONFIG_USB_VENDOR_ENABLED=y
|
||||||
# CONFIG_USB_CUSTOM_CLASS_ENABLED is not set
|
# CONFIG_USB_CUSTOM_CLASS_ENABLED is not set
|
||||||
# CONFIG_USB_DEBUG is not set
|
# CONFIG_USB_DEBUG is not set
|
||||||
|
|
||||||
@ -1005,6 +1008,9 @@ CONFIG_USB_DESC_BCDDEVICE=0x0100
|
|||||||
CONFIG_USB_DESC_MANUFACTURER_STRING="Espressif Systems"
|
CONFIG_USB_DESC_MANUFACTURER_STRING="Espressif Systems"
|
||||||
CONFIG_USB_DESC_PRODUCT_STRING="Espressif Device"
|
CONFIG_USB_DESC_PRODUCT_STRING="Espressif Device"
|
||||||
CONFIG_USB_DESC_SERIAL_STRING="123456"
|
CONFIG_USB_DESC_SERIAL_STRING="123456"
|
||||||
|
CONFIG_USB_DESC_CDC_STRING="Espressif CDC Device"
|
||||||
|
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
|
||||||
|
CONFIG_USB_DESC_VENDOR_STRING="Espressif VENDOR Device"
|
||||||
# end of Descriptor configuration
|
# end of Descriptor configuration
|
||||||
# end of TinyUSB
|
# end of TinyUSB
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user