Re: Cortex-M0 BPS creation

2014-09-22 Thread Pavel Pisa
Hello Sebastian and Oleg, On Monday 22 of September 2014 07:35:38 Sebastian Huber wrote: On 22/09/14 06:36, Мороз Олег wrote: Hello everyone. i'm new to BSP development. We have a project which is uses some kind of cortex-m0 microcontroller. As i understand it's armv6-m family. Is

Re: or1ksim: Updated results from RTEMS Tester

2014-09-22 Thread Hesham Moustafa
Hi, This is the result with --jobs=1 run: Passed: 467 Failed: 0 Timeouts: 36 Invalid:0 Total:503 Thanks, Hesham On Sun, Sep 21, 2014 at 2:38 AM, Hesham Moustafa heshamelmat...@gmail.com wrote: On Sun, Sep 21, 2014 at 2:21 AM, Chris Johns chr...@rtems.org wrote: On

[PATCH 4/5] cpuuse: Move is_executing_on_a_core to threadimpl.h

2014-09-22 Thread Jennifer Averett
--- cpukit/libmisc/cpuuse/cpuusagereport.c | 25 + 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/cpukit/libmisc/cpuuse/cpuusagereport.c b/cpukit/libmisc/cpuuse/cpuusagereport.c index 296fa28..62bb81a 100644 --- a/cpukit/libmisc/cpuuse/cpuusagereport.c +++

[PATCH 1/5] capture: Removal of capture task tracking.

2014-09-22 Thread Jennifer Averett
This patch removes functionality for stack checking from the capture engine and requiresi the use of existing rtems functions for this information. It modifies ctload to use functionality similar to rtems cpuusage. It removes the capture task and stores a new capture task record the first time

[PATCH 2/5] score: Add capture data to tcb.

2014-09-22 Thread Jennifer Averett
--- cpukit/score/include/rtems/score/thread.h | 7 +++ cpukit/score/src/threadinitialize.c | 3 +++ 2 files changed, 10 insertions(+) diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index be35789..59e0f9e 100644 ---

[PATCH 5/5] capture01: Remove capture task tracking.

2014-09-22 Thread Jennifer Averett
This involved adding a new variable record to the capture buffer and modifing the trace method to read those records. --- testsuites/libtests/capture01/init.c | 112 ++- 1 file changed, 85 insertions(+), 27 deletions(-) diff --git

Re: [PATCH 1/5] capture: Removal of capture task tracking.

2014-09-22 Thread Chris Johns
On 23/09/2014 12:00 am, Jennifer Averett wrote: This patch removes functionality for stack checking from the capture engine and requiresi the use of existing rtems functions for this information. It modifies ctload to use functionality similar to rtems cpuusage. It removes the capture task and

Re: [PATCH 2/5] score: Add capture data to tcb.

2014-09-22 Thread Sebastian Huber
On 22/09/14 16:00, Jennifer Averett wrote: + Thread_Capture_controlcapture; + This should be Capture. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail :

Re: [PATCH 3/5] score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.h

2014-09-22 Thread Sebastian Huber
On 22/09/14 16:00, Jennifer Averett wrote: --- cpukit/score/include/rtems/score/threadimpl.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index 9321c01..77126eb