H4CK3R-01 52ef36f378
Some checks failed
Build & Publish / build (push) Failing after 1m45s
Added entwicklungsleitfaden
2023-08-07 14:12:32 +02:00
2023-07-31 10:51:22 +02:00
2023-08-04 10:27:09 +02:00
2023-08-07 14:12:32 +02:00
2023-08-04 10:27:09 +02:00
2023-08-03 15:06:18 +02:00
2023-07-31 11:34:27 +02:00
2023-08-04 10:27:09 +02:00

Zephyr configurator

Run

[Optional] Build manually

docker build . -t git.flokaiser.com/h4ck3r-01/zephyr-configurator

Create volume and run

Creating the volume is needed due to permission problems on some systems.

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 git.flokaiser.com/h4ck3r-01/zephyr-configurator 

Developing

  1. Create the zephyr workspace if you are running the container for the first time by using the first option in the menu
  2. Create a new project by selecting the second option
  3. Open the $HOME/zephyrproject/app directory in your IDE. The source code is located in the src subdirectory.
  4. Build and flash the project using the options 4 and 5.

If you want to compile zepyhr for another plattform you have to clear the build directory first.

Description
No description provided
Readme 226 KiB
Languages
Shell 76.6%
C 19.6%
CMake 2.3%
Dockerfile 1.5%