Gregory Nutt
|
70e502adb0
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
Gregory Nutt
|
b6638315a4
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
Stefan Kolb
|
51fb4d3252
|
SAMV7: SPI Slave fixes
|
2015-09-29 09:13:36 -06:00 |
|
Gregory Nutt
|
f3d1c19965
|
SAMV7 SPI slave: Loop in the interrupt handler; RDRF and TXNE events should occur very closely in time
|
2015-08-11 09:30:24 -06:00 |
|
Gregory Nutt
|
c8c470271f
|
SAMV7 SPI Slave: Completes implementation basic, no-DMA driver
|
2015-08-10 10:05:00 -06:00 |
|
Gregory Nutt
|
c7b0a35e85
|
Rename sam_spi_slave_initialize to up_spi_slave_initialize for better symmety with the Master SPI interface definition
|
2015-08-09 17:41:55 -06:00 |
|
Gregory Nutt
|
ec68d00ed8
|
A few more cosmetic changes to the SAMV7 SPI slave driver-in-progress
|
2015-08-09 16:21:49 -06:00 |
|
Gregory Nutt
|
c7eaa00ed4
|
SAMV7 SPI slave: Add output queuing and interrupt handling
|
2015-08-09 15:42:32 -06:00 |
|
Gregory Nutt
|
5f4224115a
|
SAMV7 SPI Slave: Add a basic driver framework for SPI slave. Still a lot of missing logic
|
2015-08-09 12:04:43 -06:00 |
|