Re: [PATCH] doc: add some red-black tree documentation

2014-12-19 Thread Gedare Bloom
Committing this. -Gedare ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] doc: add some red-black tree documentation

2014-12-19 Thread Gedare Bloom
I forgot to update the hand-crafted texi. We can't be rid of this stuff soon enough. -Gedare On Fri, Dec 19, 2014 at 12:15 PM, Gedare Bloom wrote: > closes #2059 > --- > doc/user/Makefile.am | 13 +--- > doc/user/c_user.texi | 2 ++ > doc/user/rbtree.t| 92 > ++

[PATCH] doc: add some red-black tree documentation

2014-12-19 Thread Gedare Bloom
closes #2059 --- doc/user/Makefile.am | 13 +--- doc/user/c_user.texi | 2 ++ doc/user/rbtree.t| 92 3 files changed, 103 insertions(+), 4 deletions(-) create mode 100644 doc/user/rbtree.t diff --git a/doc/user/Makefile.am b/doc/user/

Re: [PATCH] doc: add some red-black tree documentation

2014-12-19 Thread Gedare Bloom
When I try to build the doc with this, I get ./chains.texi:862: Next reference to nonexistent `Red-Black Trees' ./timespec.texi:8: Prev reference to nonexistent `Red-Black Trees Documentation for the Red-Black Tree Directives' gmake[1]: *** [c_user.info] Error 1 Probably some problem in the Makef

[PATCH] doc: add some red-black tree documentation

2014-12-19 Thread Gedare Bloom
closes #2059 --- doc/user/Makefile.am | 13 +--- doc/user/rbtree.t| 92 2 files changed, 101 insertions(+), 4 deletions(-) create mode 100644 doc/user/rbtree.t diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index e774319..cd8

Re: Reducing RTEMS size to <32KB to fit in Epiphany local memories

2014-12-19 Thread Hesham Moustafa
Hi, Thanks all for your replies. I managed to get ~25KB ticker/"nanoRTEMS" (with the remaining space left for the workspace), but that came with the requirement to delete printk and all output. I verified ticker runs till the end using GDB and some memory footprints. Best, Hesham On Thu, Dec 18,

Re: Mutex obtain with timeout

2014-12-19 Thread Sebastian Huber
On 19/12/14 14:53, Hesham Moustafa wrote: On Thu, Dec 18, 2014 at 4:38 PM, Joel Sherrill wrote: > >On 12/18/2014 9:40 AM, Hesham Moustafa wrote: >>On Thu, Dec 18, 2014 at 3:38 PM, Joel Sherrill >> wrote: >>> >>>On December 18, 2014 5:18:31 AM PST, Sebastian Huber wrote: Hello,

Re: Mutex obtain with timeout

2014-12-19 Thread Hesham Moustafa
On Thu, Dec 18, 2014 at 4:38 PM, Joel Sherrill wrote: > > On 12/18/2014 9:40 AM, Hesham Moustafa wrote: >> On Thu, Dec 18, 2014 at 3:38 PM, Joel Sherrill >> wrote: >>> >>> On December 18, 2014 5:18:31 AM PST, Sebastian Huber >>> wrote: Hello, I work currently on concepts to imple

Fwd: GCC 4.8.4 Released

2014-12-19 Thread Joel Sherrill
If we have targets using 4.8.x, it is time to consider a bump. Original Message From: Jakub Jelinek Sent: December 19, 2014 5:31:32 AM PST To: "gcc-annou...@gcc.gnu.org" , "g...@gcc.gnu.org" , "info-...@gnu.org" Subject: GCC 4.8.4 Released The GNU Compiler Collection version

Re: [PATCH 1/2] LEON3: use new mcpu=leon3v7 build flag

2014-12-19 Thread Daniel Hellstrom
On 12/04/2014 04:26 PM, Sebastian Huber wrote: On 04/12/14 15:54, Daniel Hellstrom wrote: On 12/04/2014 03:26 PM, Sebastian Huber wrote: On 04/12/14 13:10, Daniel Hellstrom wrote: The LEON3 BSP has been using mcpu=cypress which is a SPARCV7 that is compatible with SPARCv8 CPUs. This patch ena