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
/
atmel-samd
/
common-hal
/
busio
/
SPI.c
Age
Commit message (
Expand
)
Author
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-09-17
samd: SPI: improve conditional code
Jeff Epler
2020-06-24
Compiles!
Scott Shawcroft
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2019-08-27
Disable bitbangio on Itsy M0
Scott Shawcroft
2019-04-06
Stop hard-coding SPI frequency in FourWire
Radomir Dopieralski
2019-03-12
Be more careful when initing the board outside the VM.
Scott Shawcroft
2019-01-17
External fourwire works and blinka splash after
Scott Shawcroft
2019-01-16
Rework displays in prep for dynamic support and 8bit parallel.
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-08-31
add pin claiming to devices
Dan Halbert
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-09
Change file mode back.
Scott Shawcroft
2018-08-09
Initial SAMR board revision.
Scott Shawcroft
2018-08-02
Move pin struct to the peripherals library.
Scott Shawcroft
2018-06-15
Split out the peripherals library in preparation of sharing with MakeCode.
Scott Shawcroft
2018-06-01
atmel-samd: Add rotary encoder support.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
2018-03-14
Remove SERCOM pointers from pin data structure because index is
Scott Shawcroft
2018-03-09
Use DMA for long SPI transactions including those to the SPI Flash.
Scott Shawcroft
2018-03-08
fixes hardware dotstar support for 3.0 and addresses issue #514
Bryan Siepert
2018-02-21
Implement UART for 3.0 + related fixes.
Dan Halbert
2018-01-30
atmel-samd: Correct computation of SPI baud rate.
Dan Halbert
2018-01-02
merge from 2.2.0 + fix up board defs
Dan Halbert
2017-11-27
Support SPI flash chips for CIRCUITPY, using non-DMA SPI for now.
Dan Halbert
2017-11-16
non-DMA SPI working; adding this now for testing; will continue with DMA
Dan Halbert
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft