summaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDominik Boehi <dominik.boehi@gmail.com>2021-06-11 22:58:09 +0200
committerDominik Boehi <dominik.boehi@gmail.com>2021-06-12 07:06:36 +0200
commit0eab96f5735874a6edc80c5ea2c65f245f925a43 (patch)
tree583bed61d2bfc1b02f36ab72e5c03c74aedc4f39 /Cargo.example.toml
parentdef8870cbb5574a6ae53233602d1bcc9f04590ba (diff)
downloadembassy-0eab96f5735874a6edc80c5ea2c65f245f925a43.zip
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 5defac9e..d94f7e9b 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -36,6 +36,7 @@ members = [
#"examples/stm32f4",
#"examples/stm32h7",
#"examples/stm32l0",
+ #"examples/stm32wb55",
# rp2040
#"embassy-rp",