Skip to content

Commit f18c63f

Browse files
authored
Merge pull request #299 from NordicSemiconductor/doc_legacy_drivers_note
doc: add note about legacy USB drivers
2 parents f450718 + 3f11559 commit f18c63f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

doc/docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ You can use the following Nordic Semiconductor devices as the sniffer with the {
1616

1717
When you [select the device](overview.md#select-device), the tool will reprogram the connected board to act as the sniffer.
1818

19+
!!! note "Note"
20+
{{legacy_driver_note}}
21+
1922
## Application source code
2023

2124
The code of the application is open source and [available on GitHub](https://github.com/NordicSemiconductor/pc-nrfconnect-rssi).

doc/docs/installing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Installing the {{app_name}}
22

3-
For installation instructions, see [Installing nRF Connect for Desktop apps](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/installing_apps.html) in the nRF Connect for Desktop documentation.
3+
For installation instructions, see [Installing nRF Connect for Desktop apps](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/installing_apps.html) in the nRF Connect for Desktop documentation.
4+
5+
!!! note "Note"
6+
{{legacy_driver_note}}

doc/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ plugins:
5454
extra:
5555
test: This is a test abbreviation snippet
5656
app_name: RSSI Viewer app
57+
legacy_driver_note: Make sure you have installed the [additional requirements](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/download_cfd.html#additional-requirements) for nRF Connect for Desktop. On Windows, SEGGER USB Driver for J-Link is required for correctly detecting the development kits from nRF52 Series, nRF53 Series, and nRF91 Series using [legacy probes](https://kb.segger.com/J-Link_Installer#USB_Driver).
5758

5859
nav:
5960
- Home: index.md

0 commit comments

Comments
 (0)