-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable test on ESP32 * Enable module on ESP32 * Add ESP32 signal map * Change pins * Remove unknown signals * Return to low level in test * Fix bitlength * Merge enable and reset * Impl debug traits on DMA flags * Disallow mods 0 and 2 * Docs tweaks * Changelog * Undo wait change
- Loading branch information
Showing
6 changed files
with
290 additions
and
305 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
use crate::dma::DmaError; | ||
|
||
pub mod master; | ||
#[cfg(not(esp32))] | ||
pub mod slave; | ||
|
||
/// SPI errors | ||
|
Oops, something went wrong.