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

pico_flash stops including certain unneeded headers #1699

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

jaguilar
Copy link
Contributor

@jaguilar jaguilar commented May 7, 2024

Fixes #1698

@kilograham
Copy link
Contributor

Yeah, we have kitchen_sink test already which pulls in all libraries to make sure they compile, so pls remove the new test

@kilograham kilograham added this to the 1.5.2 milestone May 19, 2024
@jaguilar
Copy link
Contributor Author

jaguilar commented May 19, 2024

@kilograham kitchen_sink_test is already building without my change, however, the test I'm adding is not. I'm still happy to remove it, but I think kitchen_sink_test is hiding the bug by pulling in hardware_exception as a separate dependency. Just wanted to reconfirm that you want it removed even though we have no coverage of the underlying issue already.

@kilograham
Copy link
Contributor

ah good point, but yeah, i think remove it... we should add a separate (hopefully automated) check of each library

@jaguilar jaguilar changed the title pico_flash depends on hardware_exception pico_flash stops including certain unneeded headers May 20, 2024
@jaguilar
Copy link
Contributor Author

jaguilar commented May 20, 2024

Updated the state to just remove those three includes. Thank you for taking the time to review.

@kilograham kilograham merged commit e84eedf into raspberrypi:develop Jun 5, 2024
1 check passed
@jaguilar jaguilar deleted the develop branch June 5, 2024 03:24
peterharperuk added a commit to peterharperuk/pico-sdk that referenced this pull request Jun 10, 2024
hardware/flash.h has been removed from pico/flash.h in the fix
for raspberrypi#1699. This breaks btstack compilation. Let's fix it.
kilograham pushed a commit that referenced this pull request Jun 10, 2024
hardware/flash.h has been removed from pico/flash.h in the fix
for #1699. This breaks btstack compilation. Let's fix it.
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