summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/atsam (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure: Add subdir-objects to all automake flags.Chris Johns2018-04-111-1/+1
* build: Remove DISTCLEANFILESSebastian Huber2018-04-091-1/+0
* bsps: Move generic IRQ support to bspsSebastian Huber2018-04-091-6/+2
* bsps: Remove librtemsbsp.a wrapupSebastian Huber2018-04-091-105/+105
* bsps: Move config macros to RTEMS_BSP_CONFIGURESebastian Huber2018-04-041-5/+0
* bsps: Add shared-sources.amSebastian Huber2018-04-041-0/+1
* build: Remove EXTRA_DISTSebastian Huber2018-04-041-2/+0
* bsp/atsam: Allow setting the drive strength.Christian Mauderer2018-03-131-0/+16
* bsp/atsam: Fix cache / DMA handling in SPI.Christian Mauderer2018-02-124-44/+249
* bsp/atsam: Allow to use a decoder for SPI CS.Christian Mauderer2018-02-122-22/+45
* bsp/atsam: Add option to disable 32kHz XTAL.Christian Mauderer2018-02-123-0/+14
* bsps: Rework cache manager implementationSebastian Huber2018-01-311-3/+1
* Remove make preinstallChris Johns2018-01-25233-78929/+16
* 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