Commit Graph

27754 Commits

Author SHA1 Message Date
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
Chris Johns
b9d16f713f libmisc/redirector: Fix unlock on exit from the handler. 2015-03-18 16:09:52 +11:00
Joel Sherrill
fb1a9ad0ff m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add tmfine01 2015-03-17 10:59:01 -05:00
Joel Sherrill
d48d08cd72 arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg: Add tmfine01 2015-03-17 10:59:01 -05:00
Joel Sherrill
d10e331a2b arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg: Add tmfine01 2015-03-17 10:59:00 -05:00
Joel Sherrill
487642f0f9 arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add tmfine01 2015-03-17 10:59:00 -05:00
Joel Sherrill
77d558c134 arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg: Add tmfine01 2015-03-17 10:59:00 -05:00
Joel Sherrill
13d50330bc arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg: Add tmfine01 2015-03-17 10:59:00 -05:00
Joel Sherrill
a7c7bdc4bc arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg: Add tmfine01 2015-03-17 10:58:59 -05:00
Sebastian Huber
e6f4a612d8 IMFS: NUL-terminate name returned by readdir() 2015-03-17 16:18:03 +01:00
Joel Sherrill
72d3f1a65e spcbssched03/tasks_periodic.c: Fixed now used before set warning 2015-03-17 10:05:08 -05:00
Joel Sherrill
6b38b72f1a cpukit/include/rtems/btimer.h: Improve brief 2015-03-17 10:05:08 -05:00
Joel Sherrill
195efa4368 powerpc/shared/flash/intelFlash.c: Eliminate use of deprecated method 2015-03-17 10:05:07 -05:00
Joel Sherrill
38d9166751 powerpc/mvme5500/vectors/exceptionhandler.c: Turn off deprecated warning
updated #2306.
2015-03-17 10:05:07 -05:00
Joel Sherrill
3c69c467ac sptests misc: Update to not use deprecated methods 2015-03-17 10:05:07 -05:00
Joel Sherrill
e334edd171 tests misc: Disable deprecated method usage warning when intentional
These tests intentionally use the deprecated method. Eventually
this code in the sections can be deleted.
2015-03-17 10:05:07 -05:00
Joel Sherrill
217b3f53f6 Disable deprecated warning on implementation of deprecated methods 2015-03-17 10:05:06 -05:00
Joel Sherrill
0a6d12afb4 libmisc/monitor/mon-task.c: Disable deprecated warning for use of notepads 2015-03-17 10:05:06 -05:00
Joel Sherrill
be277dd8e0 libchip/network/if_fxp.c: Do not use rtems_clock_get() 2015-03-17 10:05:06 -05:00
Joel Sherrill
296b024778 libchip/i2c/spi-memdrv.c: Do not use rtems_clock_get() 2015-03-17 10:05:06 -05:00
Joel Sherrill
24868ecb92 libcpu/bfin/clock/rtc.c: Do not use rtems_clock_get() 2015-03-17 10:05:05 -05:00
Joel Sherrill
c1479edf5b powerpc/shared/flash/intelFlash.c: Do not use rtems_clock_get() 2015-03-17 10:05:05 -05:00
Joel Sherrill
fe0eb1b513 score603e/tod/tod.c: Do not use rtems_clock_get() 2015-03-17 10:05:05 -05:00
Joel Sherrill
05af8b9802 beatnik/network/porting/if_xxx_rtems.c: Do not use rtems_clock_get() 2015-03-17 10:05:05 -05:00
Joel Sherrill
0cc35f01a1 mvme167/network/network.c: Do not use rtems_clock_get() 2015-03-17 10:05:04 -05:00
Joel Sherrill
8164ebdde4 mvme162/tod/tod.c: Do not use rtems_clock_get() 2015-03-17 10:05:04 -05:00
Joel Sherrill
979bda9587 tm07: Split some code into new spnotepad02.
Use of deprecated notepads in sp07 needs further work.

Updates #2305.
2015-03-17 10:05:04 -05:00
Joel Sherrill
0e6f915c8e testsuites/samples/minimum/init.c: Notepads no longer need to be disabled
They are disabled by default as they are deprecated.
2015-03-17 10:05:04 -05:00