Update #2514.
---
testsuites/psxtmtests/Makefile.am | 98 --
testsuites/psxtmtests/psxtmmq01/init.c | 2 +
2 files changed, 2 insertions(+), 98 deletions(-)
diff --git a/testsuites/psxtmtests/Makefile.am
b/testsuites/psxtmtests/Makefile.am
index 981417dbc2..
Update #2514.
---
testsuites/sptests/spmutex01/init.c | 58 +---
testsuites/sptests/spstdthreads01/init.c | 7
testsuites/sptests/spsysinit01/init.c| 35 ++-
testsuites/sptests/spthreadq01/init.c| 31 +
4 files changed,
An RTEMS application default configuration is contained in
cpukit/libmisc/dummy/default-configuration.c. This default
configuration was contained in librtemscpu.a. This had at least two
problems:
1. Application configuration errors may have pulled in the default
configuration which in turn le
Update #2514.
---
cpukit/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index cb3b5d9cbd..15c1da9b52 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -473,6 +473,7 @@ librtemscpu_a_SOURCES += libstdthreads/cnd.c
l
Update #2514.
---
cpukit/Makefile.am| 15 ---
cpukit/include/rtems/confdefs.h | 63 ++-
cpukit/posix/src/shmops.c | 40 +
cpukit/rtems/src/rtemsobjectgetapiclassname.c | 2 +-
4 files changed
Update #2514.
---
cpukit/Makefile.am| 14 +--
cpukit/include/rtems/confdefs.h | 123 --
cpukit/include/rtems/monitor.h| 4 +-
cpukit/include/rtems/posix/pthreadattrimpl.h | 2 -
cpukit/include/rtems/score/threa
This is the final patch set to enable all POSIX APIs except signals and
the sporadic server.
Sebastian Huber (14):
posix: Provide aio_suspend() by default
score: Remove bogus thread object name support
Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES
Move default config to librtemsdefaultconf
Update #2514.
---
cpukit/Makefile.am| 12 ++---
cpukit/include/rtems/confdefs.h | 77 ++-
cpukit/rtems/src/rtemsobjectgetapiclassname.c | 8 +--
3 files changed, 50 insertions(+), 47 deletions(-)
diff --git a/cpukit/Makefile.am b/
Update #2514.
---
testsuites/smptests/Makefile.am | 6 --
1 file changed, 6 deletions(-)
diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index 1ffa650beb..2e8e5b1782 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -338,7 +33
Enable support for string objects names unconditionally. Add const
qualifier throughout. Split _Objects_Namespace_remove() into
_Objects_Namespace_remove_u32() and _Objects_Namespace_remove_string()
to avoid an unnecessary dependency on _Workspace_Free().
Update #2514.
---
cpukit/include/rtems/
Update #2514.
---
cpukit/Makefile.am| 26 +++---
cpukit/include/rtems/confdefs.h | 52 +--
cpukit/include/rtems/score/coremsg.h | 26 ++
cpukit/rtems/src/rtemsobjectgetapiclassname.c | 2 +-
4 files cha
Update #2514.
---
cpukit/include/rtems/score/threadimpl.h | 4 +---
cpukit/posix/src/pthread.c | 4 +---
cpukit/rtems/src/tasks.c| 4 +---
cpukit/score/src/thread.c | 12
4 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/cpuk
Use separate configuration variables to avoid false dependencies.
Update #2514.
---
cpukit/Makefile.am | 6 +++
cpukit/include/rtems/confdefs.h| 95 +-
cpukit/include/rtems/posix/config.h| 66 ++-
cpukit/include/
Update #2514.
---
cpukit/include/rtems/posix/pthreadimpl.h | 2 ++
cpukit/include/rtems/posix/threadsup.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/cpukit/include/rtems/posix/pthreadimpl.h
b/cpukit/include/rtems/posix/pthreadimpl.h
index d900207fbd..be44716983 100644
--- a/cpukit/i
Update #2514.
---
testsuites/psxtests/Makefile.am | 102
testsuites/psxtests/psx07/init.c| 2 +
testsuites/psxtests/psxcleanup/system.h | 1 -
testsuites/psxtests/psxconfig01/init.c | 7 ++-
testsuites/psxtests/psxmsgq01/init.c| 3 +-
t
Hi
I have been assuming that this has no or minimal impact on the minimum
footprint but haven't seen any numbers. Do you have code and data size for
the samples from before and after these changes?
Thanks
--joel
On Mon, Oct 29, 2018, 4:03 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de
Hello Joel,
there is a slight increase in text size (about 300 to 500 bytes on
SPARC) due to the thread join support and the message queues supporting
blocking send and insert by priority. This shouldn't be a blocking
issue. If there is a real need the message queue support could be
restructu
On Mon, Oct 29, 2018, 8:51 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> Hello Joel,
>
> there is a slight increase in text size (about 300 to 500 bytes on
> SPARC) due to the thread join support and the message queues supporting
> blocking send and insert by priority. This sho
Hi,
I wanted to double check whether or not RTEMS will work on the Zynq Processor
found on the picoZed FPGA board (http://zedboard.org/product/picozed). I have
seen references for RTEMS for the MicroZed and ZedBoards which use the
Zynq-7010 and Zynq-7020 SOM FPGAs but wanted to confirm whether
On 30/10/2018 04:57, Misra, Avinash wrote:
>
> I wanted to double check whether or not RTEMS will work on the Zynq Processor
> found on the picoZed FPGA board (http://zedboard.org/product/picozed). I have
> seen references for RTEMS for the MicroZed and ZedBoards which use the
> Zynq-7010
> and Z
On 26/10/2018 05:26, Joel Sherrill wrote:
> Hi
>
> Some of the rtems repos that use waf have a copy of waf at the top of the
> tree,
> rtems-libbsd doesn't. I filed https://devel.rtems.org/ticket/3553 about this.
> I
> used the waf from examples-v2 to build it myself.
>
> What version of waf sh
On 30/10/2018 06:50, Chris Johns wrote:
On 26/10/2018 05:26, Joel Sherrill wrote:
Hi
Some of the rtems repos that use waf have a copy of waf at the top of the tree,
rtems-libbsd doesn't. I filed https://devel.rtems.org/ticket/3553 about this. I
used the waf from examples-v2 to build it myself.
On 30/10/2018 17:04, Sebastian Huber wrote:
> On 30/10/2018 06:50, Chris Johns wrote:
>> On 26/10/2018 05:26, Joel Sherrill wrote:
>>> Hi
>>>
>>> Some of the rtems repos that use waf have a copy of waf at the top of the
>>> tree,
>>> rtems-libbsd doesn't. I filed https://devel.rtems.org/ticket/355
23 matches
Mail list logo