Offical setup guide: https://gitlab.com/aruw/controls/taproot#development-guide

A guide made by a rose student: https://docs.google.com/presentation/d/1WCKfnT1pG3GdZT9Rh7dKZLlVS0-GOQzeXyLNWM2VdPk/edit?usp=sharing

Wiring ST-link

what is an st-link??TODO:

Flashing:

ctrl+shift+B

what is flashing?TODO:

Setting up Printing(Serial)

TLDR;

TODO:

TLDR;

TODO:

Fixing some random Linux No module named artifact error:

while inside MCBV2

  pip3 install pipenv
cd MCB-project
pipenv install
scons build
  

if you get this error:

  SConsEnvironmentError: No module named artifact:
  

run: (bc CRLF to LF, windows linux stuff)

  rm -rf taproot
lbuild build