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

Added FWID for SoftDevice s112, s113, s132 and s140 v7.0.1 #242

Merged
merged 1 commit into from
Sep 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ SoftDevice | FWID (sd-req)
`s112_nrf52_6.1.0` | 0xB0
`s112_nrf52_6.1.1` | 0xB8
`s112_nrf52_7.0.0` | 0xC4
`s112_nrf52_7.0.1` | 0xCD
`s113_nrf52_7.0.0` | 0xC3
`s113_nrf52_7.0.1` | 0xCC
`s130_nrf51_1.0.0` | 0x67
`s130_nrf51_2.0.0` | 0x80
`s132_nrf52_2.0.0` | 0x81
Expand All @@ -164,10 +166,12 @@ SoftDevice | FWID (sd-req)
`s132_nrf52_6.1.0` | 0xAF
`s132_nrf52_6.1.1` | 0xB7
`s132_nrf52_7.0.0` | 0xC2
`s132_nrf52_7.0.1` | 0xCB
`s140_nrf52_6.0.0` | 0xA9
`s140_nrf52_6.1.0` | 0xAE
`s140_nrf52_6.1.1` | 0xB6
`s140_nrf52_7.0.0` | 0xC1
`s140_nrf52_7.0.1` | 0xCA
`s212_nrf52_6.1.1` | 0xBC
`s332_nrf52_6.1.1` | 0xBA
`s340_nrf52_6.1.1` | 0xB9
Expand Down
4 changes: 4 additions & 0 deletions nordicsemi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,9 @@ def pkg():
'\n|s112_nrf52_6.1.0|0xB0|'
'\n|s112_nrf52_6.1.1|0xB8|'
'\n|s112_nrf52_7.0.0|0xC4|'
'\n|s112_nrf52_7.0.1|0xCD|'
'\n|s113_nrf52_7.0.0|0xC3|'
'\n|s113_nrf52_7.0.1|0xCC|'
'\n|s130_nrf51_1.0.0|0x67|'
'\n|s130_nrf51_2.0.0|0x80|'
'\n|s132_nrf52_2.0.0|0x81|'
Expand All @@ -560,10 +562,12 @@ def pkg():
'\n|s132_nrf52_6.1.0|0xAF|'
'\n|s132_nrf52_6.1.1|0xB7|'
'\n|s132_nrf52_7.0.0|0xC2|'
'\n|s132_nrf52_7.0.1|0xCB|'
'\n|s140_nrf52_6.0.0|0xA9|'
'\n|s140_nrf52_6.1.0|0xAE|'
'\n|s140_nrf52_6.1.1|0xB6|'
'\n|s140_nrf52_7.0.0|0xC1|'
'\n|s140_nrf52_7.0.1|0xCA|'
'\n|s212_nrf52_6.1.1|0xBC|'
'\n|s332_nrf52_6.1.1|0xBA|'
'\n|s340_nrf52_6.1.1|0xB9|',
Expand Down