From d27b06341830506b2f41390fde9e617a81929c43 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Mon, 31 Jul 2023 10:59:16 +0200 Subject: [PATCH] README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79b3254..6b26f26 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ docker run -it -v zephyr:/workdir --rm zephyr-config 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.