-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Force inline critical_section_{enter,exit} #2393
Force inline critical_section_{enter,exit} #2393
Conversation
Bazel CI checks are failing with:
https://github.com/search?q=repo%3Araspberrypi%2Fpico-sdk%20__force_inline&type=code shows a mix of |
I'm pretty sure Bazel can't see the Adding pico_platform_compiler as a special-case thing that can be directly referenced from common should fix this. Or I can reduce the scope of the Bazel host build to work around this if needed. I can get a diff sent over tomorrow. |
yeah; i'll fix that in the |
don't seem to be able to push to your PR, so added this here #2396 I'm fine with the |
Want me to merge in the #2396 changes? |
nah, i have merged it into develop, and re-kicked off CI for this branch |
Otherwise it may end up in flash when we want it to follow the caller's placement (maybe in RAM.)
febd369
to
6b0bb0a
Compare
Ok, I rebased it on develop and squashed the three commits. Hopefully it'll pass now |
Otherwise it may end up in flash when we want it to follow the caller's placement (maybe in RAM.)