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

SPI RX/TX DMA and move to embedded-dma (continuation of #165) #230

Merged
merged 12 commits into from
Jun 20, 2021
Merged

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    239e790 View commit details
    Browse the repository at this point in the history
  2. move around character match

    Signed-off-by: Leah <github.leah@hrmny.sh>
    ForsakenHarmony authored and korken89 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    48150f3 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    korken89 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    12bf98d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec73c4e View commit details
    Browse the repository at this point in the history
  5. SPI DMA RX/TX example

    korken89 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    fc59268 View commit details
    Browse the repository at this point in the history
  6. Moved DMA setup to when the DMA object is made

    As it is a one-time setup, it does not make sense to re-setup the entire
    DMA engine, when it's enough to setup the buffer's address and length.
    korken89 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    5b9a63c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b4daf2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07b82b0 View commit details
    Browse the repository at this point in the history
  9. Alignment with RM

    korken89 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1aacc2c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    07877a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    32748c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Silence warnings

    korken89 committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    ebb37d6 View commit details
    Browse the repository at this point in the history