32ESPecial Version 1.00 (#9)

This release reworked the initialization code to provide more robust initialization, especially when no USB stick is present.

It incorporates [Version 1.0 of SystemK](Software/SystemK#9).

This is the first release for the [32ESPecial Blaster Kits](https://link.clubk.club/2025002).

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #9
This commit is contained in:
Joe Kearney 2025-11-30 21:46:46 +00:00
parent 14ec8fe280
commit e12ee17973
67 changed files with 1232 additions and 649 deletions

View file

@ -1,13 +1,23 @@
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: 0d5b6e959b2ba6993f27c703f5b26f93557c9066
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.3
version: 1.1.4