acassis opened a new pull request, #17187: URL: https://github.com/apache/nuttx/pull/17187
## Summary This patch fixes ARM common and STM32 to avoid symbols collision ## Impact Users could use semihosting syslog in the future ## Testing $ gdb-multiarch nuttx GNU gdb (Ubuntu 15.0.50.20240403-0ubuntu1) 15.0.50.20240403-git ... Reading symbols from nuttx... (gdb) target extended-remote 127.0.0.1:3333 Remote debugging using 127.0.0.1:3333 0x080004fe in start () (gdb) monitor reset halt target halted due to debug-request, current mode: Thread xPSR: 0x01000000 pc: 0x080004fe msp: 0x20001750, semihosting (gdb) monitor arm semihosting enable semihosting is enabled (gdb) c Continuing. ^C Program received signal SIGINT, Interrupt. 0x0800449e in up_idle () (gdb) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
