dpgeorge commented on PR #840:
URL: https://github.com/apache/nuttx-apps/pull/840#issuecomment-3322437701

   > Yes, nuttx support POSIX socket and pthread API
   
   OK, in that case it seems that the main decision is whether to use the unix 
port of MicroPython (what this PR does) or use the embed port:
   - the build process for the unix port is more complicated, but it supports 
`time`, `_thread`, `select` and `socket` out of the box with no extra effort
   - the build process for the embed port is much simpler, but will not come 
with any modules
   
   > could we make NuttX become an official support OS from MicroPython 
community?
   
   Yes, we can do that!  I still think a PR like this one is necessary, and 
then in MicroPython we can add the needed patches so that it can be used as-is 
without any changes (just configuration options set).


-- 
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

Reply via email to