Hello,
attached are two patches which convert the rtems-record-lttng client program
from C to C++. I used
clang-format -style=Chromium -i trace/record/record-main-lttng.cc
to format the source.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone
This is required to be able to add the PREFIX path as the include
path in an lvgl based app.
---
lvgl.py | 12
wscript | 1 -
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/lvgl.py b/lvgl.py
index bc3eae2..6d83c63 100644
--- a/lvgl.py
+++ b/lvgl.py
@@ -67,9 +67,13 @@
---
README | 2 +-
lvgl_hello/README | 6 ++
lvgl_hello/test.c | 180 +
lvgl_hello/wscript | 25 +++
wscript| 1 +
5 files changed, 213 insertions(+), 1 deletion(-)
create mode 100644 lvgl_hello/README
create mode 1
Introduce new library librtemsrecordwrap.a which contains wrappers for
operating system functions which produce entry/exit events.
The wrappers can be selected during link time via the GNU ld --wrap
option.
Update #3665.
---
cpukit/Makefile.am | 5 +
cpukit/libtrace/re
> On Aug 30, 2019, at 03:08 , Sebastian Huber
> wrote:
>
> [...]
>> +/* forward declarations to avoid warnings */
>
> Static functions don't need forward declarations to avoid warnings.
... because you should order the definitions properly. Only if two static
functions need to reference eac
On Fri, Aug 30, 2019 at 12:08 PM Christian Mauderer <
christian.maude...@embedded-brains.de> wrote:
> On 30/08/2019 02:39, Chris Johns wrote:
> > On 30/8/19 1:19 am, Vijay Kumar Banerjee wrote:
> >> I have written the scripts to build littlevgl using rtems_waf. The
> build works fine
> >> and inst
On 29/08/2019 20:11, Lou Woods wrote:
From: Lou Woods
This test exercises the unblocking order of a POSIX
message queue
-Added psxmsgq05 test to the make structure.
-Added tests, doc, and scn output.
updates #3791.
---
testsuites/psxtests/Makefile.am | 10 +
testsuites/psxtest
Directly use the CPU port API in boot_card() to allow tracing of the
higher level interrupt disable/enable routines, e.g.
_ISR_Local_disable() and _ISR_Local_enable(). Currently, there is no
configuration option to enable this. Below is a patch. It may be used
to investigate some nasty low level
Hello Chris and Sebastian,
I have attached the updated LTTng sched_switch documentation patch(v5).
This one is a whole single patch.
Please review the attached patch.
*What changed from v4 to v5:*
* rtems-record-lttng tool is now available via RSB. So for the same, I have
updated the patch.
* I