stm32f4xx-hal 0.13.2

Peripheral access API for STM32F4 series microcontrollers
Documentation
{
  "rust.all_targets": false,
  "rust.target": "thumbv7em-none-eabihf",
  "rust.all_features": false,
  "rust.features": [
    "rtic",
    "stm32f411"
  ],
  "rust-analyzer.checkOnSave.allTargets": false,
  "rust-analyzer.checkOnSave.extraArgs": [
      "--target",
      "thumbv7em-none-eabihf"
  ],
  "rust-analyzer.cargo.features": [
    "rtic",
    "stm32f411"
  ]
}