summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TMS570: Add board reset code to bsp_resetMartin Galvan2015-03-312-22/+34
|
* TMS570: Enable FPU in makefile.Martin Galvan2015-03-271-1/+1
|
* libcsupport: Include missing header fileSebastian Huber2015-03-261-0/+1
|
* sparc: Ensure interrupt service after ISR enableSebastian Huber2015-03-251-1/+8
|
* testsupport: Generate unique worker namesSebastian Huber2015-03-251-1/+11
|
* bsp/altera-cyclone-v: TypoSebastian Huber2015-03-251-3/+3
|
* smpmigration01: Delete timing dependent assertSebastian Huber2015-03-251-3/+6
| | | | | | The cycles per runner depends too heavily on the hardware timing making the assert unreliable. Delete runner tasks before we print out the status.
* smptests/smpfatal08: Workaround for QorIQ BSPsSebastian Huber2015-03-241-0/+8
|
* monitor: Fix notepad dumpSebastian Huber2015-03-241-4/+7
|
* score: Fix MrsP ISR/task sychronizationSebastian Huber2015-03-241-9/+12
|
* score: Add scheduler acquire/releaseSebastian Huber2015-03-249-32/+67
| | | | | | | This is currently a global lock for all scheduler instances. It should get replaced with one lock per scheduler instance in the future. Update #2273.
* score: Use a dedicated ISR lock for thread queuesSebastian Huber2015-03-241-20/+34
| | | | | | | | This makes it possible to use the standard thread queues in combination with objects using fine grained locking. There is no change for uni-processor configurations. Update #2273.
* score: Add thread lockSebastian Huber2015-03-245-6/+209
| | | | Update #2273.
* score: Add thread priority change handlerSebastian Huber2015-03-247-71/+133
| | | | | | | | | | Since the thread current priority change and thread queue requeue is performed in one critical section it is possible to simplify the thread queue requeue procedure. Add a thread queue agnostic thread priority change handler so that we are able to use alternative thread queue implementations. Update #2273.
* cpukit/libmisc/utf8proc/utf8proc.c: Avoid overflowJoel Sherrill2015-03-241-0/+5
|
* libdl/rtl-shell.c: Adjust printf() format for off_t based on targetJoel Sherrill2015-03-241-6/+8
|
* testsuites/sptests/sp54/init.c: Add cast to avoid warningJoel Sherrill2015-03-241-1/+1
|
* samples/minimum/init.c: Add cast to avoid warningJoel Sherrill2015-03-241-1/+1
|
* libdl/rtl-mdreloc-moxie.c: Fix printf() format warningsJoel Sherrill2015-03-242-5/+5
|
* moxie machine type not supported by rtems-syms. See #2213Joel Sherrill2015-03-241-0/+1
| | | | updates #2313.
* tools/cpu/nios2/ptf.c: Add include of <ctype.h>Joel Sherrill2015-03-241-0/+1
|
* mrm332/console/sci.c: Make routines staticJoel Sherrill2015-03-241-4/+4
|
* nds/libnds/source/arm9/image.c: Add needed castJoel Sherrill2015-03-241-1/+1
|
* nds/libnds/source/arm7/clock.c: Avoid over indexing arrayJoel Sherrill2015-03-241-1/+1
|
* lpc176x/console/console-config.c: Conditionalize code to avoid unused warningsJoel Sherrill2015-03-241-0/+4
|
* tools/build/binpatch.c: Include <unistd.h> for getopt()Joel Sherrill2015-03-241-0/+1
|
* sptls03/init.c: Make type and constants uint32_t to avoid overflow warningsJoel Sherrill2015-03-241-4/+4
|
* sptls01/init.c: Use larger data types for valuesJoel Sherrill2015-03-241-5/+5
|
* rtems/score/tls.h: Add casts to eliminate warnings on some targetsJoel Sherrill2015-03-241-3/+9
|
* sptests/spwatchdog/init.c: Avoid integer overflowJoel Sherrill2015-03-241-2/+8
|
* sptests/spedfsched02: Reduce stack space usage to fix on smaller targetsJoel Sherrill2015-03-242-3/+1
|
* sptests/spatomic01/init.c: Avoid integer overflowJoel Sherrill2015-03-241-8/+11
|
* sptests/sp34/changepri.c: Correct printf() warningJoel Sherrill2015-03-241-4/+5
|
* sptests/sp33/init.c: Correct printf() warningJoel Sherrill2015-03-241-2/+3
|
* sptests/sp20: Reduce memory requirementsJoel Sherrill2015-03-242-3/+1
| | | | | This was checked on sparc/sis. If this fails on other targets, then the task stack sizes needs to be reevaluated.
* sptests/sp13/system.h: Fine tune message buffer configuration to avoid ↵Joel Sherrill2015-03-241-13/+17
| | | | integer overflow
* sptests/sp12/pritask.c: Correct printf() warningJoel Sherrill2015-03-241-3/+4
|
* psxconfig01/init.c: Correct pointer/integer size warningJoel Sherrill2015-03-241-1/+1
|
* psxtests/psx15/init.c: Correct printf() warningJoel Sherrill2015-03-241-1/+3
|
* malloctest/init.c: Fix use uninitialized warningJoel Sherrill2015-03-241-0/+3
|
* shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVALJoel Sherrill2015-03-241-0/+9
|
* dummy/default-configuration.c: Tune configuration down for small targetsJoel Sherrill2015-03-241-4/+10
|
* capture/capture_support.c: Fix printf() warning and formattingJoel Sherrill2015-03-241-10/+14
|
* imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill2015-03-241-1/+1
|
* m32csim-testsuite.tcfg: Add tests with data size issuesJoel Sherrill2015-03-221-0/+5
|
* h8sim*-testsuite.tcfg: Add tests with data size issuesJoel Sherrill2015-03-222-1/+9
|
* avrtest-testsuite.tcfg: Add tests with data size issuesJoel Sherrill2015-03-221-0/+5
|
* testsuites/psxtests/psxsignal03/init.c: Fix line wrapJoel Sherrill2015-03-221-1/+5
|
* m32cbsp: Disable jffs2 and mrfs testsJoel Sherrill2015-03-221-8/+2
|
* h8sim: Disable jffs2 and mrfs testsJoel Sherrill2015-03-222-0/+4
|