Skip to content
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

Remove force interrupt enabling for Zephyr #302

Closed
carlescufi opened this issue Jun 18, 2018 · 6 comments · Fixed by #1013
Closed

Remove force interrupt enabling for Zephyr #302

carlescufi opened this issue Jun 18, 2018 · 6 comments · Fixed by #1013
Assignees

Comments

@carlescufi
Copy link
Collaborator

carlescufi commented Jun 18, 2018

In boot/zephyr/serial_adapter.c we are currently enabling interrupts due to an issue in the upstream Zephyr: zephyrproject-rtos/zephyr#8393. Remove that once the upstream issue is fixed.

@carlescufi
Copy link
Collaborator Author

CC @nvlsianpu

@sigvartmh
Copy link
Contributor

Can this be removed as zephyrproject-rtos/zephyr#9668 is merged?

@carlescufi
Copy link
Collaborator Author

No, because it was reverted here: zephyrproject-rtos/zephyr#9829

@sigvartmh
Copy link
Contributor

I see.

@d3zd3z
Copy link
Member

d3zd3z commented Dec 2, 2019

Any status updates here? Do we need to push a fix into Zephyr?

@carlescufi
Copy link
Collaborator Author

@d3zd3z we need the equivalent of zephyrproject-rtos/zephyr#9668, which was merged but then reverted

carlescufi added a commit to carlescufi/mcuboot that referenced this issue May 19, 2021
The following commit in Zephyr removed the need to unlock interrupts
when booting in single-threaded mode:
zephyrproject-rtos/zephyr@3b89cf1

Remove the now obsolete lines.

Fixes mcu-tools#302.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
nvlsianpu pushed a commit that referenced this issue May 20, 2021
The following commit in Zephyr removed the need to unlock interrupts
when booting in single-threaded mode:
zephyrproject-rtos/zephyr@3b89cf1

Remove the now obsolete lines.

Fixes #302.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants