File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3939 . ${IDF_PATH}/export.sh
4040 export MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
4141 python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
42- idf-build-apps find -vv --config-file ${CONFIG_PATH} --recursive --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
42+ idf-build-apps find -vv --config-file ${CONFIG_PATH} -p ${IDF_PATH}/examples/peripherals/usb/device/ - -recursive --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
4343
4444 # idf-build-apps find -p ${IDF_PATH}/examples/peripherals/usb/device/tusb_* -t all --manifest-files ${MANIFEST_FILE} --manifest-rootpath ${IDF_PATH}
4545 # idf-build-apps build --config-file ${CONFIG_PATH} --manifest-files ${MANIFEST_FILE}
You can’t perform that action at this time.
0 commit comments