diff options
| author | xoviat <[email protected]> | 2020-12-29 19:10:47 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2020-12-29 19:10:47 -0600 |
| commit | 53c2829eb17a233f848e64162d16491d18d7bafa (patch) | |
| tree | 92e9301ab561d5ce6166d2ebc6000f4898a1cec1 /Cargo.toml | |
| parent | 74b5d4693c91c23d0c2b75f213323ba1fc4d8bce (diff) | |
add dma example; rename uarte
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e1a1c34b5..be98b26f6 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
| @@ -6,6 +6,7 @@ members = [ | |||
| 6 | "embassy-stm32f4", | 6 | "embassy-stm32f4", |
| 7 | "embassy-macros", | 7 | "embassy-macros", |
| 8 | "examples", | 8 | "examples", |
| 9 | "examples-stm32f4", | ||
| 9 | ] | 10 | ] |
| 10 | 11 | ||
| 11 | exclude = [ | 12 | exclude = [ |
