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
/
ports
/
esp32s2
/
common-hal
/
busio
/
SPI.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-12-29
Merge pull request #3888 from microDev1/fix-reset-pin
Jeff Epler
2020-12-28
update common_hal_reset_pin()
microDev
2020-12-15
Swap to IDF release/4.2 branch for stability
Scott Shawcroft
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-11-24
Add pin claiming to SPI construct
Lucian Copeland
2020-10-26
Fix ESP32-S2 SPI when DMA is sometimes used
Scott Shawcroft
2020-09-30
Change submodule, rework all includes
Lucian Copeland
2020-09-23
Move missing pin warning to shared-bindings
Lucian Copeland
2020-09-21
Use write_value, add missing pin exceptions
Lucian Copeland
2020-09-10
Add non-DMA SPI support.
Scott Shawcroft
2020-06-30
Remove fixed pointers and check UART return
Scott Shawcroft
2020-06-26
Fix SPI RX and remove debug prints
Scott Shawcroft
2020-06-26
Store host_id so that never reset works
Scott Shawcroft
2020-06-24
Switch SPI to polling DMA and enable displayio
Scott Shawcroft
2020-06-24
Handle memory (hopefully). Short TX works
Scott Shawcroft
2020-06-24
Compiles!
Scott Shawcroft
2020-06-24
Initial SPI implementation. Almost certainly doesn't compile
Scott Shawcroft
2020-06-24
Add initial I2C support, not quite working fully though
Scott Shawcroft