Skip to content

Commit 351a651

Browse files
committed
Once again
1 parent d009787 commit 351a651

Some content is hidden

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

71 files changed

+22
-7
lines changed

tools/sdk/esp32s2/include/config/sdkconfig.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,22 @@
353353
#define CONFIG_SPIFFS_META_LENGTH 4
354354
#define CONFIG_SPIFFS_USE_MTIME 1
355355
#define CONFIG_USB_ENABLED 1
356-
#define CONFIG_USB_MAX_POWER_USAGE 250
356+
#define CONFIG_USB_MAX_POWER_USAGE 100
357+
#define CONFIG_USB_CDC_ENABLED 1
358+
#define CONFIG_USB_CDC_RX_BUFSIZE 64
359+
#define CONFIG_USB_CDC_TX_BUFSIZE 64
360+
#define CONFIG_USB_MSC_ENABLED 1
361+
#define CONFIG_USB_MSC_BUFSIZE 512
362+
#define CONFIG_USB_VENDOR_ENABLED 1
357363
#define CONFIG_USB_DESC_USE_ESPRESSIF_VID 1
358364
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
359365
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
360366
#define CONFIG_USB_DESC_MANUFACTURER_STRING "Espressif Systems"
361367
#define CONFIG_USB_DESC_PRODUCT_STRING "Espressif Device"
362368
#define CONFIG_USB_DESC_SERIAL_STRING "123456"
369+
#define CONFIG_USB_DESC_CDC_STRING "Espressif CDC Device"
370+
#define CONFIG_USB_DESC_MSC_STRING "Espressif MSC Device"
371+
#define CONFIG_USB_DESC_VENDOR_STRING "Espressif VENDOR Device"
363372
#define CONFIG_UNITY_ENABLE_FLOAT 1
364373
#define CONFIG_UNITY_ENABLE_DOUBLE 1
365374
#define CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER 1

tools/sdk/esp32s2/ld/esp32s2.project.ld

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

tools/sdk/esp32s2/lib/libapp_trace.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libasio.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcbor.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcoap.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libconsole.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcxx.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libdriver.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libefuse.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp-tls.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp32s2.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_common.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_eth.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_event.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_hid.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_netif.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_system.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_timer.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libesp_wifi.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libexpat.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libfatfs.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libfb_gfx.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libfreemodbus.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libfreertos.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libheap.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libjsmn.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libjson.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/liblibsodium.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/liblog.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/liblwip.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libmbedcrypto.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libmbedtls.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libmbedx509.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libmdns.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libmqtt.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libnewlib.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libnghttp.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libnvs_flash.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libopenssl.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libperfmon.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libprotobuf-c.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libprotocomm.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libpthread.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libsdmmc.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libsoc.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libspi_flash.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libspiffs.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libulp.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libunity.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libvfs.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libxtensa.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/sdkconfig

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -987,12 +987,15 @@ CONFIG_SPIFFS_USE_MTIME=y
987987
# TinyUSB
988988
#
989989
CONFIG_USB_ENABLED=y
990-
CONFIG_USB_MAX_POWER_USAGE=250
991-
# CONFIG_USB_CDC_ENABLED is not set
992-
# CONFIG_USB_MSC_ENABLED is not set
990+
CONFIG_USB_MAX_POWER_USAGE=100
991+
CONFIG_USB_CDC_ENABLED=y
992+
CONFIG_USB_CDC_RX_BUFSIZE=64
993+
CONFIG_USB_CDC_TX_BUFSIZE=64
994+
CONFIG_USB_MSC_ENABLED=y
995+
CONFIG_USB_MSC_BUFSIZE=512
993996
# CONFIG_USB_HID_ENABLED is not set
994997
# CONFIG_USB_MIDI_ENABLED is not set
995-
# CONFIG_USB_VENDOR_ENABLED is not set
998+
CONFIG_USB_VENDOR_ENABLED=y
996999
# CONFIG_USB_CUSTOM_CLASS_ENABLED is not set
9971000
# CONFIG_USB_DEBUG is not set
9981001

@@ -1005,6 +1008,9 @@ CONFIG_USB_DESC_BCDDEVICE=0x0100
10051008
CONFIG_USB_DESC_MANUFACTURER_STRING="Espressif Systems"
10061009
CONFIG_USB_DESC_PRODUCT_STRING="Espressif Device"
10071010
CONFIG_USB_DESC_SERIAL_STRING="123456"
1011+
CONFIG_USB_DESC_CDC_STRING="Espressif CDC Device"
1012+
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
1013+
CONFIG_USB_DESC_VENDOR_STRING="Espressif VENDOR Device"
10081014
# end of Descriptor configuration
10091015
# end of TinyUSB
10101016

0 commit comments

Comments
 (0)