Hi Marcos,
I upgraded the image. I cannot boot the RTEMS image using tftp. Seems there
was a bug in u-boot & fixed later. It propagated to BBB image. I am having
troube booting with SD card. I am working on this.
In the mean time, I sent you a cache enabled RTEMS BBB image. This is based
on rte
On Mon, Sep 21, 2015 at 10:11 AM, Isaac Gutekunst
wrote:
> Hi Sebastian,
>
> The zip file contains a number of files that we don't want, even inside the
> relevant sub-directory. Should the commit bring in only the file we care
> about?
>
Yes.
> Of course, for the fortunately very minor modificat
Hi Sebastian,
The zip file contains a number of files that we don't want, even inside the relevant
sub-directory. Should the commit bring in only the file we care about?
Of course, for the fortunately very minor modifications, we will wrap them with
#ifdef __rtems__
#else
#endif
In a subsequ
Hello Isaac,
this sounds all right in case all the files added to RTEMS provided by
ST contain this header in the ZIP file distributed by ST. One commit
should add all these files unmodified. A download link for this ZIP file
in the commit message would be nice.
--
Sebastian Huber, embedded
Hi Sebastian,
The license is standard BSD. Every file includes this 3-clause header
**
* @attention
*
* © COPYRIGHT(c) 2015 STMicroelectronics
*
* Redistribution and use in source and binary forms, with or wit
Yes I think so please apply both if you like
On Mon, Sep 21, 2015 at 4:05 AM, Sebastian Huber
wrote:
> On 18/09/15 23:53, Martin Galvan wrote:
>>
>> This patch adds a brief description of how context state is saved into the
>> SP on exception entry, and makes a few changes to
>> _ARMV7M_Exception
On 18/09/15 23:53, Martin Galvan wrote:
This patch adds a brief description of how context state is saved into the
SP on exception entry, and makes a few changes to _ARMV7M_Exception_default
in order to make it a bit more efficient. I also removed the unused 'v7mfsz'
input parameter.
This should
---
cpukit/Makefile.am | 1 +
cpukit/configure.ac| 4 +
cpukit/libstdthreads/Makefile.am | 21 +
cpukit/libstdthreads/call_once.c | 6 +-
cpukit/libstdthreads/cnd.c |
---
cpukit/libstdthreads/call_once.c | 44 ++
cpukit/libstdthreads/cnd.c | 98 ++
cpukit/libstdthreads/mtx.c | 116 +++
cpukit/libstdthreads/thrd.c | 128 +++
cpukit/libst
newlib/ChangeLog
2015-09-21 Sebastian Huber
* libc/include/sys/cdefs.h: Add style changes of latest FreeBSD
version.
---
newlib/libc/include/sys/cdefs.h | 64 -
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/newlib/libc/i
newlib/ChangeLog
2015-09-21 Sebastian Huber
* libc/include/sys/cdefs.h: Synchronize with latest FreeBSD
version.
---
newlib/libc/include/sys/cdefs.h | 160 ++--
1 file changed, 138 insertions(+), 22 deletions(-)
diff --git a/newlib/libc/incl
Import from latest FreeBSD. Move types and defines to
so that it can be customized per target.
newlib/ChangeLog
2015-09-21 Sebastian Huber
* libc/include/threads.h: New.
* libc/sys/rtems/include/machine/_threads.h: Likewise.
---
newlib/libc/include/threads.h
12 matches
Mail list logo