-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make esp32c3 examples run from flash / flashable * use gpio3 for blinky * direct boot in Cargo.toml * have a shared gpio impl * use PACs from their original locations again
- Loading branch information
Showing
21 changed files
with
1,754 additions
and
871 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
"rust-analyzer.cargo.features": [ | ||
"esp32c3" | ||
], | ||
"editor.formatOnSave": true, | ||
"rust-analyzer.checkOnSave.allTargets": false | ||
} | ||
} |
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 |
---|---|---|
|
@@ -4,5 +4,5 @@ members = [ | |
"esp32-hal", | ||
"esp32c3-hal", | ||
"esp32s2-hal", | ||
"esp32s3-hal", | ||
"esp32s3-hal" | ||
] |
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.