Skip to content

Commit 54c6586

Browse files
Merge #383
383: implement MultiWriteNorFlash for the nrf9160 r=jonas-schievink a=folkertdev per the product specification [section 4.4](https://infocenter.nordicsemi.com/pdf/nRF9160_PS_v2.0.pdf#page=29) there can be n_write writes, where `t_write = 2` [source](https://infocenter.nordicsemi.com/pdf/nRF9160_PS_v2.0.pdf#page=35). Unless I'm missing something, that means that the contract of `MultiWriteNorFlash` is satisfied. Co-authored-by: Folkert <[email protected]>
2 parents fddb870 + b6b5846 commit 54c6586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrf-hal-common/src/nvmc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ where
190190
feature = "52811",
191191
feature = "52833",
192192
feature = "52840",
193+
feature = "9160",
193194
))]
194195
impl<T: Instance> embedded_storage::nor_flash::MultiwriteNorFlash for Nvmc<T> {}
195196

0 commit comments

Comments
 (0)