summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shell: Correct argument order of `mfill`Jonathan Brandmeyer2019-03-081-1/+1
* cpukit/arm: Correct register definitionJonathan Brandmeyer2019-03-081-2/+2
* bsps/powerpc: Move mpc55xx header filesSebastian Huber2019-03-0718-19/+19
* libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns2019-03-078-42/+144
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-0770-374/+335
* testsuite: Add rexclude, rinclude and cflags to test config files.Chris Johns2019-03-071-11/+83
* bsp/atsam: Accept only 8/16 bits per wordSebastian Huber2019-03-061-5/+3
* bsp/atsam: Optimize XDMAD_Handler()Sebastian Huber2019-03-061-8/+14
* bsp/atsam: Fix SPI CS change supportSebastian Huber2019-03-061-40/+12
* 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
* bsps: Move VME header filesSebastian Huber2019-03-055-3/+3
* bsps/powerpc: Move .rtemstack sectionSebastian Huber2019-03-041-4/+3
* bsps/powerpc: Fix PAGE_ALIGN() macrosSebastian Huber2019-03-043-3/+3
* bsp/altera-cyclone-v: Adjust Doxygen file groupsSebastian Huber2019-03-0451-0/+306
* bsp/altera-cyclone-v: Adjust Doxygen groupsSebastian Huber2019-03-046-48/+43
* bsps: Adjust architecture Doxygen groupsSebastian Huber2019-03-0458-157/+175
* Update Doxyfile to Doxygen 1.8.15Sebastian Huber2019-03-045-1566/+2537
* bsp/lpc1768_mbed*: Disable unsupported testsSebastian Huber2019-03-043-24/+206
* bsp/mpc5643l_*: Disable unsupported testsSebastian Huber2019-03-042-0/+108
* bsp/lm4f120: Disable unsupported testsSebastian Huber2019-03-041-6/+64
* bsp/gen5200: Remove offending @mainpageSebastian Huber2019-03-011-7/+0
* score: Fix _Scheduler_EDF_Cancel_job()Sebastian Huber2019-03-013-2/+23
* 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
* 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-28216-216/+216
* bsp/altera-cyclone-v: Move header fileSebastian Huber2019-02-272-2/+0
* dev/sc16is752: Fix parity generation.Christian Mauderer2019-02-271-0/+1
* arm/beagle: Fix sdcard.sh toolPierre-Louis Garnier2019-02-271-7/+9
* arm/beagle: SPI driverPierre-Louis Garnier2019-02-276-2/+778
* bsps/arm: Fix system register for virtual timerKinsey Moore2019-02-221-1/+1
* libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns2019-02-201-2/+2
* libdl/archive: Check for an overflow of the symbol table.Chris Johns2019-02-201-3/+12
* libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns2019-02-202-3/+3
* libdl/archive: Return false on read failure.Chris Johns2019-02-201-0/+1
* libdl/alloc: Add a locking interface to the allocator.Chris Johns2019-02-204-5/+83
* bsps/arm: Move device tree copySebastian Huber2019-02-181-23/+24
* bsp/altera-cyclone-v: Use FDT for clock frequencySebastian Huber2019-02-183-3/+15
* bsp/altera-cyclone-v: Make FDT support optionalSebastian Huber2019-02-184-3/+20
* psxtests/psxonce01: Fix typoSebastian Huber2019-02-181-2/+2
* score: Avoid some deadlocks in _Once()Sebastian Huber2019-02-188-71/+183
* libdl/rap: Add the section alloc call after section load was splitChris Johns2019-02-151-0/+6
* libdl: Allocator does not unlock and lock memory on loading.Chris Johns2019-02-155-17/+158
* posix: Remove unused _POSIX_Get_object_body()Sebastian Huber2019-02-121-41/+0
* psxtests: Remove bogus fileSebastian Huber2019-02-121-38/+0
* bsps/powerpc: Fix small data area sectionSebastian Huber2019-02-115-20/+26
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-0955-308/+1643