Commit 54c6586
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]>1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
0 commit comments