Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)

This commit is contained in:
Mariusz Ryndzionek
2021-09-26 17:08:22 +02:00
parent 1650983e46
commit bce909ec1e
14 changed files with 573 additions and 20 deletions

View File

@ -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",