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