Commit 51dbf09
committed
Remove obsolete USB component workaround for esp_tinyusb
The workaround was trying to access the 'usb' component during CMake
configuration, but in newer ESP-IDF versions this component doesn't
exist as a built-in and must come from component manager.
Now that we're pulling usb from component manager via idf_component.yml,
the esp_tinyusb component should handle its USB dependencies correctly
without manual linking intervention.1 parent f5cdb36 commit 51dbf09
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
0 commit comments