Replies: 1 comment 1 reply
-
I think West is designed to support only one application. An application in this context means one final binary file you can write to you board. Zephyr RTOS does not support multiple applications like a general OS, such as Linux or Windows.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background:
I currently work on an advanced example for the Thingy:91 using CoAP/DTLS CID.
Using the "Toolchain Manager" from the "nRF Connector for Desktop" simplifies and speeds up the installation of the zephyr sdk and tools a lot. It leafs a user with an workspace (I think, it's T2). With that, it's not possible, to
in order to add your own application to that workspace.
As "dirty workaround", I rename the ".west" folder and do then the "west init ...".
Question:
Is there a intended way to extend an existing T2/T3 workspace with an additional application?
Beta Was this translation helpful? Give feedback.
All reactions