-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UART: Remove blocking version of
read_bytes
and rename drain_fifo
…
… to `read_bytes` instead (#2895) * Remove `read_bytes` function, rename `drain_fifo` to `read_bytes` * Update migration guide * Update `CHANGELOG.md` * Use `crate::interrupt::free` in `read_byte` * Fix HIL test * Only use `crate::interrupt:free` for ESP32
- Loading branch information
1 parent
5cd0d6f
commit 2a4e58a
Showing
4 changed files
with
28 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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