aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2020-12-29 19:10:47 -0600
committerxoviat <[email protected]>2020-12-29 19:10:47 -0600
commit53c2829eb17a233f848e64162d16491d18d7bafa (patch)
tree92e9301ab561d5ce6166d2ebc6000f4898a1cec1 /Cargo.toml
parent74b5d4693c91c23d0c2b75f213323ba1fc4d8bce (diff)
add dma example; rename uarte
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
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
11exclude = [ 12exclude = [