8000 zephyr: Link MicroPython with the Zephyr kernel library. by MaureenHelm · Pull Request #13328 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

zephyr: Link MicroPython with the Zephyr kernel library. #13328

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

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

MaureenHelm
Copy link
Contributor

Unlike most other Zephyr libraries, libkernel.a is not built as a whole-archive.

This change also fixes a linker error observed on nucleo_wb55rg while preparing an upgrade to Zephyr v3.5.0, caused by an undefined reference to `z_impl_k_busy_wait'.

Fixes the CI failure in #9335
https://github.com/micropython/micropython/actions/runs/6671185807/job/18132599350?pr=9335

Unlike most other Zephyr libraries, libkernel.a is not built as a
whole-archive.

This change also fixes a linker error observed on nucleo_wb55rg while
preparing an upgrade to Zephyr v3.5.0, caused by an undefined reference to
`z_impl_k_busy_wait`.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
@dpgeorge dpgeorge force-pushed the zephyr-link-kernel-library branch from 4e54bf7 to 2b0e64b Compare June 18, 2024 06:19
@dpgeorge dpgeorge merged commit 2b0e64b into micropython:master Jun 18, 2024
7 checks passed
@dpgeorge
Copy link
Member

Thank you. This looks independent to the current zephyr version, so can be merged now, without having to first resolve #9335.

@MaureenHelm MaureenHelm deleted the zephyr-link-kernel-library branch August 6, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0