aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichael Beaumont <[email protected]>2021-03-05 22:37:18 +0100
committerMichael Beaumont <[email protected]>2021-03-09 11:00:02 +0100
commitb490c8a48d718c94c70109e5dfc4f5d2f5a2e035 (patch)
tree82fb551c56287a15e6c042a211430fd703b7eaa2 /Cargo.toml
parent16e00669aeae310451adbd1773db29cc70c9dc5f (diff)
Add stm32l0 with ExtiPin futures
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 069437317..31fe26476 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ members = [
5 "embassy-traits", 5 "embassy-traits",
6 "embassy-nrf", 6 "embassy-nrf",
7 "embassy-stm32f4", 7 "embassy-stm32f4",
8 "embassy-stm32l0",
8 "embassy-nrf-examples", 9 "embassy-nrf-examples",
9 "embassy-stm32f4-examples", 10 "embassy-stm32f4-examples",
10 "embassy-macros", 11 "embassy-macros",