23 lines
517 B
YAML
23 lines
517 B
YAML
dependencies:
|
|
idf: '>=4.4.1'
|
|
usb:
|
|
public: true
|
|
rules:
|
|
- if: idf_version >=6.0
|
|
- if: target not in ["linux"]
|
|
version: ^1.0.0
|
|
description: USB Host MSC driver
|
|
files:
|
|
exclude:
|
|
- test_app
|
|
repository: git://github.com/espressif/esp-usb.git
|
|
repository_info:
|
|
commit_sha: 0c2750cea32ebcff2c5bffd04fadf9579fa97009
|
|
path: host/class/msc/usb_host_msc
|
|
targets:
|
|
- esp32s2
|
|
- esp32s3
|
|
- esp32p4
|
|
- esp32h4
|
|
url: https://github.com/espressif/esp-usb/tree/master/host/class/msc/usb_host_msc
|
|
version: 1.1.4
|