Added .gitignore and LICENSE and updated README.md

This commit is contained in:
2020-05-19 13:43:55 +02:00
parent 9c874c5573
commit 3218fd22ec
3 changed files with 680 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
```
git clone --recursive git@github.com:bobbycar-graz/bobbycar-controller-firmware.git
cd bobbycar-controller-firmware/
cmake -DCMAKE_BUILD_TYPE=Release
cmake -DCMAKE_BUILD_TYPE=Release .
make unlock0 # needed only once per board
make flash
```