This repository is used to flash code on the CAN test board to validate data sent to the CAN bus.
The main branch should be up-to-date with the latest template code to get you guys started with writing the tests.
Getting Started:
-
To checkout a new branch open the terminal,
cdinto thecan-bouncerepository. -
While naming the branches try to follow thhe conventions. For eg. for a board's main CAN test, name it
companion_{board_name}. Once you are in thecan-bouncerepository: To create and load into a new branch usegit checkout -b ____________(where "__________" is will be the name your new branch). To load an existing branch, usegit checkout -b ____________(where "__________" is will be the name the existing branch). -
After you are done with the tests, push your branch with
git push origin __________(where____________is your branch name)