Skip to content

Commit 7569701

Browse files
authored
Update README.md
1 parent 56d4b61 commit 7569701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Following core has TinyUSB as either the primary usb stack or selectable via men
3737
- [earlephilhower/arduino-pico](https://github.com/earlephilhower/arduino-pico)
3838
- [espressif/arduino-esp32](https://github.com/espressif/arduino-esp32)
3939

40-
ESP32 port relies on Espressif's [esp32-hal-tinyusb.c](https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-tinyusb.c) for building usb descriptors which requires all descriptors must be specified in usb objects declaration i.e constructors. Therefore all descriptor-related fields must be part of object declaration and descriptor-related API have no effect afterwards for this port.
40+
Note: For ESP32 port, verion before v3.0 requires all descriptors must be specified in usb objects declaration i.e constructors. Therefore all descriptor-related fields must be part of object declaration and descriptor-related API have no effect afterwards for this port. This limitation is not the case for version from v3.0
4141

4242
### Cores without built-in support
4343

0 commit comments

Comments
 (0)