-
Notifications
You must be signed in to change notification settings - Fork 222
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
[DNM] upmerge to upsteram f50054d #4
Conversation
This will fix #336 by adding deprecation warning to Jira and Confluence links as these are not used by the project anymore. Signed-off-by: Sigvart M. Hovland <[email protected]>
This commit adds a choice for the device to use for serial recovery. Signed-off-by: Emanuele Di Santo <[email protected]> Signed-off-by: Andrzej Puzdrowski <[email protected]> fixup
This commit adds a project configuration for the upcoming nrf52840_pca10059 board. Signed-off-by: Emanuele Di Santo <[email protected]> Signed-off-by: Andrzej Puzdrowski <[email protected]>
Add missing declaration of sys_clock_disable() to fix compiler warning. Signed-off-by: Emanuele Di Santo <[email protected]>
Cleanup board configuration. Signed-off-by: Emanuele Di Santo <[email protected]>
…2.6.1 Signed-off-by: Yiping Peng <[email protected]> Signed-off-by: Yiping Peng <[email protected]>
Add a hidden MCUBOOT config entry to mark a project as MCUBOOT. It is useful when other parts of the system need to be aware that they are, in fact, the bootloader. Signed-off-by: Emanuele Di Santo <[email protected]>
zephyrproject-rtos/zephyr#11180: Zephyr target was corrupted as recently zephyr's device tree started adding DT_ prefix in generated labels. This path aligns flash name macro used. Signed-off-by: Andrzej Puzdrowski <[email protected]>
Is this compatible with fw-*-zephyr ? If not, should we, and how do we, apply both patches at the same time? |
Good point - so this should wait for appropriate update in fw-zephyr. (We can merge this right after its counterpart) |
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 had started some work to get rid of the old log subystem, which is now deprecated in Zephyr and outputs a bunch of warnings when compiling MCUboot. Perhaps I could open that PR and we could include that commit too?
@lemrey open PR to https://github.com/JuulLabs-OSS/mcuboot. We can copy changes after really fast. |
This is fast forward as NCS doesn't apply internal changes so far.
New version introduces:
nrf52840_pca10059 dongle serial recovery over USB CDC ACM support
Fixed an issue that supported later versions of mbedtls than mbedtls-2.6.1
hidden MCUBOOT Kconfig entry to mark a project as MCUBOOT.
fix zephyr target: corrupted build after zephyr scripts: dts: Use DT_ prefix in generated labels zephyrproject-rtos/zephyr#11180
other minor changes
go after nrfconnect/sdk-zephyr#46