From b490c8a48d718c94c70109e5dfc4f5d2f5a2e035 Mon Sep 17 00:00:00 2001 From: Michael Beaumont Date: Fri, 5 Mar 2021 22:37:18 +0100 Subject: Add stm32l0 with ExtiPin futures --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 069437317..31fe26476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ members = [ "embassy-traits", "embassy-nrf", "embassy-stm32f4", + "embassy-stm32l0", "embassy-nrf-examples", "embassy-stm32f4-examples", "embassy-macros", -- cgit