File tree Expand file tree Collapse file tree 9 files changed +19
-21
lines changed
class/uvc/usb_host_uvc/examples/basic_uvc_stream Expand file tree Collapse file tree 9 files changed +19
-21
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,10 @@ target = "all"
1212# build related options
1313build_dir = " build_@t_@w"
1414work_dir = " @f_@t_@w"
15+
16+ # config rules
17+ config_rules = [
18+ ' sdkconfig.ci=default' ,
19+ ' sdkconfig.ci.*=' ,
20+ ' =default' ,
21+ ]
Original file line number Diff line number Diff line change 2727 shell : bash
2828 run : |
2929 . ${IDF_PATH}/export.sh
30- pip install pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyusb idf-build-apps==2.4.3 --upgrade
30+ pip install pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyusb idf-build-apps==2.12.2 --upgrade
3131 - name : Build
3232 shell : bash
3333 run : |
3838 shell : bash
3939 run : |
4040 . ${IDF_PATH}/export.sh
41- pytest --target=linux -m host_test --build-dir=build_linux
41+ pytest --target=linux -m host_test --build-dir=build_linux_default
Original file line number Diff line number Diff line change 6161 run : |
6262 . ${IDF_PATH}/export.sh
6363 git config --global safe.directory $(pwd)
64- pip install idf-build-apps==2.4.3 --upgrade
64+ pip install idf-build-apps==2.12.2 --upgrade
6565 export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
6666 export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
6767 export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
@@ -138,4 +138,4 @@ jobs:
138138 PIP_EXTRA_INDEX_URL : " https://dl.espressif.com/pypi/"
139139 run : pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb
140140 - name : Run USB Test App on target
141- run : pytest --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}
141+ run : pytest --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}_default
Original file line number Diff line number Diff line change 3939 shell : bash
4040 run : |
4141 . ${IDF_PATH}/export.sh
42- pip install idf-component-manager>=2.1.2 idf-build-apps==2.4.3 pyyaml --upgrade
42+ pip install idf-component-manager>=2.1.2 idf-build-apps==2.12.2 pyyaml --upgrade
4343 - name : Build ESP-IDF ${{ matrix.idf_ver }} USB examples
4444 shell : bash
4545 run : |
Original file line number Diff line number Diff line change @@ -8,3 +8,10 @@ check_warnings = true
88
99# build related options
1010build_dir = " build_@t_@w"
11+
12+ # config rules
13+ config_rules = [
14+ ' sdkconfig.ci=default' ,
15+ ' sdkconfig.ci.*=' ,
16+ ' =default' ,
17+ ]
Original file line number Diff line number Diff line change 22# Espressif IoT Development Framework (ESP-IDF) 5.4.0 Project Minimal Configuration
33#
44CONFIG_IDF_TARGET="esp32p4"
5- CONFIG_BOOTLOADER_LOG_COLORS=y
65CONFIG_ESP32P4_REV_MIN_0=y
76CONFIG_RTC_CLK_SRC_EXT_CRYS=y
87CONFIG_RTC_CLK_CAL_CYCLES=1024
Original file line number Diff line number Diff line change 22CONFIG_USB_HOST_TEST_HUB_PORT_NUM_DEVICE_FSHS=1
33CONFIG_USB_HOST_TEST_HUB_PORT_NUM_DEVICE_LS=2
44CONFIG_USB_HOST_TEST_HUB_PORT_NUM_EMPTY=3
5-
6- # Use external power switch to control USB device's power
7- # switch is controlled by GPIO 21
8- CONFIG_USB_PHY_TEST_OTG_DRVVBUS_ENABLE=y
9- CONFIG_USB_PHY_TEST_OTG_DRVVBUS_GPIO=21
Original file line number Diff line number Diff line change 1- # Use external power switch to control USB device's power
2- # switch is controlled by GPIO 21
3-
4- CONFIG_USB_PHY_TEST_OTG_DRVVBUS_ENABLE=y
5- CONFIG_USB_PHY_TEST_OTG_DRVVBUS_GPIO=21
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments