issues
search
stm32-rs
/
stm32f407g-disc
Rust BSP crate for the STM32F4DISCOVERY (STM32F407G-DISC) development board
BSD Zero Clause License
43
stars
14
forks
source link
Added a runner for newer Ubuntu
#28
Closed
mirao
closed
1 year ago
mirao
commented
2 years ago
Added a runner for newer Ubuntu: See
https://docs.rust-embedded.org/book/intro/install/linux.html
. Still the existing runner is default one.
Added the extension TOML to Cargo config. It's a preferred form since Rust 1.39, see
https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
. It also allows automatic highlighting in VSCode (
https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml
):
jounathaen
commented
1 year ago
Thank you for your contribution!