-
Notifications
You must be signed in to change notification settings - Fork 7.7k
modules: Add Kconfigs for bootloader requests #93669
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: main
Are you sure you want to change the base?
modules: Add Kconfigs for bootloader requests #93669
Conversation
04fb1f6
to
c3412ef
Compare
modules/Kconfig.mcuboot
Outdated
zephyr,retention driver as the memory area to store and read from the | ||
bootloader requests. | ||
The built-in prefix property should be used to indicate the request | ||
structure version to ensure compatibility betwee the bootloader and |
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.
s/betwee/between/
c3412ef
to
f0fe3aa
Compare
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.
documentation is needed on what this does because as a maintainer on 3 things touched here, I have absolutely no clue what any of this is meant to do, preferably as an RFC opened under issues
I'd love to touch a single thing, if possible. The thing is that both the main CMake as well as the main Kconfig file is redirected from the mcuboot project into zephyr project, making it impossible to enclose everything inside the MCUboot repo. To my understating of the module structure - this should be documented inside the Zephyr's port of MCUboot page. Could you point me to this file? The reasoning behind this change is expressed in the MCUboot PR, but sure, I can copy it as many times as you need. |
Add Kconfig options for bootloader requests module. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
f0fe3aa
to
3b9fe20
Compare
|
Add Kconfig options for bootloader requests module.