Development board: nucleo_f767zi
- Follow the instructions at: https://docs.zephyrproject.org/latest/getting_started/index.html
- Checkout the project to e.g.
${HOME}/Projects/
- Open a new terminal in the project root folder and execute the following actions:
cmake -GNinja -Bbuild -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBOARD=nucleo_f767zi .
cd build && ninja