...
This is from the project controller_board_blinking_leds
, which you can find here: https://github.com/uw-midsun/firmware_xiv/blob/master/projects/controller_board_blinking_leds/src/main.c . Don’t worry too much about the details, I just want to point out the main building blocks. This is an example project, but there’s some patterns we always follow.
...
When working remotely, hardware testing will occur by either asking a hardware member to flash your code and then telling you the results, or by video calling and debugging the project together.
To test over virtualbox, the command make test PROJECT=<project> PLATFORM=x86
can be used to run the specific test.
GitHub and JIRA process
JIRA
...