summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/atsam (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-1/+0
| | | | Update #2833.
* atsamv-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* bsps: Fix baud settingsSebastian Huber2017-04-031-2/+2
| | | | Update #2897.
* bsp/atsam: Fix DMA support of some driversSebastian Huber2017-03-223-0/+3
|
* atsam: Fix SC16IS752 documentationSebastian Huber2017-01-161-1/+2
|
* bsp/atsam: Use standard XDMA throughoutSebastian Huber2016-12-208-32/+6
|
* bsp/atsam: Use standard XDMA for QSPI supportSebastian Huber2016-12-161-9/+1
|
* bsp/atsam: Add SC16IS752 supportSebastian Huber2016-12-164-0/+158
|
* bsp/atsam: Move interrupt setup to PIO_Configure()Sebastian Huber2016-12-162-25/+21
|
* bsp/atsam: System initialization for PIO IRQsSebastian Huber2016-12-162-123/+120
|
* bsp/atsamv: Move XDMAD instance out of SPI driverSebastian Huber2016-12-163-89/+44
| | | | Use system initialization for XDMAD. Remove support for polling.
* bsp/atsam: Move XDMA IRQ handler to XDMA moduleSebastian Huber2016-12-153-241/+199
| | | | | The XDMA is shared by all DMA capable modules. Placing the XDMA interrupt handler into the SPI module is wrong.
* bsp/atsam: Use _Assert() instead of assert()Sebastian Huber2016-12-151-66/+66
|
* bsp/atsam: Use inline functions for XDMA accessSebastian Huber2016-12-153-609/+508
|
* bsp/atsam: Optimize SPI interruptSebastian Huber2016-12-141-40/+36
|
* bsp/atsam: Simplify SPI transfer statusSebastian Huber2016-12-141-7/+9
|
* bsp/atsam: Reduce context switches for SPI transfSebastian Huber2016-12-141-99/+107
|
* bsp/atsam: Optimize SPI DMA transfer setupSebastian Huber2016-12-141-73/+48
|
* bsp/atsam: Simplify SPI DMA transfer setupSebastian Huber2016-12-141-70/+38
|
* bsp/atsam: Simplify SPI DMA initializationSebastian Huber2016-12-141-56/+23
|
* bsp/atsam: Simplify SPI interrupt handlerSebastian Huber2016-12-141-7/+1
|
* bsp/atsam: Remove superfluous irq fieldSebastian Huber2016-12-141-8/+6
|
* bsp/atsam: Remove duplicate SPI register fieldSebastian Huber2016-12-141-4/+3
|
* bsp/atsam: Simplify SPI initializationSebastian Huber2016-12-143-36/+23
|
* bsp/atsam: Hide details of SPI driverSebastian Huber2016-12-142-31/+24
|
* bsp/atsam: Align SPI API with PIO_Configure()Sebastian Huber2016-12-143-27/+44
|
* bsp/atsam: Avoid to power on/off the SPI moduleSebastian Huber2016-12-142-22/+9
|
* bsp/atsam: Speed up SPI DMA transfer startSebastian Huber2016-12-142-9/+10
|
* bsp/atsam: Optimize transfer setup checksSebastian Huber2016-12-141-34/+32
|
* bsp/atsam: No timeout for SPI DMA transfersSebastian Huber2016-12-141-7/+3
|
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-071-21/+21
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* bsps/arm: Add Cortex-M DWT CPU counterSebastian Huber2016-11-241-1/+1
|
* bsp/atsamv: Make size of nocache-memory configurable.Christian Mauderer2016-11-172-2/+3
|
* atsam: multiple messages on one cs low levelAlexander Krutwig2016-10-172-8/+14
|
* bsp/atsamv: Fix typoSebastian Huber2016-10-131-1/+1
|
* bsp/atsam: Provide default buffer countsSebastian Huber2016-10-051-2/+11
|
* bsp/atsam: Fix PHY detectionSebastian Huber2016-10-051-16/+11
|
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-191-10/+4
| | | | | | | | This makes the new Termios devices independent of device major/minor numbers. It enables BSP independent Termios device drivers which may reside in the cpukit domain. These drivers require an IMFS and do not work with the device file system. However, the device file system should go away in the future.
* bsp/atsam: Add SPI bus driverAlexander Krutwig2016-09-166-0/+770
|
* bsp/atsam: Use normal memory for QSPI flash areaAlexander Krutwig2016-09-161-2/+2
| | | | This is a performance improvement for execute-in-place (XIP).
* bsp/atsam: Add SDRAM IS42S16320F-7BL.Christian Mauderer2016-09-073-1/+56
|
* bsp/atsam: Move ram init values to structure.Christian Mauderer2016-09-074-0/+58
|
* bsp/atsam: Add missing break statementAlexander Krutwig2016-08-241-0/+1
|
* bsp/atsam: Fix data cache flushAlexander Krutwig2016-08-241-3/+7
|
* bsp/atsam: Add timeout to QSPI send commandAlexander Krutwig2016-08-181-1/+16
|
* bsp/atsam: Add power supportAlexander Krutwig2016-08-087-0/+505
|
* atsam: Add atsam_rtc_get_time()Alexander Krutwig2016-08-082-16/+23
|
* atsam: Add user defined RX/TX descriptor countsAlexander Krutwig2016-07-261-126/+102
|
* atsam: Use normal memory for DTCMAlexander Krutwig2016-07-261-0/+1
| | | | Avoids problems with unaligned data access.
* bsp/atsam: Add RTC driverAlexander Krutwig2016-07-042-1/+104
|