Created scripting around building the project, flashing the device, and generating release binaries. CI uses these scripts to determine if the PR/commit is green.
# building
sudo make build
# flashing
sudo make flash
# flashing, optionally provide the following args
sudo make flash PORT=<port> RESET_SCRIPTS_DURING_FLASH=<true/false>
# Generate release binary
sudo make generate_img
Created scripting around building the project, flashing the device, and generating release binaries. CI uses these scripts to determine if the PR/commit is green.