Initial support for STM32F767ZI.

This commit is contained in:
Matous Hybl
2021-10-19 15:36:41 +02:00
committed by Dario Nieuwenhuis
parent 7cb34760c4
commit 015cad84dd
24 changed files with 712 additions and 7 deletions

View File

@ -1,5 +1,6 @@
#![macro_use]
#[cfg_attr(dac_v1, path = "v1.rs")]
#[cfg_attr(dac_v2, path = "v2.rs")]
mod _version;
use crate::gpio::NoPin;

View File

@ -0,0 +1 @@