Commit Graph

28381 Commits

Author SHA1 Message Date
Joel Sherrill
36ad3c771e mrm332/console/sci.c: Make routines static 2015-03-24 08:16:44 -05:00
Joel Sherrill
90f2544035 nds/libnds/source/arm9/image.c: Add needed cast 2015-03-24 08:16:42 -05:00
Joel Sherrill
e2192d9f57 nds/libnds/source/arm7/clock.c: Avoid over indexing array 2015-03-24 08:16:41 -05:00
Joel Sherrill
e836c7c16c lpc176x/console/console-config.c: Conditionalize code to avoid unused warnings 2015-03-24 08:16:39 -05:00
Joel Sherrill
c2451845f4 tools/build/binpatch.c: Include <unistd.h> for getopt() 2015-03-24 08:16:38 -05:00
Joel Sherrill
5da717ac0a sptls03/init.c: Make type and constants uint32_t to avoid overflow warnings 2015-03-24 08:16:38 -05:00
Joel Sherrill
dc8ab4400b sptls01/init.c: Use larger data types for values 2015-03-24 08:16:37 -05:00
Joel Sherrill
0d36bfb30e rtems/score/tls.h: Add casts to eliminate warnings on some targets 2015-03-24 08:16:36 -05:00
Joel Sherrill
73a2caf46b sptests/spwatchdog/init.c: Avoid integer overflow 2015-03-24 08:16:35 -05:00
Joel Sherrill
2fe0f16d13 sptests/spedfsched02: Reduce stack space usage to fix on smaller targets 2015-03-24 08:16:35 -05:00
Joel Sherrill
c6ef8708c3 sptests/spatomic01/init.c: Avoid integer overflow 2015-03-24 08:16:34 -05:00
Joel Sherrill
7075711493 sptests/sp34/changepri.c: Correct printf() warning 2015-03-24 08:16:33 -05:00
Joel Sherrill
6c1aff6633 sptests/sp33/init.c: Correct printf() warning 2015-03-24 08:16:33 -05:00
Joel Sherrill
6849e5379a sptests/sp20: Reduce memory requirements
This was checked on sparc/sis. If this fails on other targets, then
the task stack sizes needs to be reevaluated.
2015-03-24 08:16:32 -05:00
Joel Sherrill
2be0342a4b sptests/sp13/system.h: Fine tune message buffer configuration to avoid integer overflow 2015-03-24 08:16:32 -05:00
Joel Sherrill
52a34a7419 sptests/sp12/pritask.c: Correct printf() warning 2015-03-24 08:16:31 -05:00
Joel Sherrill
ab90136b43 psxconfig01/init.c: Correct pointer/integer size warning 2015-03-24 08:16:30 -05:00
Joel Sherrill
278da87f3b psxtests/psx15/init.c: Correct printf() warning 2015-03-24 08:16:30 -05:00
Joel Sherrill
59efbdd4e9 malloctest/init.c: Fix use uninitialized warning 2015-03-24 08:16:29 -05:00
Joel Sherrill
0a9345ed68 shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVAL 2015-03-24 08:16:28 -05:00
Joel Sherrill
54bfbe05bc dummy/default-configuration.c: Tune configuration down for small targets 2015-03-24 08:16:27 -05:00
Joel Sherrill
735efe7e6d capture/capture_support.c: Fix printf() warning and formatting 2015-03-24 08:16:27 -05:00
Joel Sherrill
4727585092 imfs.h: Add cast to remove warning for pointer/integer size mismatch 2015-03-24 08:16:22 -05:00
Joel Sherrill
7a6c7fe360 m32csim-testsuite.tcfg: Add tests with data size issues 2015-03-22 10:29:59 -05:00
Joel Sherrill
8b5f911bed h8sim*-testsuite.tcfg: Add tests with data size issues 2015-03-22 10:29:59 -05:00
Joel Sherrill
14655d3548 avrtest-testsuite.tcfg: Add tests with data size issues 2015-03-22 10:29:59 -05:00
Joel Sherrill
e0437fe17f testsuites/psxtests/psxsignal03/init.c: Fix line wrap 2015-03-22 10:29:59 -05:00
Joel Sherrill
c69f236dd5 m32cbsp: Disable jffs2 and mrfs tests 2015-03-22 10:29:58 -05:00
Joel Sherrill
83f11c2815 h8sim: Disable jffs2 and mrfs tests 2015-03-22 10:29:58 -05:00
Joel Sherrill
1d0973283a avrtest: Disable jffs2 and mrfs tests 2015-03-22 10:29:58 -05:00
Joel Sherrill
f061f2f554 testsuites/testdata: Add sets to disable all jffs2 and mrfs tests 2015-03-22 10:29:58 -05:00
Joel Sherrill
6442d54d5c tools/build/rtems-test-check: Support multiple include files 2015-03-22 10:29:57 -05:00
Joel Sherrill
5cd910bf3a cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warning 2015-03-22 10:29:57 -05:00
Joel Sherrill
5ce776ec62 cpukit/libmisc/shell/main_df.c: Eliminate printf() format warning 2015-03-22 10:29:57 -05:00
Sebastian Huber
a6524b9ca7 score: Simplify debug code and use _Assert() 2015-03-22 14:31:59 +01:00
Sebastian Huber
d2bdf5cc4d score: Move _Thread_queue_Requeue()
Now all the main thread queue operations are in one module.
2015-03-22 11:58:10 +01:00
Sebastian Huber
688fbc4401 score: Move _Thread_queue_Extract()
Move _Thread_queue_Dequeue().  We need all or no thread queue functions
so it makes no sense to have them in separate modules.  One module
enables compiler optimizations without link-time optimization.  Make
_Thread_blocking_operation_Finalize() static since it is use now only in
one module.
2015-03-22 11:56:43 +01:00
Sebastian Huber
24297668a3 score: Move _Thread_blocking_operation_Cancel()
Move _Thread_blocking_operation_Cancel() and make static since it is
only used by _Thread_queue_Enqueue_with_handler().

