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

Add DMA support for SPI master mode #265

Merged
merged 6 commits into from Aug 5, 2020
Merged

Add DMA support for SPI master mode #265

merged 6 commits into from Aug 5, 2020

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    f432290 View commit details
    Browse the repository at this point in the history
  2. Specify SPI DMA channels

    hannobraun committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    80b4db9 View commit details
    Browse the repository at this point in the history
  3. Refactor

    hannobraun committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    ed80d01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc7ec39 View commit details
    Browse the repository at this point in the history
  5. Add support for SPI transactions via DMA

    This required adding some additional infrastructure that is distinct
    from the DMA infrastructure used by other peripherals, as SPI can send
    and receive at the same time, using the same buffer.
    hannobraun committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    70f7321 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f6efb8 View commit details
    Browse the repository at this point in the history