Skip to content

Setup RIOT toolchains

Sebastian Meiling edited this page Dec 19, 2017 · 1 revision

Generic tools

  • OpenOCD flash tool
sudo apt install opened
  • Pyserial to connect to RIOT shell
sudo pip3 install pyserial

ARM-none-eabi

sudo apt install gcc-arm-none-eabi