Move _Thread_blocking_operation_Finalize().
2015-03-22 10:37:52 +01:00
Sebastian Huber
40a2466164 sptests/spintrcritical23: Fix warnings 2015-03-21 20:15:37 +01:00
Sebastian Huber
d4edbdbcbf Replace www.rtems.com with www.rtems.org 2015-03-20 15:42:34 +01:00
Alexander Krutwig
c380316710 score: Delete unused _Timestamp_(To|From)_ticks() 2015-03-20 13:46:43 +01:00
Alexander Krutwig
677d2b09d1 score: Delete unused _Timestamp_Divide_by_integer 2015-03-20 13:46:43 +01:00
Daniel Cederman
665928a9b5 rtems: Use atomic operation with correct type 2015-03-20 12:00:00 +01:00
Sebastian Huber
9f34aa5e06 bsp/rtl22xx: Add prefix due to name conflicts
Close #2303.
2015-03-20 09:45:02 +01:00
Martin Galvan
7b35a36fb1 Add CAN, PWM, ADC and UART1/2/3 support to the LPC176x BSP.
This patch adds support for the following devices to the LPC176x BSP:

* CAN
* PWM
* ADC

It also adds the probe routines for UART1/2/3 to the console_device_table in console-config.c, and enables UART1 in configure.ac.
2015-03-20 09:16:07 +01:00
Sebastian Huber
6a941e3a99 score: Fix _Thread_Change_priority()
Atomically update the current priority of a thread and the wait queue.
Serialize the scheduler update in a separate critical section with a
generation number.

New test sptests/spintrcritical23.

Close #2310.
2015-03-20 08:49:33 +01:00
Alexander Krutwig
e0a25fb637 score: Delete unused _Timestamp_Is_valid() 2015-03-19 16:41:22 +01:00
Sebastian Huber
faf3ff8f5e score: Fix _Debug_Is_owner_of_allocator() 2015-03-19 08:55:01 +01:00
Chris Johns
da30417b24 libmisc/capture: Clean up formatting on ARM.
The printing of 64bit diff's for the timestamp did not work on ARM
so I have changed this to 32bit. A 32bit nano-second diff between
events should be more than enough time.

Print '____' for POSIX thread output.
2015-03-19 18:25:51 +11:00
Sebastian Huber
55243d090e testsupport: Do not suspend worker tasks 2015-03-18 13:51:22 +01:00