Re: [nuttx] Re: NXView

2020-06-13 Thread Petr Buchta
My two cents... I would definitely make use of some existing frontend for tracing visualisation. Something like this in case of lttng - https://lttng.org/viewers/ Trace Compass seems to be a fairly complete solution for visualisation - https://www.eclipse.org/tracecompass Petr On Sat, Jun 13, 20

Re: Loops in nsh console

2020-02-27 Thread Petr Buchta
; CONFIG_NSH_DISABLE_ITEF is enable, etc... > > $ cd apps/ > $ git grep "not valid in this context" > nshlib/nsh_parse.c:const char g_fmtcontext[]= "nsh: %s: not > valid in this context\n"; > > Please take a look, this is a good exercise to master Nu

Loops in nsh console

2020-02-26 Thread Petr Buchta
Hi, I keep exploring nuttx and I'm trying to use loops in the nsh console. The problem is I'm geting this error - "nsh: while: not valid in this context" What I simply tried was: nsh> while true; do myapp; sleep 1; done Even splitting to multiple lines without the semicolon doesn't work. What am

nuttx website

2020-02-11 Thread Petr Buchta
I noticed the website nuttx.org doesn't mention a word about the new Apache move. Moreover the documentation section seems to be broken and leads to empty pages (eg documentation/userguide). Wouldn't be easiest just to simply redirect the page to nuttx.apache.org? Since google's first hit is nuttx

Thread aware debugging for JLink

2020-02-10 Thread Petr Buchta
Hello, is there any support for thread aware debugging using JLink? Something like sony/openocd-nuttx but usable with JLink adapter. Thanks. Petr