Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 1841622

Browse files
authored
Merge pull request #71 from jsiverskog/add_sd_4_0_3_fwid
Add FWID for SoftDevice 4.0.3.
2 parents 8afa742 + cf49ce1 commit 1841622

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ SoftDevice | FWID (sd-req)
138138
`s132_nrf52_3.1.0` | 0x91
139139
`s132_nrf52_4.0.0` | 0x95
140140
`s132_nrf52_4.0.2` | 0x98
141+
`s132_nrf52_4.0.3` | 0x99
141142

142143
Not all combinations of Bootloader, SoftDevice and Application are possible when generating a package. The table below summarizes the support for different combinations.
143144

nordicsemi/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ def pkg():
380380
'\n|s132_nrf52_3.0.0|0x8C|'
381381
'\n|s132_nrf52_3.1.0|0x91|'
382382
'\n|s132_nrf52_4.0.0|0x95|'
383-
'\n|s132_nrf52_4.0.2|0x98|',
383+
'\n|s132_nrf52_4.0.2|0x98|'
384+
'\n|s132_nrf52_4.0.3|0x99|',
384385
type=click.STRING,
385386
multiple=True)
386387
@click.option('--softdevice',

0 commit comments

Comments
 (0)