Skip to content

Commit

Permalink
Merge pull request espressif#316 from peter-marcisovsky/refactor/remo…
Browse files Browse the repository at this point in the history
…ve_usb

refactor(usb): Removed usb-related code (moved to espressif/esp-usb).
  • Loading branch information
roma-jam committed Apr 8, 2024
2 parents 09e79a9 + ae6e9c1 commit 9e3bf69
Show file tree
Hide file tree
Showing 148 changed files with 3 additions and 19,684 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ body:
- qrcode
- sh2lib
- test_app
- usb
- Other
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
run: pip install --prefer-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
- name: Run examples
run: pytest --target=${{ matrix.idf_target }} -m generic --build-dir=build_${{ matrix.idf_target }} --ignore=usb --ignore=test_app
run: pytest --target=${{ matrix.idf_target }} -m generic --build-dir=build_${{ matrix.idf_target }} --ignore=test_app

run-ethernet-based-examples:
name: Run examples on ethernet runners
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
run: pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
- name: Run examples
run: pytest --target=${{ matrix.idf_target }} -m ethernet --build-dir=build_${{ matrix.idf_target }} --ignore=usb --ignore=test_app
run: pytest --target=${{ matrix.idf_target }} -m ethernet --build-dir=build_${{ matrix.idf_target }} --ignore=test_app
72 changes: 0 additions & 72 deletions .github/workflows/build_and_run_test_app_usb.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ jobs:
quirc;
sh2lib;
spi_nand_flash;
usb/esp_modem_usb_dte;
usb/esp_tinyusb;
usb/usb_host_cdc_acm;
usb/usb_host_ch34x_vcp;
usb/usb_host_cp210x_vcp;
usb/usb_host_ftdi_vcp;
usb/usb_host_hid;
usb/usb_host_msc;
usb/usb_host_uvc;
usb/usb_host_vcp;
zlib;
libpng;
namespace: "espressif"
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
path = coap/libcoap
url = https://github.com/obgm/libcoap.git

[submodule "usb/usb_host_uvc/libuvc"]
path = usb/usb_host_uvc/libuvc
url = https://github.com/libuvc/libuvc.git

[submodule "eigen/eigen"]
path = eigen/eigen
url = https://gitlab.com/libeigen/eigen.git
Expand Down
1 change: 0 additions & 1 deletion .idf_build_apps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ paths = "."
recursive = true
exclude = [
"test_app",
"usb/test_app",
]
manifest_file = ".build-test-rules.yml"
check_warnings = true
Expand Down
18 changes: 1 addition & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,4 @@ repos:
rev: v1.0.5
hooks:
- id: astyle_py
args: ['--style=otbs', '--attach-namespaces', '--attach-classes', '--indent=spaces=4', '--convert-tabs', '--align-pointer=name', '--align-reference=name', '--keep-one-line-statements', '--pad-header', '--pad-oper']

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
files: ^usb/
types_or: [c, c++]
- id: end-of-file-fixer
files: ^usb/
types_or: [c, c++]
- id: check-merge-conflict
- id: mixed-line-ending
files: ^usb/ # temporary USB only
types_or: [c, c++]
args: ['--fix=lf']
description: Forces to replace line ending by the UNIX 'lf' character
args: ['--style=otbs', '--attach-namespaces', '--attach-classes', '--indent=spaces=4', '--convert-tabs', '--align-pointer=name', '--align-reference=name', '--keep-one-line-statements', '--pad-header', '--pad-oper']
2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ markers =

# env markers
generic: generic runner
usb_host: usb host runners
usb_device: usb device runners
ethernet: ethernet runners

# log related
Expand Down
14 changes: 0 additions & 14 deletions usb/esp_modem_usb_dte/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions usb/esp_modem_usb_dte/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 9e3bf69

Please sign in to comment.