On 05/09/18 08:54, Chris Johns wrote:
On 5/9/18 3:08 pm, Sebastian Huber wrote:
On 05/09/18 01:38, Chris Johns wrote:
On 5/9/18 2:40 am, Sebastian Huber wrote:
The CK includes two additional licenses:
https://github.com/concurrencykit/ck/blob/master/LICENSE
I cannot see this file in the Fr
Hi Joel,
I ported RTEMS 4.11 to TI C6678 DSP. To enable multicore communication, I
leveraged shared memory template provided in shmdr directory. When I tested
it on 2 cores, there was a problem I currently cannot solve.
Say, core 0 creates a *GLOBAL* message queue. Core 1 is the sender and core
0
On Mon, Sep 3, 2018 at 7:12 PM Chris Johns wrote:
> On 20/7/18 1:55 am, Joel Sherrill wrote:
> > Epiphany can't build any network services. The GCC gives
> > an Internal Compiler Error. On top of that, I recall the
> > epiphany is too small to really run one of our network
> > stacks anyway.
> >
Hello,
I am now done with my work to add SMP support to the RISC-V port. The
RISC-V port is on par with the ARM, PowerPC and SPARC ports. A big
thanks to Hesham for the ground work from my side.
In the driver area there is a lot to do. The device tree support in
RTEMS is quite poor and more