On 08/11/2018 23:58, Chris Johns wrote:
Module:rtems-tools
Branch:master
Commit:e058db02816d7729e7cfa898522a6073f5d7e714
Changeset:
http://git.rtems.org/rtems-tools/commit/?id=e058db02816d7729e7cfa898522a6073f5d7e714
Author:Chris Johns
Date: Wed Nov 7 14:55:20 2018 +1100
On 11/11/2018 23:04, Joel Sherrill wrote:
Hi
Each year at the Flight Software Workshop I give a presentation on
what has happened with RTEMS in the past year or so, things that need
highlighting, and what needs attention and love. This year I have a
request for similar slides for someone to p
---
cpukit/include/rtems/score/smplockmcs.h | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/cpukit/include/rtems/score/smplockmcs.h
b/cpukit/include/rtems/score/smplockmcs.h
index 5a1ad23dc9..ce7fd72261 100644
--- a/cpukit/include/rtems/score/smplockmc
Hi,
i am implementing a new resource sharing protocol for RTEMS as part of
my bachelor thesis. The thesis is about resource sharing protocols in
realtime environments on multicore systems. Right now i have to use a
spinlock for a protocol and found a helpful implementation/function in
cpukit/inclu
Now each BSP/ISA variant has its own .ini file
---
tester/rtems/testing/bsps/riscv64_generic.ini | 38 -
tester/rtems/testing/bsps/riscv_generic.ini | 38 -
tester/rtems/testing/bsps/riscv_generic.mc| 53 ---
3 files changed, 129 deletions(-)
delete m
The API function (which is actually a macro) is _SMP_MCS_lock_Acquire().
The
_SMP_MCS_lock_Do_acquire() is an implementation detail which needs no
documentation.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax :
Hello Malte,
On 12/11/2018 11:28, Malte Münch wrote:
Hi,
i am implementing a new resource sharing protocol for RTEMS as part of
my bachelor thesis. The thesis is about resource sharing protocols in
realtime environments on multicore systems. Right now i have to use a
spinlock for a protocol and
ah ok, sorry for that. I just compared it to all the other functions in
the file and thought this breaks the pattern. But your explanation makes
sense to me. I will take that into account in the future.
Best
Malte
On 12.11.18 11:38, Sebastian Huber wrote:
> The API function (which is actually a m
> On 12 Nov 2018, at 7:54 pm, Sebastian Huber
> wrote:
>
>> On 08/11/2018 23:58, Chris Johns wrote:
>> Module:rtems-tools
>> Branch:master
>> Commit:e058db02816d7729e7cfa898522a6073f5d7e714
>> Changeset:
>> http://git.rtems.org/rtems-tools/commit/?id=e058db02816d7729e7cfa898522a60
On 12/11/2018 12:01, Chris Johns wrote:
On 12 Nov 2018, at 7:54 pm, Sebastian Huber
wrote:
On 08/11/2018 23:58, Chris Johns wrote:
Module:rtems-tools
Branch:master
Commit:e058db02816d7729e7cfa898522a6073f5d7e714
Changeset:
http://git.rtems.org/rtems-tools/commit/?id=e058db02816d7
On 12/11/2018 12:07, Sebastian Huber wrote:
Result: timeout Time: 0:03:00.250565 ada_ticker.exe
=> run: /build/rtems/5/bin/sparc-rtems5-run
/build/git-build/b-erc32/sparc-rtems5/c/erc32/testsuites/ada/samples/ticker/ada_ticker.exe
]
]
]
]
=> test start: ADA TICKER
] *** BEGIN OF TEST ADA T
If those are the only references, to ahead and push it.
Thanks for adding the remaining variants to the tester.
On Mon, Nov 12, 2018, 4:29 AM Hesham Almatary Now each BSP/ISA variant has its own .ini file
> ---
> tester/rtems/testing/bsps/riscv64_generic.ini | 38 -
> tester/rtems/t
Hello Alan,
I removed several internal data types from . Now, it is
possible to include in -std=c99 mode.
https://devel.rtems.org/ticket/3598
On 12/09/2018 20:45, Cudmore, Alan P. (GSFC-5820) wrote:
Hello,
We are building our RTEMS applications with -std=c99 and other
compiler warning sw
All right, I added the required years and now everything should be correct
and ready to apply.
Patch attached.
On Mon, Nov 12, 2018 at 7:34 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 11/11/2018 15:05, Marçal wrote:
> > Ok, thanks, but now I was fixing the patch with the
On 12/11/2018 22:10, Sebastian Huber wrote:
> On 12/11/2018 12:07, Sebastian Huber wrote:
>> Result: timeout Time: 0:03:00.250565 ada_ticker.exe
>> => run: /build/rtems/5/bin/sparc-rtems5-run
>> /build/git-build/b-erc32/sparc-rtems5/c/erc32/testsuites/ada/samples/ticker/ada_ticker.exe
>>
>> ]
On 13/11/2018 02:25, Chris Johns wrote:
On 12/11/2018 22:10, Sebastian Huber wrote:
On 12/11/2018 12:07, Sebastian Huber wrote:
Result: timeout Time: 0:03:00.250565 ada_ticker.exe
=> run: /build/rtems/5/bin/sparc-rtems5-run
/build/git-build/b-erc32/sparc-rtems5/c/erc32/testsuites/ada/sample
On 12/11/2018 17:30, Marçal wrote:
diff --git a/bsps/m68k/mcf52235/btimer/btimer.c
b/bsps/m68k/mcf52235/btimer/btimer.c
index f9122542c2..2f0d54b00b 100644
--- a/bsps/m68k/mcf52235/btimer/btimer.c
+++ b/bsps/m68k/mcf52235/btimer/btimer.c
@@ -2,10 +2,13 @@
* Timer Init
*
* Use the la
17 matches
Mail list logo