platformio / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9 stars 11 forks source link

Feature request: Support for an arbitraty path to Zephyr project files #14

Open prayassamriya opened 2 years ago

prayassamriya commented 2 years ago

when using zephyr OS based project on platform IO, platform IO expects cmakelist to be part of zephyr folder in the project folder. how can I instruct pio to use the cmakelist available in the project folder directly. I have observed that when if I delete this folder, pio automatically creates it before building. as far as I understand, this is mandatory as mentioned here - https://community.platformio.org/t/how-to-get-rid-of-zephyr-folder-created-automatically-by-platform-io/25157 request you to allow the option to set the root cmake list path or anything additional that is pio searching in zephyr folder.

ivankravets commented 2 years ago

@valeros please help. Is this issue related to the IDE?