-
Notifications
You must be signed in to change notification settings - Fork 28
Restructure sample documentation #511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Restructure sample documentation #511
Conversation
|
You can find the documentation preview for this PR here. |
450728d to
9444d56
Compare
Restructure sample documentation, removing common stuff from sample to separat section. Signed-off-by: Bjørn Tore Taraldsen <[email protected]>
9444d56 to
4b029b6
Compare
| Getting Started with the Samples | ||
| ################################ | ||
|
|
||
| This section is a general description of how you can explore and try out the samples provided with the nRF Connect SDK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This section is a general description of how you can explore and try out the samples provided with the nRF Connect SDK. | |
| This section is a general description of how you can explore and try out the samples provided with the |BMlong|. |
| ################################ | ||
|
|
||
| This section is a general description of how you can explore and try out the samples provided with the nRF Connect SDK. | ||
| It describes how you can create a copy of your sample, configure it, build and program the samples to test it running on a Nordic DK’s. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| It describes how you can create a copy of your sample, configure it, build and program the samples to test it running on a Nordic DK’s. | |
| It describes how you can create a copy of a sample, configure it, build it, and program it to test it running on a Nordic DK. |
| By selecting the build folder in the Application View, nRF Connect extension in VS Code will automatically program ALL images listed in that build configuration. | ||
| For a Simple Board variant, the build folder will list both the application and the SoftDevice, and a Flash command will flash both. | ||
| Equally for a MCUboot variant, the Flash command will flash all the images needed. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be useful to show a screenshot of an example here.
|
|
||
| Programming the S115 SoftDevice | ||
| ******************************* | ||
| Playing with the sample |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In sdk-nrf the equivalent title here is Building and running.
No description provided.