Commit bb32dfa
authored
SPI: add missing tests, fix half-duplex abort issue, clean up (#5247)
* Ungate non-dma related test
* Add CPU-driven QSPI tests
* Clean up CPU-controlled SPI master driver
* Clean up SPI future
* Flush before configuring full duplex mode
* Extract write start logic
* Flush before starting half-duplex ops
* Clean up half-duplex write setup
* Use write_one more
* Clean up SpiPinGuard
* Clean TransferDone before starting operation
* Restore flush at the end of transfer_async1 parent 3530b1e commit bb32dfa
File tree
5 files changed
+508
-275
lines changed- esp-hal
- src
- gpio
- spi/master
- hil-test/src/bin
5 files changed
+508
-275
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments