linguini1 commented on code in PR #17296:
URL: https://github.com/apache/nuttx/pull/17296#discussion_r2507598614
##########
Documentation/platforms/arm64/qemu/boards/qemu-armv8a/index.rst:
##########
@@ -876,3 +876,38 @@ References
6. Arm Generic Interrupt Controller v3 and v4 Overview
7. ArmĀ® Generic Interrupt Controller Architecture Specification GIC
architecture version 3 and version 4
8. (DEN0022D.b) Arm Power State Coordination Interface Platform Design Document
+
+5. Gdbstub demo::
+ The Qemu version must be above 9.2 to support two serial ports.
Review Comment:
Please use proper RST formatting for code blocks in the parts where you have
console input/output.
Ex:
```rst
The QEMU version must... continues
In one window:
.. code:: console
$ ./tools/configure.sh qemu-armv8a:gdbstub
$ make -j
```
etc.
--
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]