You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/10/25 22:03:17 UTC

[GitHub] [incubator-nuttx-apps] mransom-campbell edited a comment on pull request #840: interpreters/micropython: Add Micropython support to NuttX (WIP)

mransom-campbell edited a comment on pull request #840:
URL: https://github.com/apache/incubator-nuttx-apps/pull/840#issuecomment-951366355


   @cederom thanks for your interest! I actually got stuck trying to run the Micropython test suite. Here's the approaches I tried:
   - Run test suite on Nuttx simulation: Doesn't work because I couldn't get the arguments to be passed to the Micropython task, and the simulation doesn't exit at the end by default.
   - Run test suite on Nuttx arm dev board: Doesn't work because the Unix port of Micropython doesn't support the 'Raw' REPL mode required to run the test suite on hardware.
   
   If you could help get the test suite working on either of those approaches that would be helpful.
   
   I have a solution to the Float issue but I haven't pushed that to this branch yet.
   
   I was working on this for a Research project at work so I'm not sure how much more time I can dedicate to this.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org