Re: Pre-processor magic or test library?

2017-11-02 Thread Chris Johns
On 03/11/2017 00:22, Sebastian Huber wrote: > On 02/11/17 13:01, Sebastian Huber wrote: >> On 30/10/17 21:56, Chris Johns wrote: >>> On 31/10/2017 01:21, Joel Sherrill wrote: On Oct 30, 2017 8:43 AM, "Chris Johns" >>> > wrote: On 28/10/2017 22:42, Sebastian H

Re: [PATCH] c-user/configuring_a_system.rst: Delete notepads section

2017-11-02 Thread Sebastian Huber
This needs an update in "Obsolete Configuration Options". -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request

[PATCH] c-user/configuring_a_system.rst: Delete notepads section

2017-11-02 Thread Joel Sherrill
closes #3215. --- c-user/configuring_a_system.rst | 32 1 file changed, 32 deletions(-) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst index c91c8b6..c0b7151 100644 --- a/c-user/configuring_a_system.rst +++ b/c-user/configuring_a_sy

Re: Pre-processor magic or test library?

2017-11-02 Thread Sebastian Huber
On 02/11/17 14:22, Sebastian Huber wrote: A quick hack to enable a console driver in librtemsio.a would be to define console_*() as weak functions in the normal console driver. Separating the console driver from the device-specifics would be several days of work. I guess nobody has a time bud

Re: Pre-processor magic or test library?

2017-11-02 Thread Sebastian Huber
On 02/11/17 13:01, Sebastian Huber wrote: On 30/10/17 21:56, Chris Johns wrote: On 31/10/2017 01:21, Joel Sherrill wrote: On Oct 30, 2017 8:43 AM, "Chris Johns" mailto:chr...@rtems.org>> wrote: On 28/10/2017 22:42, Sebastian Huber wrote: > we have currently some pre-processor magic to

Re: Pre-processor magic or test library?

2017-11-02 Thread Sebastian Huber
On 30/10/17 21:56, Chris Johns wrote: On 31/10/2017 01:21, Joel Sherrill wrote: On Oct 30, 2017 8:43 AM, "Chris Johns" mailto:chr...@rtems.org>> wrote: On 28/10/2017 22:42, Sebastian Huber wrote: > we have currently some pre-processor magic to map the standard output functions to

[PATCH] posix: Use far future for very long timeouts

2017-11-02 Thread Sebastian Huber
Close #3205. --- cpukit/posix/src/nanosleep.c| 14 ++ cpukit/posix/src/sigtimedwait.c | 16 +++ cpukit/score/include/rtems/score/watchdogimpl.h | 30 + testsuites/psxtests/psxclock/init.c | 59 ++--- 4 files ch