diff --git a/doc/docs/index.md b/doc/docs/index.md index f4d0645f..7bc31f91 100644 --- a/doc/docs/index.md +++ b/doc/docs/index.md @@ -4,12 +4,27 @@ nRF Connect Programmer is an app available from [nRF Connect for Desktop](https: ## Supported devices -- Nordic Thingy:91 -- Nordic Thingy:52 -- nRF91 Series DKs -- nRF53 Series DKs -- nRF52 Series DKs and Dongle +The following table lists the available programming methods for Nordic Semiconductor devices. The devices with no programming method supported are deprecated. -### Deprecated support - -- nRF51 Series DKs and Dongle +| | PCA number | Programming with J-Link | Programming with Nordic Secure DFU | Programming with MCUboot | +|---------------------|------------|--------------------------|-------------------------------------|--------------------------| +| nRF9161 SiP | PCA10153 | Yes | No | No | +| nRF9160 SiP | PCA10090 | Yes | No | No | +| nRF9131 SiP | PCA10147 | Yes | No | No | +| Nordic Thingy:91 | PCA20035 | Yes | No | Yes | +| nRF7002 DK | PCA10143 | Yes | No | No | +| nRF5340 DK | PCA10095 | Yes | No | No | +| nRF5340 Audio DK | PCA10121 | Yes | No | No | +| Nordic Thingy:53 | PCA20053 | Yes | No | Yes | +| nRF52840 DK | PCA10056 | Yes | No | No | +| nRF52840 Dongle | PCA10059 | No | Yes | No | +| nRF52833 DK | PCA10100 | Yes | No | No | +| nRF52832 DK (nRF52) | PCA10040 | Yes | No | No | +| nRF52820 DK | PCA10115 | No | No | No | +| nRF52811 DK | PCA10068 | No | No | No | +| Nordic Thingy:52 | PCA20020 | No | No | No | +| nPM1300 EK | PCA10152 | Yes | No | Yes | +| nPM1100 EK | PCA10123 | Yes | No | No | +| nRF51 DK | PCA10028 | No | No | No | +| nRF51 Dongle | PCA10031 | No | No | No | +| Custom kits | n/a | Yes for all that feature Nordic SoCs | No | No | \ No newline at end of file diff --git a/doc/docs/programming_dk.md b/doc/docs/programming_dk.md index 4abd73b6..fde2e3d3 100644 --- a/doc/docs/programming_dk.md +++ b/doc/docs/programming_dk.md @@ -1,6 +1,6 @@ # Programming devices -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. +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. !!! tip "Tip" 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. diff --git a/doc/docs/revision_history.md b/doc/docs/revision_history.md index bff5793a..244e3faa 100644 --- a/doc/docs/revision_history.md +++ b/doc/docs/revision_history.md @@ -2,6 +2,7 @@ | Date | Description | |------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 2024-02-15 | Updated the [supported devices section](index.md#supported-devices) with a matrix table. | | 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) | | 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) | | 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) |