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

UART EasyDMA example #272

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 30, 2020

  1. uarte0 example working

    Jesse committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d5ec82e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. use rust slice semantics

    use one buffer instead of two and use rust slice semantics to get a single item slice
    Jesse committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    14d90f9 View commit details
    Browse the repository at this point in the history
  2. use rprint instead of rprintln

    Jesse committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    51f25b8 View commit details
    Browse the repository at this point in the history