summaryrefslogtreecommitdiffstats
path: root/bsps/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-142-2/+0
|
* bsp/lm3s69xx: Fix typo in test configurationSebastian Huber2019-03-132-2/+1
|
* tms570ls3137_hdk_with_loader-testsuite.tcfg: Update to account for static ↵Joel Sherrill2019-03-121-0/+2
| | | | allocation and BSP small memory
* tms570ls3137_hdk_intram-testsuite.tcfg: Update to account for static ↵Joel Sherrill2019-03-121-0/+2
| | | | allocation and BSP small memory
* tms570ls3137_hdk-testsuite.tcfg: Update to account for static allocation and ↵Joel Sherrill2019-03-121-0/+2
| | | | BSP small memory
* stm32f4-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+1
| | | | small memory
* stm32f105rc-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+1
| | | | small memory
* lpc32xx_mzx_stage_1-testsuite.tcfg: Update to account for static allocation ↵Joel Sherrill2019-03-121-0/+3
| | | | and BSP small memory
* lpc23xx_tli800-testsuite.tcfg: Update to account for static allocation and ↵Joel Sherrill2019-03-121-0/+16
| | | | BSP small memory
* lpc2362-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+17
| | | | small memory
* lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Update to account for static ↵Joel Sherrill2019-03-121-52/+105
| | | | allocation and BSP small memory
* lpc1768_mbed_ahb_ram-testsuite.tcfg: Update to account for static allocation ↵Joel Sherrill2019-03-121-55/+6
| | | | and BSP small memory
* lpc1768_mbed-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-62/+14
| | | | small memory
* lm4f120-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-49/+2
| | | | small memory
* lm3s6965-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+2
| | | | small memory
* lm3s3749-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+7
| | | | small memory
* bsp/lpc24xx: Convert SSP driver to Linux APISebastian Huber2019-03-122-556/+396
| | | | | | | Use interrupts instead of polled or DMA driven mode. Change license to BSD-2-Clause. Close #3724.
* bsp/lpc24xx: Add alternative SSP2 pinsSebastian Huber2019-03-121-0/+8
|
* bsp/atsam: Fix use after freeSebastian Huber2019-03-111-2/+1
|
* bsps: Adjust umon Doxygen groupsSebastian Huber2019-03-081-5/+0
| | | | Update #3706.
* bsp/atsam: Add Doxygen groupsSebastian Huber2019-03-081-0/+1111
| | | | | | | Add Doxygen groups for contributed code which would otherwise end up at the top level (about 178 groups). Update #3706.
* bsp/altera-cyclone-v: Add Doxygen groupsSebastian Huber2019-03-082-8/+85
| | | | | | | Add Doxygen groups for contributed code which would otherwise end up at the top level. Update #3706.
* bsps/arm: Adjust CMSIS Doxygen groupsSebastian Huber2019-03-085-0/+15
| | | | Update #3706.
* bsps: Adjust shared Doxygen groupsSebastian Huber2019-03-0819-25/+25
| | | | Update #3706.
* bsps: Adjust bsp.h Doxygen groupsSebastian Huber2019-03-08188-361/+442
| | | | Update #3706.
* bsp/atsam: Accept only 8/16 bits per wordSebastian Huber2019-03-061-5/+3
| | | | | | For proper 16 bits per word support we need probably some DMA adjustments. For 9 to 15 bits per word we need support for the variable peripheral select, see SR_MR[PS] register bit.
* bsp/atsam: Optimize XDMAD_Handler()Sebastian Huber2019-03-061-8/+14
| | | | Load the channel interrupt mask only once.
* bsp/atsam: Fix SPI CS change supportSebastian Huber2019-03-061-40/+12
| | | | | The previous approach contained a severe bug which disabled the SPI module in some cases leading to a blocked SPI bus.
* bsp/atsam: Change CS delay after transferSebastian Huber2019-03-061-17/+35
|
* bsp/atsam: Make SPI CS delays configurableSebastian Huber2019-03-062-5/+20
|
* bsp/atsam: Simplify SPI configurationSebastian Huber2019-03-061-37/+42
| | | | | Do not use SPID_Configure() since this will enable the peripheral each time and performs a software reset.
* bsp/altera-cyclone-v: Adjust Doxygen file groupsSebastian Huber2019-03-0451-0/+306
| | | | Update #3707.
* bsp/altera-cyclone-v: Adjust Doxygen groupsSebastian Huber2019-03-046-48/+43
| | | | Update #3706
* bsps: Adjust architecture Doxygen groupsSebastian Huber2019-03-0417-26/+24
| | | | | | | | | | - Use CamelCase as it is not used in our C code. Enables simple search and replace. - Prefix with "RTEMS" to aid deployment and integration. It aids searching and sorting. Update #3706.
* bsp/lpc1768_mbed*: Disable unsupported testsSebastian Huber2019-03-043-24/+206
|
* bsp/lm4f120: Disable unsupported testsSebastian Huber2019-03-041-6/+64
|
* bsp/altera-cyclone-v: Enable FIQ for group 0 irqsSebastian Huber2019-02-281-2/+4
|
* bsps/arm: Add BSP_ARM_GIC_ENABLE_FIQ_FOR_GROUP_0Sebastian Huber2019-02-282-3/+54
| | | | | | | | | | | | | | | | | The following variants * GICv1 with Security Extensions, * GICv2 without Security Extensions, or * within Secure processor mode have the ability to assign group 0 or 1 to individual interrupts. Group 0 interrupts can be configured to raise an FIQ exception. This enables the use of NMIs with respect to RTEMS. BSPs can enable this feature with the BSP_ARM_GIC_ENABLE_FIQ_FOR_GROUP_0 define. Use arm_gic_irq_set_group() to change the group of an interrupt (default group is 1, if BSP_ARM_GIC_ENABLE_FIQ_FOR_GROUP_0 is defined).
* bsps/arm: Fix typoSebastian Huber2019-02-281-1/+1
|
* bsps/arm: Support GIC group 0/1Sebastian Huber2019-02-284-5/+91
|
* Remove explicit file names from @fileSebastian Huber2019-02-2877-77/+77
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* bsp/altera-cyclone-v: Move header fileSebastian Huber2019-02-271-0/+0
| | | | This gets rid of a special include path.
* arm/beagle: Fix sdcard.sh toolPierre-Louis Garnier2019-02-271-7/+9
|
* arm/beagle: SPI driverPierre-Louis Garnier2019-02-275-2/+775
|
* bsps/arm: Move device tree copySebastian Huber2019-02-181-23/+24
| | | | | | Move device tree copy operation after the mode initialization so that bsp_fdt_copy() uses the initialization stack and not the stack provided up by the boot loader.
* bsp/altera-cyclone-v: Use FDT for clock frequencySebastian Huber2019-02-182-0/+13
|
* bsp/altera-cyclone-v: Make FDT support optionalSebastian Huber2019-02-183-3/+17
|
* bsps/arm: Fix generic timer frequencySebastian Huber2019-02-071-1/+1
| | | | Update #3456.
* bsps/arm: Remove unused bsp_stack_irq_sizeSebastian Huber2019-01-216-8/+0
| | | | Update #3459.
* bsps/arm: Conditional ARMv7-AR data cache disableSebastian Huber2019-01-101-0/+2
| | | | | Update #3667. Close #3674.