This repo is based on the lf-riot-uc-template template repository.
This demo uses the following boards:
Please follow the setup instructions in that README file. Then:
make BOARD=nucleo-f446re all
(or use gmake on macOS). Connect your board and do:
make BOARD=nucleo-f446re flash
With the HelloWorld program, the LED should start blinking.
make BOARD=nucleo-f446re term
(You should have done pip install pyserial
for this to work.)
gmake BOARD=nucleo-f446re debug
(requires installing gdb-multiarch)