Add spi with dma implementation for sam3, and define generic header for both. Note...
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 13 Jun 2011 09:04:24 +0000 (09:04 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 13 Jun 2011 09:04:24 +0000 (09:04 +0000)
commitb2bdefee5cfcca0d4c5633f0ef486e7ddca0887f
tree0d349763b29cd74be1cc914c2c824ed11018f4ab
parent999722d2dbf98a30eb6ba6f7e6132c28e802ca54
Add spi with dma implementation for sam3, and define generic header for both. Note: this module should be
refactor!

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4950 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/arm/drv/spi_dma_at91.c
bertos/cpu/cortex-m3/drv/spi_dma_sam3.c [new file with mode: 0644]
bertos/cpu/cortex-m3/drv/spi_dma_sam3.h [new file with mode: 0644]
bertos/drv/spi_dma.h [new file with mode: 0644]