Commit 3bed4fd
committed
Upgrade to ESP-IDF release/v6.0 and remove usb component dependency
ESP-IDF release/v6.0 removed the 'usb' component from core - USB PHY
functionality is now handled internally by esp_hw_support.
Changes:
- Remove 'usb' from REQUIRES in main/CMakeLists.txt
- Remove obsolete esp_tinyusb workaround code
- Update GitHub Actions workflows to use release-v6.0
- Matches local development environment
esp_tinyusb v2.0.0 works correctly with release/v6.0 without the
workaround since the component's dependencies are resolved transitively.1 parent 2de5b61 commit 3bed4fd
3 files changed
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 11 | + | |
0 commit comments