xiaoxiang781216 commented on PR #16287:
URL: https://github.com/apache/nuttx/pull/16287#issuecomment-2848416358
> @acassis USB EHCI is archaic peripheral :) something similar is available
on XHCI, but it's much more complicated than simple gdbstub over serial port.
Maybe someday
@yan
raiden00pl commented on PR #16287:
URL: https://github.com/apache/nuttx/pull/16287#issuecomment-2840936899
@acassis USB EHCI is archaic peripheral :) something similar is available on
XHCI, but it's much more complicated than simple gdbstub over serial port.
Maybe someday
--
This is an a
xiaoxiang781216 merged PR #16287:
URL: https://github.com/apache/nuttx/pull/16287
--
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: commits-unsubscr...@nu
acassis commented on PR #16287:
URL: https://github.com/apache/nuttx/pull/16287#issuecomment-2839893097
@szafonimateusz-mi did you know that USB EHCI has a native debug function
that doesn't require USB stack initialization?
https://web.archive.org/web/20150213024207/https://www.core
nuttxpr commented on PR #16287:
URL: https://github.com/apache/nuttx/pull/16287#issuecomment-2838043224
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR description does not fully meet the NuttX r
szafonimateusz-mi opened a new pull request, #16287:
URL: https://github.com/apache/nuttx/pull/16287
## Summary
- arch/x86_64: add debug interface
add hardware debug interface for x86_64 which can be used with gdbstub
## Impact
interface required to support gdbstub o