This repository contains the source code for the Zephyr playground's App and subsystems.
The best place to start using this repository is by following Zephyr's Getting Started Guide and getting familiar with the Zephyr Project.
This repository assumes you have installed all of the dependencies listed on the Getting Started guide by Zephyr.
Please note this repository is compatible with the Zephyr Release 3.6.0.
mkdir -p ~/zephyrproject
cd ~/zephyrproject
west init -m [email protected]:croxel/zephyr-playground
west update
west patch
cd ~/zephyrproject/zephyr-playground
source ~/zephyrproject/zephyr/zephyr-env.sh
west build -b croxel_cx1825 app
In order to follow:
- The Coding-Style Compliance convention described in the SCM - Coding-Style+Compliance
- The Commit Structure Requirements convention described in the SCM - Commit Structure Requirements
every single developer should configure the git hooks by doing the following:
git config core.hooksPath .githooks