aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-12 16:33:40 +0200
committerGitHub <[email protected]>2021-06-12 16:33:40 +0200
commit97e2f1066527975c7e7f79b2f112317c20396da0 (patch)
treecb87bbe52fa58bee67622fabdd3380f2d9317b50 /Cargo.example.toml
parent3353f59a431828083402126752da53294444f14c (diff)
parentb82e2627aab7e220c957685a11e8d304c6af44e9 (diff)
Merge pull request #242 from Tiwalun/stm32wb55-metapac
Initial support and example for STM32WB55
Diffstat (limited to 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index 5defac9e5..d94f7e9bb 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -36,6 +36,7 @@ members = [
36 #"examples/stm32f4", 36 #"examples/stm32f4",
37 #"examples/stm32h7", 37 #"examples/stm32h7",
38 #"examples/stm32l0", 38 #"examples/stm32l0",
39 #"examples/stm32wb55",
39 40
40 # rp2040 41 # rp2040
41 #"embassy-rp", 42 #"embassy-rp",