jamesmunns / internet-of-streams

An IoT project focused on teaching embedded, rustlang, and IoT concepts through coding streams
Apache License 2.0
150 stars 9 forks source link

Document Environment Setup #4

Open jamesmunns opened 5 years ago

jamesmunns commented 5 years ago

Matthieu P. pointed out that I haven't documented how to set up your development environment to work with this project. In particular, they pointed out:

  1. Installation of the thumbv7em-none-eabihf target
  2. Installation of JLinkGDBServer
  3. Installation of arm-none-eabi-gdb

I can probably do the following in the README:

  1. point out the embedded rust install guide
  2. point out the JLink install page (and maybe the AUR repo)