Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Environment Setup

Shih En edited this page Apr 21, 2018 · 3 revisions

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

Clone this wiki locally