forked from esp-rs/esp-hal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt at async RMT with buffer refilling, building on esp-rs#787
Trying to address the 64 symbol limit in esp-rs#1779. Having troubles, I tried disabling the interrupts so it just polls the device, but the transmission never actually starts until I reset the controller.
- Loading branch information
1 parent
170bc16
commit d345381
Showing
2 changed files
with
158 additions
and
35 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