stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
115 stars 67 forks source link

Add config for VSCode rust-analyzer #189

Closed maximeborges closed 2 years ago

maximeborges commented 2 years ago

rust-analyzer on VSCode requires selecting a MCU feature to run.

This PR adds a default config with some info in the README to tell user to change it.

maximeborges commented 2 years ago

It looks like having the file in .gitignore doesn't change anything if it's tracked by git anyway. I propose to remove it so the .gitignore file stays as clean as possible related to what files are actually tracked.