summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* moxie machine type not supported by rtems-syms. See #2213Joel Sherrill2015-03-241-0/+1
* 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
* sptests/sp13/system.h: Fine tune message buffer configuration to avoid intege...Joel Sherrill2015-03-241-13/+17
* 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
* avrtest: Disable jffs2 and mrfs testsJoel Sherrill2015-03-221-0/+2
* testsuites/testdata: Add sets to disable all jffs2 and mrfs testsJoel Sherrill2015-03-222-0/+25
* tools/build/rtems-test-check: Support multiple include filesJoel Sherrill2015-03-221-1/+1
* cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warningJoel Sherrill2015-03-221-1/+5
* cpukit/libmisc/shell/main_df.c: Eliminate printf() format warningJoel Sherrill2015-03-221-2/+3
* score: Simplify debug code and use _Assert()Sebastian Huber2015-03-224-60/+13
* score: Move _Thread_queue_Requeue()Sebastian Huber2015-03-223-68/+43
* score: Move _Thread_queue_Extract()Sebastian Huber2015-03-225-174/+118
* score: Move _Thread_blocking_operation_Cancel()Sebastian Huber2015-03-224-124/+90
* sptests/spintrcritical23: Fix warningsSebastian Huber2015-03-211-8/+10
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-20134-134/+134
* score: Delete unused _Timestamp_(To|From)_ticks()Alexander Krutwig2015-03-204-103/+1
* score: Delete unused _Timestamp_Divide_by_integerAlexander Krutwig2015-03-204-85/+1
* rtems: Use atomic operation with correct typeDaniel Cederman2015-03-201-1/+1
* bsp/rtl22xx: Add prefix due to name conflictsSebastian Huber2015-03-201-5/+5
* Add CAN, PWM, ADC and UART1/2/3 support to the LPC176x BSP.Martin Galvan2015-03-2020-10/+1881
* score: Fix _Thread_Change_priority()Sebastian Huber2015-03-209-14/+256
* score: Delete unused _Timestamp_Is_valid()Alexander Krutwig2015-03-192-31/+0
* score: Fix _Debug_Is_owner_of_allocator()Sebastian Huber2015-03-191-2/+11