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

Cleanup I2C / GPIO / DMA / I2S drivers #16

Merged
merged 8 commits into from
Nov 29, 2023
Merged

Cleanup I2C / GPIO / DMA / I2S drivers #16

merged 8 commits into from
Nov 29, 2023

Conversation

coolstar
Copy link
Collaborator

@coolstar coolstar commented Nov 29, 2023

  • Use x_REGISTER_NOFENCE_ULONG instead of raw memory accesses
  • Use built-in _BitScanForward to use the CPU instruction rather than an implementation of _ffs in DMA driver
  • Cleanup duplicate register reads from DMA driver
  • Disable WPP tracing in DMA and I2C drivers
  • Cleanup DriverVer in inf's

@coolstar coolstar merged commit 7d9269c into master Nov 29, 2023
2 checks passed
@coolstar coolstar deleted the cleanup branch November 30, 2023 20:29
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.

2 participants