mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
Temporarily switch from the espressif TinyUSB component to a MicroPython fork where this fix has been cherry-picked: https://github.com/hathach/tinyusb/pull/3293 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
38 lines
923 B
Plaintext
38 lines
923 B
Plaintext
dependencies:
|
|
espressif/mdns:
|
|
component_hash: 46ee81d32fbf850462d8af1e83303389602f6a6a9eddd2a55104cb4c063858ed
|
|
dependencies:
|
|
- name: idf
|
|
require: private
|
|
version: '>=5.0'
|
|
source:
|
|
registry_url: https://components.espressif.com/
|
|
type: service
|
|
version: 1.1.0
|
|
espressif/tinyusb:
|
|
component_hash: ee1c962cff61eb975d508258d509974d58031cc27ff0d6c4117a67a613a49594
|
|
dependencies:
|
|
- name: idf
|
|
version: '>=5.0'
|
|
source:
|
|
git: https://github.com/micropython/tinyusb-espressif.git
|
|
path: .
|
|
type: git
|
|
targets:
|
|
- esp32s2
|
|
- esp32s3
|
|
- esp32p4
|
|
- esp32h4
|
|
version: e4c0ec3caab3d9c25374de7047653b9ced8f14ff
|
|
idf:
|
|
source:
|
|
type: idf
|
|
version: 5.5.1
|
|
direct_dependencies:
|
|
- espressif/mdns
|
|
- espressif/tinyusb
|
|
- idf
|
|
manifest_hash: da32add5eb5e196ac97a99eb579025222ec572f5db4038873fbf9d3b9d6ed5a3
|
|
target: esp32s3
|
|
version: 2.0.0
|