forked from esp-rs/esp-hal
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up a bunch of timer code, use
heapless::Vec
instead of array …
…of options (esp-rs#313) * Fix early timeout when counter overflows * Store the correct fn pointer type * Remove wrapper around ets timer functions * Sort out timer: ets_timer, other pointer types * Use heapless::Vec to store timers * Fix and clean up npl * Fix hal_uart_init_cbs signature
- Loading branch information
Showing
11 changed files
with
256 additions
and
386 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
Oops, something went wrong.