fdcavalcanti commented on code in PR #15128: URL: https://github.com/apache/nuttx/pull/15128#discussion_r1881197476
########## Documentation/guides/port.rst: ########## @@ -0,0 +1,62 @@ +.. include:: /substitutions.rst +=========================================== +How to port +=========================================== + +This guide explains "How to port NuttX". At this guide, the scope of porting is to add new SoC/Board directory, the goal of porting is to comfirm to boot NuttShell(NSH). + +The poring NuttX mainly consists of processor arch directory, SoC directory and Board directory. Review Comment: "Porting a new SoC and board to NuttX requires modification on arch, SoC and board directories." ########## Documentation/guides/port.rst: ########## @@ -0,0 +1,62 @@ +.. include:: /substitutions.rst +=========================================== +How to port +=========================================== + +This guide explains "How to port NuttX". At this guide, the scope of porting is to add new SoC/Board directory, the goal of porting is to comfirm to boot NuttShell(NSH). + +The poring NuttX mainly consists of processor arch directory, SoC directory and Board directory. Review Comment: "Porting a new SoC and board to NuttX requires modifications on arch, SoC and board directories." -- 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...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org