.gitea/workflows | ||
data | ||
Dockerfile | ||
README.md | ||
script.sh |
Zephyr configurator
Run
docker build . -t zephyr-config
docker volume create --driver local --name zephyr --opt type=none --opt device=$HOME/zephyrproject --opt o=uid=root,gid=root --opt o=bind
docker run -it -v zephyr:/workdir --rm zephyr-config
Developing
- Create the zephyr workspace if you are running the container for the first time by using the first option in the menu
- Create a new project by selecting the second option
- Open the
$HOME/zephyrproject/app
directory in your IDE. The source code is located in thesrc
subdirectory. - Build and flash the project using the options 4 and 5.