index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
machine_spi.c
Age
Commit message (
Expand
)
Author
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2019-01-18
Fix unix build
Scott Shawcroft
2018-08-16
Fix esp and samd
Scott Shawcroft
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2018-03-02
extmod/machine_spi: Make SPI protocol structure public.
Damien George
2017-02-06
extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.
Damien George
2016-12-08
extmod/machine_spi: Provide reusable software SPI class.
Damien George
2016-10-04
extmod/machine_spi: Add optional support for fast software SPI.
Damien George
2016-10-04
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
Damien George
2016-10-03
extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.
Damien George
2016-10-03
extmod/machine_spi: Simplify SPI xfer function to only take one buf len.
Damien George
2016-09-01
extmod: Add machine_spi with generic SPI C-protocol and helper methods.
Damien George