Image now contains nRF Connect SDK #42
coderbyheart
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have change the Docker file so that it now includes the clone of the nRF Connect SDK used to install the required dependencies. This simplifies building applications from the SDK as well as out-of tree.
Below is the main change:
Using the west argument
--build-dir
allows to specify the output folder, which is a subfolder to the current working directory that is mounted to/workdir/project
in the image.Here is a real world example of how to migrate, and here is another.
Beta Was this translation helpful? Give feedback.
All reactions