Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-21 Thread via GitHub
jerpelea merged PR #15881: URL: https://github.com/apache/nuttx/pull/15881 -- 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.apa

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
tmedicci commented on code in PR #15881: URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963784207 ## Documentation/applications/interpreters/python/index.rst: ## @@ -18,10 +18,10 @@ How Does it Work? 1. Python for NuttX target initially the ``rv-virt`` (RISC-V Q

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
hartmannathan commented on code in PR #15881: URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963756145 ## Documentation/applications/interpreters/python/index.rst: ## @@ -18,10 +18,10 @@ How Does it Work? 1. Python for NuttX target initially the ``rv-virt`` (RIS

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
nuttxpr commented on PR #15881: URL: https://github.com/apache/nuttx/pull/15881#issuecomment-2671765072 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
tmedicci commented on code in PR #15881: URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963724034 ## Documentation/applications/interpreters/python/index.rst: ## @@ -18,7 +18,10 @@ How Does it Work? 1. Python for NuttX target initially the ``rv-virt`` (RISC-V QE

Re: [PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
acassis commented on code in PR #15881: URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963675143 ## Documentation/applications/interpreters/python/index.rst: ## @@ -18,7 +18,10 @@ How Does it Work? 1. Python for NuttX target initially the ``rv-virt`` (RISC-V QEM

[PR] Documentation/python: Fix tutorial for running Python [nuttx]

2025-02-20 Thread via GitHub
tmedicci opened a new pull request, #15881: URL: https://github.com/apache/nuttx/pull/15881 ## Summary After https://github.com/apache/nuttx-apps/pull/2982, there is no need to mount the modules and manually set the required environment variables: they are all set by the new Python w