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

Update Serial #249

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Update Serial #249

wants to merge 9 commits into from

Commits on Feb 11, 2022

  1. Clear UDRE when setting UCSR A

    This is suggested in the atmega328p manual and theoretically applies to other AVR boards.
    It is for future compatibility.
    bhansconnect committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d34623c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52aaa22 View commit details
    Browse the repository at this point in the history
  3. Add modified atomic_polyfill and heapless::spsc

    These currently don't work on AVR and won't be able to work on AVR until rust updates AVR asm.
    As a work around, manually implement them.
    bhansconnect committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    b14a72e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6083f3d View commit details
    Browse the repository at this point in the history
  5. Add robust serial example for Arduino Uno

    This is based off of how the Arduino C++ library does serial.
    It uses interrupts and buffers to avoid missing data.
    bhansconnect committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9619cb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

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

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    e780e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66df248 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

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