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

Switch to pico-sdk style interrupt names. #9520

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Aug 13, 2024

CMSIS-style is broken in pico-sdk 2.0.0.

config_autogen is less used in SDK 2.0.0 so remove everything but the rename_exceptions header. It is guarded internally by LIB_CMSIS_CORE so we can leave it.

Fixes #9517

CMSIS-style is broken in pico-sdk 2.0.0.

Fixes micropython#9517
@tannewt tannewt requested a review from dhalbert August 13, 2024 22:25
@todbot todbot mentioned this pull request Aug 13, 2024
@dhalbert
Copy link
Collaborator

lotsa failures due to #if !PICO_NO_HARDWARE, with PICO_NO_HARDWARE not defined.

@tannewt
Copy link
Member Author

tannewt commented Aug 14, 2024

Ok @dhalbert. Now it builds

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great -- thanks!

@dhalbert dhalbert merged commit 26f682d into adafruit:main Aug 14, 2024
126 checks passed
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.

RP2350 Audio crashes
2 participants