Re: Article: (Clickable) Call Graph for NuttX on PinePhone

2023-03-05 Thread Alan C. Assis
Hi Lup, This Call Graph solution that you used is very useful! I used a call graph solution called egypt some time ago to get a better vision of a legacy project that I should take care, I wrote down the steps here:

Article: (Clickable) Call Graph for NuttX on PinePhone

2023-03-04 Thread Lee, Lup Yuen
Last week we ran NuttX on Unicorn Emulator and we hit a baffling Arm64 Exception. In this article we’ll create some tools to troubleshoot the exception… 1. Render the Dynamic Call Graph for NuttX, to understand how it boots 2. Make it Clickable, so we can browse the NuttX Source Code as we