Has this been addressed?
If so, how do I configure VisualGDB to step into newlib-nano source instead of disassembly?
If not, which files do I need to download from the Arm Developer website? I can’t find any reference to newlib-nano on the Arm Developer website.
I’ve found a version that Sysprogs referenced in a different post (https://sysprogs.com/w/forums/topic/gcc-newlib-nano-license/):
https://github.com/32bitmicro/newlib-nano-2
Is this the version included in the current VisualGDB toolchain, SysGCC\arm-eabi?
Once I have those, how do I install them and make the system aware of their existence?
Thanks!