-
Notifications
You must be signed in to change notification settings - Fork 223
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
bhansconnect
wants to merge
9
commits into
Rahix:main
Choose a base branch
from
bhansconnect:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update Serial #249
Commits on Feb 11, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for d34623c - Browse repository at this point
Copy the full SHA d34623cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52aaa22 - Browse repository at this point
Copy the full SHA 52aaa22View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b14a72e - Browse repository at this point
Copy the full SHA b14a72eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6083f3d - Browse repository at this point
Copy the full SHA 6083f3dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9619cb5 - Browse repository at this point
Copy the full SHA 9619cb5View commit details
Commits on Feb 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3826883 - Browse repository at this point
Copy the full SHA 3826883View commit details
Commits on Feb 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e780e5d - Browse repository at this point
Copy the full SHA e780e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66df248 - Browse repository at this point
Copy the full SHA 66df248View commit details
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef3dee1 - Browse repository at this point
Copy the full SHA ef3dee1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.