Michael Brown
|
4c75e9ded4
|
[nvs] Add support for ST M25P32 SPI flash devices
|
16年前 |
Michael Brown
|
d62c83a350
|
Migrated etherfabric driver to using generic SPI layer.
|
18年前 |
Michael Brown
|
1961ba44e1
|
Added generic SPI protocol handler with read and write support.
|
18年前 |
Michael Brown
|
946967f09c
|
Abstracted out part of the concept of an SPI device to a generalised NVS
device.
Separated the mechanisms of non-volatile storage access and non-volatile
stored options.
|
18年前 |
Michael Brown
|
dc06c895fc
|
Changed length parameter in SPI methods to be a byte length, rather than
a word length.
|
18年前 |
Michael Brown
|
931f94dca3
|
Generalised the SPI abstraction layer to also be able to handle interfaces
that don't provide the full flexibility of a bit-bashing interface.
Temporarily hacked rtl8139.c to use the new interface.
|
18年前 |
Michael Brown
|
3b51c719d3
|
Generalise three-wire interface to generic SPI interface.
Update rtl8139 driver to instantiate an SPI interface with a three-wire
device attached.
|
18年前 |