Merge branch 'main' into v4-optional

This commit is contained in:
Dario Nieuwenhuis
2023-06-08 19:38:15 +02:00
90 changed files with 1468 additions and 979 deletions

View File

@ -1,9 +1,8 @@
//! adapted from https://github.com/stm32-rs/stm32f7xx-hal/blob/master/build.rs
use std::env;
use std::fs::File;
use std::io::prelude::*;
use std::io::{self};
use std::path::PathBuf;
use std::{env, io};
#[derive(Debug)]
enum Error {