-
Notifications
You must be signed in to change notification settings - Fork 144
Add embedded_hal::serial implementation for uarte #281
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
19e332c
Add embedded_hal::serial implementation for uarte
lulf 4ed85a5
Pass TX and RX buffers to split() to ensure move of UartTx and UartRx…
lulf a45bd6f
Check that buffers are in RAM
lulf ff3defe
Implement Drop trait to ensure DMA is stopped
lulf 5da3e9b
Require DMA buffers to have static lifetime
lulf d84e1fe
Ensure write pointer is reset
lulf c333210
Avoid initiating transfer if no bytes have been written
lulf 99616c7
Fix conversion
lulf 7fef6b2
Address review comments
lulf d976137
Update nrf-hal-common/src/uarte.rs
lulf 18c8763
Move into parent module
lulf 3d78cde
Remove unneeded import
lulf 1a58c9d
Update nrf-hal-common/src/uarte.rs
lulf d0dc119
Call flush if write buffer is full
lulf 42dc2ee
Restrict serial API to read only 1 byte at a time to avoid DMA issues.
lulf 655e41b
Simplify by passing slice only
lulf d25a746
Add comment
lulf cf11f38
Require a slice of size 1 for rx_buf
lulf 8688eb6
Consistent buffer length check behavior
lulf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.