Environment Setup - ntut-rf/mcu GitHub Wiki

We'll be installing

  • GNU ARM Toolchain: for compiling programs
  • Drivers for the on-board debugger: for uploading firmware & debugging
  • GNU utilities: for automating the development process
  • OpenOCD: for uploading firmware & debugging
  • Git: for accessing the examples repository
  • A good text editor: for example
    • Atom
    • Sublime Text
    • Visual Studio Code
    • Notepad++
  • libopencm3
    • Python 2.7
    • Add python to path

Instructions