-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
soc: espressif: Simple boot validity #78478
Merged
nashif
merged 2 commits into
zephyrproject-rtos:main
from
marekmatej:bugfix/simple_boot_validity
Sep 19, 2024
Merged
soc: espressif: Simple boot validity #78478
nashif
merged 2 commits into
zephyrproject-rtos:main
from
marekmatej:bugfix/simple_boot_validity
Sep 19, 2024
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
josuah
added
platform: ESP32
Espressif ESP32
area: Kconfig
size: XS
A PR changing only a single line of code
labels
Sep 16, 2024
marekmatej
force-pushed
the
bugfix/simple_boot_validity
branch
from
September 16, 2024 17:09
a4b0886
to
8777273
Compare
The following west manifest projects have been modified in this Pull Request:
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
Sep 16, 2024
zephyrbot
requested review from
LucasTambor,
raffarost,
sylvioalves,
uLipe and
wmrsouza
September 17, 2024 17:16
uLipe
previously approved these changes
Sep 17, 2024
marekmatej
force-pushed
the
bugfix/simple_boot_validity
branch
from
September 17, 2024 18:42
8777273
to
bc240b6
Compare
Update hal_espressif. Signed-off-by: Marek Matej <marek.matej@espressif.com>
Update CONFIG_ESP_SIMPLE_BOOT to exclude if CONFIG_MCUBOOT=y Fix usage of the config according to actual definition. Signed-off-by: Marek Matej <marek.matej@espressif.com>
marekmatej
force-pushed
the
bugfix/simple_boot_validity
branch
from
September 17, 2024 21:43
bc240b6
to
2b4991b
Compare
sylvioalves
approved these changes
Sep 18, 2024
LucasTambor
approved these changes
Sep 18, 2024
@carlescufi can you ptal? |
uLipe
approved these changes
Sep 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Kconfig
manifest
manifest-hal_espressif
platform: ESP32
Espressif ESP32
size: XS
A PR changing only a single line of code
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.
Fix the condition which defines the simple boot validity.