[PATCH] user: Mention use of LLVM

2020-12-21 Thread Sebastian Huber
--- user/tracing/eventrecording.rst | 4 1 file changed, 4 insertions(+) diff --git a/user/tracing/eventrecording.rst b/user/tracing/eventrecording.rst index 27e929c..4867db8 100644 --- a/user/tracing/eventrecording.rst +++ b/user/tracing/eventrecording.rst @@ -179,6 +179,10 @@ extra

Re: Oddity with address recorded for gcc instrumentation on ARM

2020-12-21 Thread Chris Johns
On 19/12/20 7:56 am, Sebastian Huber wrote: > If you build the RTEMS tools with the LLVM development package you get the > function name and line information in the trace. Is there a wrote up or walk through on how to do this? Thanks Chris ___ devel

[PATCH v1] zynq: Add support for SDHCI devices

2020-12-21 Thread Kinsey Moore
--- libbsd.py | 1 + rtemsbsd/include/bsp/nexus-devices.h | 3 + .../include/machine/rtems-bsd-nexus-bus.h | 29 ++ rtemsbsd/sys/dev/sdhci/arasan_sdhci.c | 343 ++ 4 files changed, 376 insertions(+) create mode 100644

Re: Oddity with address recorded for gcc instrumentation on ARM

2020-12-21 Thread Peter Dufault
> On Dec 18, 2020, at 17:52 , Joel Sherrill wrote: > > > Can someone explain this? > These are link register values. The least significant bit determines if > a bx instruction continues in ARM or Thumb mode. > > I guess I've never had to look that close. Thanks Sebastian. > It had me