rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
809 stars 167 forks source link

Update quickstart tutorial instructions. #24

Closed akovacs closed 5 years ago

akovacs commented 6 years ago
  1. Add udev rule to access USB ST-LINK from OpenOCD as non-root user.
  2. Add runnable OpenOCD launch command for STM32F3-Discovery board.
  3. Add cargo-edit as a required dependency since the instructions include the cargo add subcommand.
Emilgardis commented 6 years ago

cargo-edit is not a required dependency, I would much better have the code block where it is used to be annotated with

cargo add comes from the cargo-edit binary, you can install it with cargo install cargo-edit

akovacs commented 6 years ago

I've removed cargo-edit as a required dependency and added a comment clarifying that cargo-edit provides the cargo add subcommand.

mathk commented 5 years ago

Ping from triage: This change seems quite outdated. @rust-embedded/cortex-m. Can we confirm that?

korken89 commented 5 years ago

This is indeed outdated, lets close this for now.

@akovacs, if you see something you want to fix again, please open another PR. I'm very sorry for the delay in handling this PR.