git clone git@github.com:sengulhamza/ticcxx_cmake.git
cd ticcxx_cmake
./build.shBuild script commands:
./build.sh -f Deletes old build directory and builds project from start.
./build.sh -b Sends make command to build folder.
./build.sh -fb -f -b commands runs together. Shortly, clean build.
https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
srcis the main application source directory.src/appfor application related code files.src/drvfor driver code files. ie: i2c_master, uart, rf
- Before create a new branch follow the below flow
git checkout master
git pull
git checkout -b feature/branch-name- If your commit fixing a bug branch name will be like
bugfix/branch-name - Before push your commit, run
code-format.shand write a clear and concise explanation with -m option