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
; 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
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
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
Hello,
is there any support for thread aware debugging using JLink? Something
like sony/openocd-nuttx but usable with JLink adapter.
Thanks.
Petr