[PATCH] libdl: The dl04 is too big for some BSPs. Do not built it.

2016-08-24 Thread Chris Johns
--- c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg | 1 + c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg| 1 + c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg | 1 + 3 files changed, 3 insertions(+) diff --git a/c/src/lib/lib

Re: [PATCH 6/6 v2] libdl/rtl-obj.c: synchronize cache after code relocation.

2016-08-24 Thread Chris Johns
Hi Pavel, Sorry about the long delay in getting to this email. On 21/07/2016 11:23 AM, Pavel Pisa wrote: Hello Chris, On Thursday 21 of July 2016 00:22:30 Chris Johns wrote: On 20/07/2016 18:55, Pavel Pisa wrote: From be993a950be6c382b70609bcbc38be9bd161e1d4 Mon Sep 17 00:00:00 2001 Message

Re: [PATCH 4/5] posix: add user-facing hooks for shm object management

2016-08-24 Thread Gedare Bloom
On Tue, Aug 23, 2016 at 10:00 PM, Chris Johns wrote: > On 18/08/2016 6:02 AM, Gedare Bloom wrote: >> >> --- >> cpukit/posix/Makefile.am | 2 + >> cpukit/posix/include/rtems/posix/shm.h | 65 >> - >> cpukit/posix/include/rtems/posix/shmimpl.h | 11

Fwd: rtems interrupt

2016-08-24 Thread Ярослав Лещинский
Hi everyone. I need help with interrupt manager for stm32f4. Here is my test project https://github.com/MiDWalkeR/try_rtems. I took example code from hello_world_c and modify it: added my own drivers for exti and gpio. Drivers was checked without rtems and working well. Board - stm32f446re. When

GSoC Student and Mentor Evaluations Due ASAP

2016-08-24 Thread Joel Sherrill
Hi If you are a GSoC student or mentor, please file your evaluation ASAP!! If you have questions or concerns about your evaluation, please contact myself and Gedare. Thanks. --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/

Re: [PATCH 2/5] posix: shared memory support

2016-08-24 Thread Gedare Bloom
On Tue, Aug 23, 2016 at 9:49 PM, Chris Johns wrote: > On 18/08/2016 6:02 AM, Gedare Bloom wrote: >> >> Add POSIX shared memory manager (Shm). >> --- >> cpukit/posix/Makefile.am | 3 + >> cpukit/posix/include/rtems/posix/config.h | 5 + >> cpukit/posix/include/rtems/po