Skip to content

Commit b878829

Browse files
jsiverskogIvanSanchez
authored andcommitted
Add FWID for SoftDevice 5.1.0 (NordicSemiconductor#115)
1 parent 250f920 commit b878829

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ SoftDevice | FWID (sd-req)
148148
`s132_nrf52_4.0.3` | 0x99
149149
`s132_nrf52_4.0.4` | 0x9E
150150
`s132_nrf52_5.0.0` | 0x9D
151+
`s132_nrf52_5.1.0` | 0xA5
151152

152153
**Note**: The Thread stack doesn't use a SoftDevice but --sd-req option is required for compatibility reasons. You can provide any value for the option as it is ignored during DFU.
153154

nordicsemi/__main__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ def pkg():
422422
'\n|s132_nrf52_4.0.2|0x98|'
423423
'\n|s132_nrf52_4.0.3|0x99|'
424424
'\n|s132_nrf52_4.0.4|0x9E|'
425-
'\n|s132_nrf52_5.0.0|0x9D|',
425+
'\n|s132_nrf52_5.0.0|0x9D|'
426+
'\n|s132_nrf52_5.1.0|0xA5|',
426427
type=click.STRING,
427428
required=True,
428429
multiple=True)

0 commit comments

Comments
 (0)