Gedare Bloom
23e43f6af1
cpukit: deprecate rtems_clock_get(). closes #2294 .
2015-03-10 13:51:33 -04:00
Gedare Bloom
3ac681191e
cpukit: deprecate notepads
...
Deprecate Classic API Notepads. Mark task_set/get_note() with
the deprecated attribute, and also mark the notepads field.
Replace disable with enable option for notepads in confdefs.h,
and make notepads disabled by default. The previous option
CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused and
will emit a compile-time warning. A new option
CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS is available to turn
on notepads, but it also will emit a compile-time warning
to indicate that notepads are deprecated.
Closes #2265
2015-03-10 12:53:07 -04:00
Joel Sherrill
b05549fc72
cpukit/libcrypt/misc.c: Reverse order of statements in ifdef
2015-03-10 09:10:39 -05:00
Sebastian Huber
f244bfc5f8
posix: Install <semaphore.h> only if not provided
2015-03-10 08:56:06 +01:00
Sebastian Huber
1f671565ab
libcsupport: Delete superfluous _gettimeofday()
2015-03-10 08:56:06 +01:00
Sebastian Huber
77e682ec85
posix: Change sem_t to the 32-bit object type
...
This change is also valid for 16-bit object type architectures since in
this case POSIX_Semaphore_Control::Semaphore_id is used as a proxy.
2015-03-10 08:56:06 +01:00
Sebastian Huber
60bded9f8b
posix: Use a value of 0 for SEM_FAILED
...
This is the standard NULL pointer.
2015-03-10 08:56:05 +01:00
Sebastian Huber
f0ff18e035
score: Add rtems_set_errno_and_return_value()
...
Remove rtems_set_errno_and_return_minus_one_cast().
2015-03-10 08:55:10 +01:00
Joel Sherrill
34e0a56982
cpukit/libmisc/fsmount/fsmount.h: Remove duplicate comments and copyright
2015-03-09 16:56:18 -05:00
Joel Sherrill
015211b8f3
cpukit/dev/include/dev/i2c/i2c.h: Fix Doxygen grouping
2015-03-09 16:45:48 -05:00
Joel Sherrill
1aa7b8beb1
Move contents of libcsupport/include/zilog into libbsp/shared
...
Only a few BSPs use this and it should not have been in libcsupport.
2015-03-09 16:15:14 -05:00
Joel Sherrill
6796d9cd69
Remove unused cpukit/libcsupport/include/zilog/z8536.h
2015-03-09 16:15:14 -05:00
Joel Sherrill
5bc6237a36
Move libcsupport/include/motorola/*.h to m68k/idp BSP
...
These header files were only used by one BSP and they are
hardware dependent. The hardware dependency always made
them bad candidates for where they were in the tree. But
this fixes that.
2015-03-09 16:15:14 -05:00
Joel Sherrill
865f10d16e
cpukit/libcrypt/misc.c: Conditionally correct 16-bit unclean code
2015-03-09 16:14:18 -05:00
Joel Sherrill
d9cda35785
cpukit/libdl/rtl-mdreloc-m32r.c: Add parentheses per Chris' suggestion
2015-03-09 16:14:18 -05:00
Joel Sherrill
9cc1892650
libcpu/powerpc/mpc8260/console-generic/console-generic.c: Include bsp.h to fix warning
2015-03-09 16:14:18 -05:00
Joel Sherrill
120af8092d
rtl22xx.cfg: Remove -DNDEBUG flag
2015-03-09 16:14:18 -05:00
Joel Sherrill
058a92da41
lpc1768_mbed.cfg: Remove -DNDEBUG flag
2015-03-09 16:14:17 -05:00
Joel Sherrill
500eb0443e
mvme136.cfg: Remove -DNDEBUG flag
2015-03-09 16:14:17 -05:00
Joel Sherrill
2468aa3dff
vprintk.c: Reorder switch and add default to eliminate warning
2015-03-09 16:14:17 -05:00
Joel Sherrill
ef598c37cf
or1k/rtems/score/cpu.h: Add no_return attribute to _CPU_Context_restore
2015-03-09 16:14:17 -05:00
Joel Sherrill
41a007422d
tools/cpu/sh/sci.c: Add include of bsp.h to generated file
2015-03-09 16:14:16 -05:00
Joel Sherrill
4f4e7bb683
cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switch
2015-03-09 16:14:16 -05:00
Joel Sherrill
2a11a46fd1
or1k: Correct _CPU_Thread_Idle_body prototype
2015-03-09 16:14:16 -05:00
Joel Sherrill
867a54a276
gensh1/include/bsp.h: Add needed prototype
2015-03-09 16:14:16 -05:00
Joel Sherrill
52c56af032
gensh4/include/bsp.h: Remove unused prototype and include
2015-03-09 16:14:16 -05:00
Joel Sherrill
a1148f3667
powerpc/shared/bootloader/pci.c: Remove warnings
2015-03-09 16:14:15 -05:00
Joel Sherrill
315926703e
shared/include/grcan.h: Add prototypes to fix warnings
2015-03-09 16:14:15 -05:00
Sebastian Huber
40ecd117b2
sysconf: Add _SC_NPROCESSORS_(CONF|ONLN)
2015-03-09 15:25:24 +01:00
Sebastian Huber
8552df6514
sysconf: Simplify
2015-03-09 15:25:17 +01:00
Sebastian Huber
19799fb0f7
libtests/stringto01: Fix for GCC 5.0
2015-03-09 13:52:49 +01:00
Sebastian Huber
bf11690ca2
network: Avoid clash with FreeBSD <sys/time.h>
2015-03-09 13:16:06 +01:00
Sebastian Huber
25ce352bcb
score: Fix for GCC version 5 and later
2015-03-09 11:43:55 +01:00
Sebastian Huber
7b4e81d0c1
score: Typo
...
Close #2286 .
2015-03-09 08:51:55 +01:00
Joel Sherrill
19a1f6b2cc
Temporarily disable libdl for h8300
...
The h8300 gets a linking error for the dl0* tests. This temporarily
disables libdl until that can be investigated.
updates 2284.
2015-03-06 20:04:25 -06:00
Joel Sherrill
1ae60ae5cf
Add fsscandir01 variants as needed to more BSPs testsuite configuration
2015-03-06 20:04:25 -06:00
Joel Sherrill
dea43a0da6
Temporarily ignore dl* tests on some PowerPC BSPs
...
Some BSPs have issues linking the dl* tests. These issues have
not been investigated. This is a temporary workaround until we
have an explanation and permanent solution.
updates 2258.
2015-03-06 20:04:25 -06:00
Joel Sherrill
7af34c13d7
Always disable networking for h8300
2015-03-06 20:04:25 -06:00
Joel Sherrill
e516d4546d
Temporarily disable libdl tests on some MIPS BSPSs
...
These BSPs are little endian while most are big endian.
The dl tool does not support the -EL option yet.
updates 2279.
2015-03-06 20:04:24 -06:00
Joel Sherrill
ee113c22f8
dltests-broken-on-this-bsp.tcfg: New file used for dl* tests work around
2015-03-06 20:04:24 -06:00
Joel Sherrill
a726ca6488
Temporarily disable libdl for lm32
...
There is a GCC ICE when building libdl. This temporarily disables
building libdl until that is resolved.
updates 2283.
2015-03-06 20:04:24 -06:00
Joel Sherrill
1d061ee37e
Temporarily disable libdl for v850
...
There is an issue linking dl0* which has not been resolved.
This issue is being tracked but is not considered a release
blocker. This patch is a workaround which disables libdl
for the v850 until the ticket is resolved.
updates 2260.
2015-03-06 20:04:24 -06:00
Joel Sherrill
9bef63ea8e
Temporarily disable libdl for bfin
...
There is an issue linking dl0* which has not been resolved.
This issue is being tracked but is not considered a release
blocker. This patch is a workaround which disables libdl
for the bfin until the ticket is resolved.
updates 2252.
2015-03-06 20:04:23 -06:00
Joel Sherrill
683ebac31c
raspberrypi: Do not include default IRQ handler and BSP specific one
...
This was tripping a linker error in the dl0[12] tests.
closes 2247.
2015-03-06 20:04:23 -06:00
Joel Sherrill
a87e8b8d2d
lpc1768_mbed_ahb_ram-testsuite.tcfg: Add ftp01
2015-03-06 20:04:23 -06:00
Joel Sherrill
8f49ddaf0a
lpc1768_mbed_ahb_ram.tcfg: Remove as it is a junk file
...
This file does not have "-testsuite" in the name and is ignored
by the build system.
2015-03-06 20:04:23 -06:00
Joel Sherrill
a7e4de2504
Fix even more Doxygen issues
2015-03-06 14:33:08 -06:00
Joel Sherrill
325a61d524
coremuteximpl.h: Reorder macro names to match body and fix Doxygen warnings
...
closes 2285.
2015-03-06 14:06:49 -06:00
Joel Sherrill
e0eb07a22b
Fix more Doxygen typos
2015-03-06 13:26:12 -06:00
Joel Sherrill
cc69334f42
Fix a number of minor Doxygen formatting issues
2015-03-06 10:37:55 -06:00