aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-09 23:12:44 +0200
committerGitHub <[email protected]>2021-06-09 23:12:44 +0200
commit08bd140c6de80453b76d95c4beb3799105a510ac (patch)
tree2b51fe2c840d9824774ef61fbdf598af74fd902f /Cargo.example.toml
parent3d16e922d5fc87453f9c8eb43c6414b959e3da80 (diff)
parent1a51fd0453e21b1dd0dd653598d1a66a0de79ed7 (diff)
Merge pull request #238 from lulf/add-stm32l0-examples
Add stm32l0 examples
Diffstat (limited to 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index 38b1057f5..5defac9e5 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -34,6 +34,8 @@ members = [
34 #"stm32-metapac", 34 #"stm32-metapac",
35 # uncomment ONLY ONE example crate. 35 # uncomment ONLY ONE example crate.
36 #"examples/stm32f4", 36 #"examples/stm32f4",
37 #"examples/stm32h7",
38 #"examples/stm32l0",
37 39
38 # rp2040 40 # rp2040
39 #"embassy-rp", 41 #"embassy-rp",