Skip to content

Commit b67fb82

Browse files
committed
doc: add programming matrix table
Replaced list of supported devices with a matrix. Fixed MCUBoot > MCUboot typo. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 74965ef commit b67fb82

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

doc/docs/index.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,27 @@ nRF Connect Programmer is an app available from [nRF Connect for Desktop](https:
44

55
## Supported devices
66

7-
- Nordic Thingy:91
8-
- Nordic Thingy:52
9-
- nRF91 Series DKs
10-
- nRF53 Series DKs
11-
- nRF52 Series DKs and Dongle
7+
The following table lists the available programming methods for Nordic Semiconductor devices. The devices with no programming method supported are deprecated.
128

13-
### Deprecated support
14-
15-
- nRF51 Series DKs and Dongle
9+
| | PCA number | Programming with J-Link | Programming with Nordic Secure DFU | Programming with MCUboot |
10+
|---------------------|------------|--------------------------|-------------------------------------|--------------------------|
11+
| nRF9161 SiP | PCA10153 | Yes | No | No |
12+
| nRF9160 SiP | PCA10090 | Yes | No | No |
13+
| nRF9131 SiP | PCA10147 | Yes | No | No |
14+
| Nordic Thingy:91 | PCA20035 | Yes | No | Yes |
15+
| nRF7002 DK | PCA10143 | Yes | No | No |
16+
| nRF5340 DK | PCA10095 | Yes | No | No |
17+
| nRF5340 Audio DK | PCA10121 | Yes | No | No |
18+
| Nordic Thingy:53 | PCA20053 | Yes | No | Yes |
19+
| nRF52840 DK | PCA10056 | Yes | No | No |
20+
| nRF52840 Dongle | PCA10059 | No | Yes | No |
21+
| nRF52833 DK | PCA10100 | Yes | No | No |
22+
| nRF52832 DK (nRF52) | PCA10040 | Yes | No | No |
23+
| nRF52820 DK | PCA10115 | No | No | No |
24+
| nRF52811 DK | PCA10068 | No | No | No |
25+
| Nordic Thingy:52 | PCA20020 | No | No | No |
26+
| nPM1300 EK | PCA10152 | Yes | No | Yes |
27+
| nPM1100 EK | PCA10123 | Yes | No | No |
28+
| nRF51 DK | PCA10028 | No | No | No |
29+
| nRF51 Dongle | PCA10031 | No | No | No |
30+
| Custom kits | n/a | Yes for all that feature Nordic SoCs | No | No |

doc/docs/programming_dk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Programming devices
22

3-
In nRF Connect Programmer, you can program [supported devices](index.md#supported-devices) or a custom board with a supported chip that allows for communication with J-Link, Nordic USB devices, and MCUboot devices.
3+
In nRF Connect Programmer, you can program [supported devices](index.md#supported-devices) or a custom board with a supported chip that allows for communication with J-Link, Nordic Secure DFU devices, and MCUboot devices.
44

55
!!! tip "Tip"
66
If you experience any problems during the programming process, press Ctrl-R (command-R on macOS) to restart the nRF Connect Programmer app, and try programming again.

doc/docs/revision_history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Date | Description |
44
|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5+
| 2024-02-15 | Updated the [supported devices section](index.md#supported-devices) with a matrix table. |
56
| 2024-01-29 | Updated the documentation for the [nRF Connect Programmer v4.2.0](https://github.com/NordicSemiconductor/pc-nrfconnect-programmer/blob/main/Changelog.md) |
67
| 2022-09-06 | Updated images and text for new user interface in [nRF Connect Programmer v3.0.3](https://github.com/NordicSemiconductor/pc-nrfconnect-programmer/blob/main/Changelog.md#303---2022-06-17) |
78
| 2022-02-21 | Removed nRF9160 DK related content. Removed content is found in [Getting started with nRF9160 DK](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/working_with_nrf/nrf91/nrf9160_gs.html) |

0 commit comments

Comments
 (0)