summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/atsam/libraries/libchip/source (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/atsam: Move libraries to bspsSebastian Huber2018-04-2342-16623/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/atsam: Allow setting the drive strength.Christian Mauderer2018-03-131-0/+16
| | | | This adds a simple function for setting the PIO drive strength.
* bsp/atsam: Fix cache / DMA handling in SPI.Christian Mauderer2018-02-121-31/+5
| | | | | This patch fixes the cache handling for the atsam SPI driver. Note that this solution might doesn't have the best performance for small packets.
* Add support for arguments in ISRsKilian Holzinger2017-12-201-0/+3
|
* bsp/atsam: Fix DMA support of some driversSebastian Huber2017-03-223-0/+3
|
* bsp/atsam: Use standard XDMA throughoutSebastian Huber2016-12-207-27/+6
|
* bsp/atsam: Use standard XDMA for QSPI supportSebastian Huber2016-12-161-9/+1
|
* bsp/atsam: Move interrupt setup to PIO_Configure()Sebastian Huber2016-12-162-25/+21
|
* bsp/atsam: System initialization for PIO IRQsSebastian Huber2016-12-161-120/+97
|
* bsp/atsamv: Move XDMAD instance out of SPI driverSebastian Huber2016-12-161-53/+10
| | | | Use system initialization for XDMAD. Remove support for polling.
* bsp/atsam: Move XDMA IRQ handler to XDMA moduleSebastian Huber2016-12-151-60/+65
| | | | | The XDMA is shared by all DMA capable modules. Placing the XDMA interrupt handler into the SPI module is wrong.
* bsp/atsam: Use inline functions for XDMA accessSebastian Huber2016-12-151-554/+0
|
* bsp/atsam: Add timeout to QSPI send commandAlexander Krutwig2016-08-181-1/+16
|
* bsp/atsam: Fix QSPI driver APIAlexander Krutwig2016-06-221-1/+1
| | | | We support read/write of arbitrary buffers.
* bsp/atsam: Support QSPI flashAlexander Krutwig2016-06-061-5/+34
|
* bsp/atsam: Port SAM Software Package to RTEMSSebastian Huber2016-01-195-3/+26
| | | | Update #2529.
* bsp/atsam: Import SAM Software PackageSebastian Huber2016-01-1943-0/+17208
Import selected files of the "SAM V71 / V70 / E70 / S70 Software Package" obtained from the "SAMV71-XULT GNU Software Package 1.5". Converted files via dos2unix before import. Update #2529.