-
Couldn't load subscription status.
- Fork 34
ci: Enable preview target builds #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@tore-espressif FYI, if you are wandering why did build of UVC example failed after updating |
b529c66 to
bea3ce4
Compare
|
H4 builds are not correctly generated. Although it works locally. Marking as draft for now |
| idf-build-apps find --config-file ${CONFIG_PATH} --manifest-file ${MANIFEST_PATH} | ||
| idf-build-apps build --config-file ${CONFIG_PATH} --manifest-file ${MANIFEST_PATH} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| idf-build-apps build -vv --config-file ${CONFIG_PATH} --manifest-file ${MANIFEST_PATH} |
the find command here is unneeded, and try debug mode to see why it happens.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hfudev Thanks for taking a look. I use the find command to catch bugs exactly as this one. Without the find command I would not have noticed that the H4 target is missing.
I will try with -vv thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
H4 was added to the list, but no app was selected https://github.com/espressif/esp-usb/actions/runs/18557342763/job/52897863877?pr=296#step:4:2274
On latest esp-idf/master H4 has already defined SOC_USB_OTG_SUPPORTED 1. Could is idf-build-apps using the latest soc_caps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the soc is dynamically parsed from IDF_PATH. could you make sure the latest idf docker image contains the correct soc.h files you need?
This will enable ESP32-H4 builds on esp-idf/master.
75e3905 to
d662b6d
Compare
This will enable ESP32-H4 builds on esp-idf/master.