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

Fix missing headers leading to #include failing when pulling in hardware_irq and pico_bootrom #1956

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

aabizri
Copy link

@aabizri aabizri commented Sep 26, 2024

As suggested by @kilograham (in #1929 (comment)), add pico_runtime_init as well as pico_runtime and boot_picobin_headers to the CMakeLists.txts defining hardware_irq and pico_bootrom_headers.

While the issue initially was reported only for hardware_irq missing pico_runtime_init, the same issue affect the other mentionned.

Fixes #1929

@aabizri aabizri changed the title Fix missing headers when including hardware_irq and pico_bootrom Fix missing headers leading to #include failing when pulling in hardware_irq and pico_bootrom Oct 7, 2024
Replace `pico_runtime_init` by `pico_runtime_init_headers`

From discussion on PR raspberrypi#1956 (raspberrypi#1956 (comment))
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 this pull request may close these issues.

2 participants