summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/atsam (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps: Use CPPASCOMPILE for startfileSebastian Huber2018-01-021-6/+5
* bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber2018-01-021-0/+1
* bsps: Include bsp.am in all BSP Makefile.amSebastian Huber2018-01-021-0/+1
* Add support for arguments in ISRsKilian Holzinger2017-12-201-0/+3
* ARM BSPs: Simplify bsp_specsJoel Sherrill2017-12-191-5/+1
* arm/*/bsp_specs: Remove extra space to increase consistencyJoel Sherrill2017-11-291-1/+1
* libbsp/*/*/configure.ac: Remove references to bsp_specs in AC_CONFIG_SRCDIRJoel Sherrill2017-11-271-1/+1
* bsps: Provide <tm27.h> in each BSPSebastian Huber2017-11-273-2/+3
* Remove coverhd.hSebastian Huber2017-11-242-5/+0
* bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber2017-11-221-1/+1
* bsp/atsam: Add timing for RAM mt48lc16m16a2p-6a.Christian Mauderer2017-11-172-0/+58
* bsp/atsam: Improve SDRAM initialization.Christian Mauderer2017-11-171-0/+20
* bsp/atsam: Move clock and SDRAM init to SRAM.Christian Mauderer2017-11-179-22/+95
* bsp/atsam: Make clock application configurable.Christian Mauderer2017-11-1714-24/+156
* bsp/atsam: Add getentropy().Christian Mauderer2017-11-172-1/+62
* getentropy: Add cpu counter based implementation.Christian Mauderer2017-11-171-0/+1
* bsp/atsam: Allow to change optimization settings.Christian Mauderer2017-10-121-2/+1
* bsp/atsam: Add bsp_restart.Christian Mauderer2017-10-123-0/+42
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-4/+0
* bsp/atsam: Fix MPU sections.Christian Mauderer2017-09-073-4/+92
* Include missing <string.h>Sebastian Huber2017-08-251-0/+2
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-1/+0
* atsamv-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
* bsps: Fix baud settingsSebastian Huber2017-04-031-2/+2
* 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
* bsp/atsam: Move XDMA IRQ handler to XDMA moduleSebastian Huber2016-12-153-241/+199
* 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