ExperimentalCore-sam icon indicating copy to clipboard operation
ExperimentalCore-sam copied to clipboard

Bring SPI to life

Open aethaniel opened this issue 9 years ago • 4 comments

aethaniel avatar Sep 13 '15 20:09 aethaniel

Fun conflict: the CMSIS files for SAM4S define SPI... which is the default identifier for the SPI interface in Arduino. Thoughts on possible resolutions?

logos-electromechanical avatar Oct 31 '15 01:10 logos-electromechanical

@logos-electromechanical, I will update the products header files to declare SPI peripherals with a naming like SPI0..SPIx for all devices.

aethaniel avatar Oct 31 '15 11:10 aethaniel

fixed by https://github.com/aethaniel/ExperimentalCore-sam/commit/1e1240ff8287a6fa9d375b726738d3aade0c5773

aethaniel avatar Oct 31 '15 22:10 aethaniel

will come with https://github.com/aethaniel/ExperimentalCore-sam/tree/spi

aethaniel avatar Mar 25 '16 10:03 aethaniel