-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Update esptool v5 as a package #92894
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
Update esptool v5 as a package #92894
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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.
I thought you said you were going to add this dependency in the hal_espressif module?
Something like https://github.com/zephyrproject-rtos/nanopb/blob/master/zephyr/module.yml#L5-L8
The current esptool-5.0.0 has a bug that affects some Zephyr builds; therefore, we need to wait for the fix, which will be released as |
f86d481
to
89cd47f
Compare
89cd47f
to
3ad522b
Compare
4e3ece3
to
3d91227
Compare
3d91227
to
cbc787e
Compare
cbc787e
to
3db76b7
Compare
* Brings changes in how esptool is istalled in the environment. * Update bluetooth and C2 support files. Signed-off-by: Marek Matej <marek.matej@espressif.com>
5bd87dc
3db76b7
to
5bd87dc
Compare
Updated twister.yaml workflow to fetch esptool for the CI. Fix format of the arguments used in the esptool-5.0.2. Check that esptool is available on build time. Update runners for esp32. Signed-off-by: Marek Matej <marek.matej@espressif.com>
5bd87dc
to
9c533c6
Compare
|
This PR brings the changes in how the esptool is installed in the system. Instead of hard-copy in the hal/espressif, it put the esptool on the list of required packages. This reflects the new esptool v5.0.0, which comes with several breaking changes.