mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
6ac17b5020
* adds description about that it's not a bridge, but more like an 1:1 forwarder on L2 * add and describe mac spoofing for Ethernet interface * describe virtual networking for USB-NCM interface
10 lines
201 B
YAML
10 lines
201 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
espressif/esp_tinyusb:
|
|
version: "^1.3.0"
|
|
rules:
|
|
- if: "idf_version >=4.4"
|
|
- if: "target in [esp32s2, esp32s3]"
|
|
|
|
idf: "^5.0"
|