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

[Backport v3.7-branch] soc: arm: nxp: fix USB w/ SPEED_OPTIMIZATIONS #78589

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

zephyrbot
Copy link
Collaborator

@zephyrbot zephyrbot commented Sep 17, 2024

Backport f86f98f from #78377.

Fixes #78268

Fix USB w/ SPEED_OPTIMIZATIONS for LPC55xxx SoCs
Root cause was non-volatile register access,
which could get optimized by the compiler
(by -fschedule-insns, specifically)

Signed-off-by: Maxime Vincent <[email protected]>
(cherry picked from commit f86f98f)
@danieldegrasse danieldegrasse linked an issue Sep 19, 2024 that may be closed by this pull request
@henrikbrixandersen henrikbrixandersen added this to the v3.7.1 milestone Sep 20, 2024
@henrikbrixandersen henrikbrixandersen added the area: USB Universal Serial Bus label Sep 20, 2024
@nashif nashif merged commit f2ef1c8 into v3.7-branch Sep 23, 2024
30 of 31 checks passed
@nashif nashif deleted the backport-78377-to-v3.7-branch branch September 23, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: USB Universal Serial Bus Backport Backport PR and backport failure issues platform: NXP NXP
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

LPC55xx USB not working with SPEED_OPTIMIZATIONS=y
6 participants