summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/lpc24xx: Convert I2C driver to Linux APISebastian Huber2019-03-153-364/+435
| | | | | | Change license to BSD-2-Clause. Close #3725.
* bsps/powerpc: Initialize stack earlierSebastian Huber2019-03-151-9/+9
| | | | | | The __eabi() call may use the stack. Update #3459.
* z85c30.c: Do not process 0 baud and return an error (CID 1399713)Joel Sherrill2019-03-141-0/+9
|
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-1421-24/+1
|
* Add rtems_board_support_package()Sebastian Huber2019-03-141-0/+6
|
* bsp/lm3s69xx: Fix typo in test configurationSebastian Huber2019-03-132-2/+1
|
* mpc5643l_evb-testsuite.tcfg: : Update to account for static allocation and ↵Joel Sherrill2019-03-121-0/+4
| | | | BSP small memory
* mpc5643l_dpu-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+4
| | | | small memory
* mcf5225x-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+1
| | | | small memory
* mcf52235-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+6
| | | | small memory
* 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-082-5/+8
| | | | 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-0888-172/+263
| | | | Update #3706.
* bsps: Adjust bsp.h Doxygen groupsSebastian Huber2019-03-08374-653/+1693
| | | | Update #3706.
* bsps/powerpc: Move mpc55xx header filesSebastian Huber2019-03-0718-19/+19
| | | | They are only used by this BSP.
* libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns2019-03-077-42/+129
| | | | Updates #3687
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-0721-173/+21
| | | | | - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
* 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.
* bsps: Move VME header filesSebastian Huber2019-03-055-3/+3
| | | | They are only used by PowerPC BSPs.
* bsps/powerpc: Move .rtemstack sectionSebastian Huber2019-03-041-4/+3
| | | | | Move the .rtemsstack section from a read-only to a read-write area, see page table setup in __BSP_default_pgtbl_setup().
* bsps/powerpc: Fix PAGE_ALIGN() macrosSebastian Huber2019-03-043-3/+3
| | | | | Previous warning fixes which include <sys/param.h> broke this macro. The definition of PAGE_MASK changed.
* 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-0458-157/+175
| | | | | | | | | | - 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/mpc5643l_*: Disable unsupported testsSebastian Huber2019-03-042-0/+108
|