summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bsp/lpc24xx: Convert I2C driver to Linux APISebastian Huber2019-03-154-365/+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.
* shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill2019-03-141-2/+3
| | | | Closes #3694.
* main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill2019-03-141-4/+5
|
* fifo.c: Eliminate logically dead code (Coverity 1437635)Joel Sherrill2019-03-141-8/+5
|
* 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-14135-142/+6
|
* sparc64: Do not include <rtems/asm.h> in C sourceSebastian Huber2019-03-141-1/+0
|
* Add rtems_board_support_package()Sebastian Huber2019-03-143-0/+14
|
* posix: is_initialized is of type int not boolSebastian Huber2019-03-133-3/+3
|
* Regenerate cpukit/headers.amSebastian Huber2019-03-131-0/+1
| | | | Updates #3686.
* 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
* coremsgseize.c: Fix spelling errorJoel Sherrill2019-03-121-1/+1
|
* 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
|
* record: Add more system eventsSebastian Huber2019-03-122-115/+115
| | | | Update #3665.
* record: Add system call entry/exit eventsSebastian Huber2019-03-122-165/+165
| | | | | | This corresponds to the Linux syscall_entry_* and syscall_exit_* events. Update #3665.
* record: Rename internal per-CPU eventsSebastian Huber2019-03-126-27/+27
| | | | Update #3665.
* Correct psxtmtests_plan.csvShashvat Jain2019-03-111-3/+3
|
* 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.
* shell: Correct argument order of `mfill`Jonathan Brandmeyer2019-03-081-1/+1
| | | | Close #3720.
* cpukit/arm: Correct register definitionJonathan Brandmeyer2019-03-081-2/+2
| | | | | | | | | | | | | | The register definition for the CP15 PMCR (performance monitor control register) has the bits for X (export enable) and D (clock divider enable) backwards. Correct them according to ARMv7-A/R Architecture Reference Manual, Rev C, Section B4.1.117. Consequences: On an implementation that starts off with D set at reset, the clock divider will not be disabled by using RTEMS' definition of the D bit. Tested by using the counter on Xilinx Zynq 7020 to measure some atomic accesses and cache flushing operations.
* 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-078-42/+144
| | | | Updates #3687
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-0770-374/+335
| | | | | - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
* testsuite: Add rexclude, rinclude and cflags to test config files.Chris Johns2019-03-071-11/+83
|