File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 run : |
2424 . ${IDF_PATH}/export.sh
2525 pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
26- export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
26+ export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device/tusb_hid "
2727 export MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
28- python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}/tusb_*
28+ python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}
2929 idf-build-apps find --path ${EXAMPLES_PATH}/ --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
3030 idf-build-apps build --path ${EXAMPLES_PATH}/ --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
3131 - uses : actions/upload-artifact@v4
6666 run : |
6767 cd ${IDF_PATH}
6868 . ./export.sh
69- pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb python-gitlab
69+ pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb python-gitlab minio
7070 - name : Run USB Test App on target
7171 run : |
7272 cd ${IDF_PATH}
You can’t perform that action at this time.
0 commit comments