---
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
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
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
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
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/
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