Skip to content

Fix incorrect flexspi error handling#537

Merged
kurtjd merged 1 commit intoOpenDevicePartnership:mainfrom
kurtjd:flexspi-fix
Jan 6, 2026
Merged

Fix incorrect flexspi error handling#537
kurtjd merged 1 commit intoOpenDevicePartnership:mainfrom
kurtjd:flexspi-fix

Conversation

@kurtjd
Copy link
Contributor

@kurtjd kurtjd commented Jan 6, 2026

I had mistakenly thought program_lut always requires a Some(data_bytes) but looking at it again it only needs Some(data_bytes) in the case of Some(transfertype).

Because of my mistaken assumption, I was returning an error early from send_command when I shouldn't have, so this PR fixes it so we don't do that.

@kurtjd kurtjd requested a review from bramsdell-ms January 6, 2026 22:09
@kurtjd kurtjd self-assigned this Jan 6, 2026
@kurtjd kurtjd requested a review from a team as a code owner January 6, 2026 22:09
@kurtjd kurtjd added the bug Something isn't working label Jan 6, 2026
@kurtjd kurtjd moved this to In review in Embedded Controller Jan 6, 2026
tullom
tullom previously approved these changes Jan 6, 2026
Copy link
Contributor

@tullom tullom left a comment

Choose a reason for hiding this comment

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

Looks good, just one nonblocking comment

@kurtjd kurtjd merged commit 1a3b177 into OpenDevicePartnership:main Jan 6, 2026
11 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in Embedded Controller Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants