-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Extend ESP image load header #83611
Merged
kartben
merged 2 commits into
zephyrproject-rtos:main
from
marekmatej:bugfix/esp_header_extend
Jan 13, 2025
Merged
Extend ESP image load header #83611
kartben
merged 2 commits into
zephyrproject-rtos:main
from
marekmatej:bugfix/esp_header_extend
Jan 13, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
zephyrbot
added
manifest
manifest-hal_espressif
DNM
This PR should not be merged (Do Not Merge)
labels
Jan 6, 2025
marekmatej
force-pushed
the
bugfix/esp_header_extend
branch
from
January 6, 2025 22:27
5a41b59
to
d92e47a
Compare
marekmatej
requested review from
sylvioalves,
LucasTambor,
raffarost,
wmrsouza and
kartben
January 6, 2025 22:29
marekmatej
force-pushed
the
bugfix/esp_header_extend
branch
from
January 7, 2025 13:38
d92e47a
to
26f963b
Compare
marekmatej
force-pushed
the
bugfix/esp_header_extend
branch
from
January 8, 2025 13:03
26f963b
to
e1c6ebe
Compare
sylvioalves
previously approved these changes
Jan 8, 2025
raffarost
previously approved these changes
Jan 8, 2025
wmrsouza
previously approved these changes
Jan 8, 2025
uLipe
previously approved these changes
Jan 8, 2025
Use newest version to support latest features and bugfixes. Signed-off-by: Marek Matej <marek.matej@espressif.com>
marekmatej
dismissed stale reviews from uLipe, wmrsouza, raffarost, and sylvioalves
via
January 13, 2025 12:31
bd435f0
marekmatej
force-pushed
the
bugfix/esp_header_extend
branch
from
January 13, 2025 12:31
e1c6ebe
to
bd435f0
Compare
sylvioalves
reviewed
Jan 13, 2025
Add new fields to the `esp_image_load_header_t` * provide IROM and DROM fields to fix debugging features * extend the header to up to 96 Bytes for future use Signed-off-by: Marek Matej <marek.matej@espressif.com>
marekmatej
force-pushed
the
bugfix/esp_header_extend
branch
from
January 13, 2025 13:04
bd435f0
to
97ab279
Compare
sylvioalves
approved these changes
Jan 13, 2025
raffarost
approved these changes
Jan 13, 2025
LucasTambor
approved these changes
Jan 13, 2025
uLipe
approved these changes
Jan 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extend the ESP program image header to cover new features and fix the debugging issues.