aethaniel / ExperimentalCore-sam

Experimental new core for Arduino Due and other Atmel SAM boards
GNU Lesser General Public License v2.1
16 stars 10 forks source link

Bring SPI to life #27

Open aethaniel opened 9 years ago

logos-electromechanical commented 8 years ago

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

aethaniel commented 8 years ago

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

aethaniel commented 8 years ago

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

aethaniel commented 8 years ago

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