Commit a742ef4
committed
Add a NOR trait to encode that word clearing is supported
This is to encode MCU flashes that have ECC, where
it is common that only a complete clear of the
word is allowed. This is a more restrictive
version of `MultiwriteNorFlash` as it cannot
encode flashes with ECC support.1 parent 95861f8 commit a742ef4
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
181 | 190 | | |
182 | 191 | | |
183 | 192 | | |
| |||
0 commit comments