summaryrefslogtreecommitdiff
path: root/stm32-gen-features
diff options
context:
space:
mode:
authorMariusz Ryndzionek <mryndzionek@gmail.com>2021-09-26 17:08:22 +0200
committerMariusz Ryndzionek <mryndzionek@gmail.com>2021-09-28 18:31:04 +0200
commitbce909ec1eea95f93a6887aae5aa0b37d953ec85 (patch)
treed22557144ceab9172e8b1d4784fab870d48b9816 /stm32-gen-features
parent1650983e463e5f237d68957b0de1537f807cbc63 (diff)
downloadembassy-bce909ec1eea95f93a6887aae5aa0b37d953ec85.zip
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Diffstat (limited to 'stm32-gen-features')
-rw-r--r--stm32-gen-features/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/stm32-gen-features/src/lib.rs b/stm32-gen-features/src/lib.rs
index 75eb7d75..426984cb 100644
--- a/stm32-gen-features/src/lib.rs
+++ b/stm32-gen-features/src/lib.rs
@@ -2,8 +2,9 @@
use std::{iter::FilterMap, path::Path, slice::Iter};
-const SUPPORTED_FAMILIES: [&str; 9] = [
+const SUPPORTED_FAMILIES: [&str; 10] = [
"stm32f0",
+ "stm32f1",
"stm32f4",
"stm32g0",
"stm32l0",