Commit a1806f7
Merge #399
399: SpiDevice: add guidelines for behaviour of CS pin upon bus failures r=eldruin a=newAM
Currently the `SpiDevice` trait does not define the sequence of actions that occur after a bus error.
I discussed this with `@Dirbaio` in the matrix chat and the conclusion we reached was that this should be added to the documentation as a guideline to match what already exists for `ExclusiveDevice`. The rationale for a guideline instead of a requirement is that SPI error recovery is implementation specific.
Co-authored-by: Alex Martens <[email protected]>2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| |||
0 commit comments