Skip to content

Commit

Permalink
tinyusb: Use TinyUSB from component registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-espressif committed Nov 2, 2022
1 parent cea5813 commit 94a00bd
Show file tree
Hide file tree
Showing 42 changed files with 26 additions and 2,339 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ exclude =
components/json/cJSON,
components/mbedtls/mbedtls,
components/openthread/openthread,
components/tinyusb,
components/unity/unity,
components/spiffs/spiffs,
# autogenerated scripts
Expand Down
1 change: 0 additions & 1 deletion .gitlab/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
/components/spi_flash/ @esp-idf-codeowners/peripherals
/components/spiffs/ @esp-idf-codeowners/storage
/components/tcp_transport/ @esp-idf-codeowners/network
/components/tinyusb/ @esp-idf-codeowners/peripherals/usb
/components/touch_element/ @esp-idf-codeowners/peripherals
/components/ulp/ @esp-idf-codeowners/system
/components/unity/ @esp-idf-codeowners/ci
Expand Down
2 changes: 0 additions & 2 deletions .gitlab/ci/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
- "components/openthread/openthread"
- "components/protobuf-c/protobuf-c"
- "components/spiffs/spiffs"
- "components/tinyusb/tinyusb"
- "components/unity/unity"
- "components/heap/tlsf"
- ".gitmodules"
Expand Down Expand Up @@ -239,7 +238,6 @@
.patterns-example_test-usb: &patterns-example_test-usb
- "components/hal/usb*.c"
- "components/hal/esp32s*/include/hal/usb*.h"
- "components/tinyusb/**/**/*"
- "components/usb/**/*"
- "examples/peripherals/usb/host/**/**/**/*"
- "examples/peripherals/usb/device/**/**/*"
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
path = components/esp_wifi/lib
url = ../../espressif/esp32-wifi-lib.git

[submodule "components/tinyusb/tinyusb"]
path = components/tinyusb/tinyusb
url = ../../espressif/tinyusb.git

[submodule "components/cmock/CMock"]
path = components/cmock/CMock
url = ../../ThrowTheSwitch/CMock.git
Expand Down
84 changes: 0 additions & 84 deletions components/tinyusb/CMakeLists.txt

This file was deleted.

175 changes: 0 additions & 175 deletions components/tinyusb/Kconfig

This file was deleted.

64 changes: 0 additions & 64 deletions components/tinyusb/additions/include/tinyusb.h

This file was deleted.

24 changes: 0 additions & 24 deletions components/tinyusb/additions/include/tinyusb_types.h

This file was deleted.

Loading

0 comments on commit 94a00bd

Please sign in to comment.