-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ground work for async dma (gdma only atm) * Add async DMA (GDMA) - esp32c3/esp32c2 * Add Async SPI impl for esp32c3/c2 * Remove private modules from DMA * add async spi example for esp32c3 * Switch to assoc wakers instead of a static array * add support for esp32/esp32s2 * add support for esp32s3 * run fmt * add c2 example, fix CI * Remove redundant comments
- Loading branch information
Showing
17 changed files
with
1,816 additions
and
502 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
Oops, something went wrong.