summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsp/lpc24xx: Exclude iconv POSIX tests.Chris Johns2018-04-101-0/+3
* bsp/csb337: Fix umon supportSebastian Huber2018-04-091-0/+1
* build: Remove DISTCLEANFILESSebastian Huber2018-04-0920-20/+0
* bsps: Move generic IRQ support to bspsSebastian Huber2018-04-0920-119/+39
* bsps: Remove librtemsbsp.a wrapupSebastian Huber2018-04-0920-775/+775
* bsp: Move umon support to bspsSebastian Huber2018-04-091-7/+4
* bsps: Move config macros to RTEMS_BSP_CONFIGURESebastian Huber2018-04-0420-106/+0
* bsps: Add shared-sources.amSebastian Huber2018-04-0420-0/+20
* build: Remove EXTRA_DISTSebastian Huber2018-04-0421-45/+0
* bsp/atsam: Allow setting the drive strength.Christian Mauderer2018-03-131-0/+16
* bsps/arm: Move libcpu content to bspsSebastian Huber2018-03-1315-20/+5
* 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
* bsp/altera-cyclone-v: Add device tree supportSebastian Huber2018-02-051-1/+6
* bsps: Rework cache manager implementationSebastian Huber2018-01-3124-2185/+20
* bsps: Move network define to source filesSebastian Huber2018-01-3115-90/+25
* Avoid Newlib-specific _EXFUN()Sebastian Huber2018-01-291-1/+1
* Remove make preinstallChris Johns2018-01-25596-224324/+188
* bsp/edb7312: Use public include pathChris Johns2018-01-041-1/+1
* bsp/altera-cyclone-v: Use public include pathChris Johns2018-01-0414-61/+61
* bsps: Add AM_CPPFLAGS to special case CPPFLAGSChris Johns2018-01-044-4/+4
* bsps: Use CPPASCOMPILE for startfileSebastian Huber2018-01-0220-90/+83
* bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber2018-01-0220-7/+25
* bsps: Include bsp.am in all BSP Makefile.amSebastian Huber2018-01-0219-0/+19
* Add support for arguments in ISRsKilian Holzinger2017-12-201-0/+3
* ARM BSPs: Simplify bsp_specsJoel Sherrill2017-12-1921-100/+21
* bsp/altera-cyclone-v: Remove reserved memorySebastian Huber2017-12-191-0/+83
* bsp/altera-cyclone-v: Adjust work areaSebastian Huber2017-12-193-2/+94
* bsps/arm: Fix move <libcpu/arm-cp15.h> to cpukitSebastian Huber2017-12-1516-91/+0
* bsp/altera-cyclone-v: Update clock frequenciesSebastian Huber2017-12-141-2/+73
* bsp/altera-cyclone-v: Enable FDT supportSebastian Huber2017-12-142-0/+13
* bsps/arm: Disable all interrupts in GIC initSebastian Huber2017-12-141-0/+4
* bsp/csb337: Move libcpu files to BSPSebastian Huber2017-12-0818-8/+2429
* bsp/smdk2410: Move libcpu files to BSPSebastian Huber2017-12-0811-5/+1965
* bsp/rtl22xx: Move libcpu files to BSPSebastian Huber2017-12-089-5/+920
* bsp/csb336: Move libcpu files to BSPSebastian Huber2017-12-088-5/+874
* bsp/gumstix: Move libcpu files to BSPSebastian Huber2017-12-0810-6/+697
* arm/*/bsp_specs: Remove extra space to increase consistencyJoel Sherrill2017-11-2920-20/+20
* csb336/console/uart.c: Use PRIx constant to fix printf() format warningJoel Sherrill2017-11-291-1/+2
* gumstix/bsp_specs: Correct permissionsJoel Sherrill2017-11-271-0/+0
* libbsp/*/*/configure.ac: Remove references to bsp_specs in AC_CONFIG_SRCDIRJoel Sherrill2017-11-2720-20/+20
* bsps: Provide <tm27.h> in each BSPSebastian Huber2017-11-2745-30/+45
* bsps: Remove empty tm27.h variantsSebastian Huber2017-11-273-50/+2
* Remove coverhd.hSebastian Huber2017-11-2440-110/+10
* bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber2017-11-2220-20/+20
* bsps: Add default getentropy() implementationSebastian Huber2017-11-221-0/+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