diff --git a/Changelog.md b/Changelog.md index 2f7ef8d..b4a05de 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,9 +4,9 @@ EXPERIMENTAL RELEASE ### Changed -- Updated texts explaining the board controller options. -- Updated UI -- Updated shared components +- Updated the tooltips for the board controller options. +- Updated UI. +- Updated shared components. ## 0.1.11 - 2024-03-07 diff --git a/doc/docs/revision_history.md b/doc/docs/revision_history.md index 4366b85..71f51fc 100644 --- a/doc/docs/revision_history.md +++ b/doc/docs/revision_history.md @@ -2,6 +2,7 @@ | Date | Description | |------------|---------------| +| 2024-03-20 | Updated documentation for the experimental [v0.1.12](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. | | 2024-03-07 | Updated documentation for the experimental [v0.1.9](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. | | 2024-03-05 | Updated documentation for the experimental [v0.1.8](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. | | 2024-02-21 | Added the nRF9151 DK to the list of supported devices with the release of [v0.1.6](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. | diff --git a/doc/docs/screenshots/board_configurator_connected.png b/doc/docs/screenshots/board_configurator_connected.png index 658cc33..37c9a00 100644 Binary files a/doc/docs/screenshots/board_configurator_connected.png and b/doc/docs/screenshots/board_configurator_connected.png differ diff --git a/doc/docs/updating.md b/doc/docs/updating.md index 0f9cc01..74a21e3 100644 --- a/doc/docs/updating.md +++ b/doc/docs/updating.md @@ -13,6 +13,10 @@ To update the configuration of a development kit, complete the following steps: ![Example of the configuration options](./screenshots/board_configurator_connected.png "Example of the configuration options") 1. Configure the settings in the [**Configuration**](./overview.md#configuration-tab) tab. + + !!! note "Note" + Some options are interdependable. For example, if the VCOM is disconnected, the Hardware Flow Control will automatically be disconnected too. + 1. Click [**Write config**](./overview.md#actions) to upload the config to the device.
The application overwrites the default board controller configuration with the updated settings. The **Write config** button is greyed out when the upload is ongoing.