centurysys opened a new pull request, #1597:
URL: https://github.com/apache/nuttx-apps/pull/1597

   ## Summary
   
   Added sample application in Nim language
   
   ## Impact
   
   There is no impact on other environments that do not use Nim.
   
   ## Testing
   
   Tested on sim, arm Cortex-A5, Cortex-M4.
   
   1.  install choosenim, latest Nim language.
   
   > https://nim-lang.org/install_unix.html
   >  `$ choosenim devel --latest`
   
   2. configure NuttX.
   
   This example uses async/await, which requires the following items to be 
enabled
   
   >CONFIG_SCHED_CHILD_STATUS=y
   >CONFIG_NET=y
   >CONFIG_NET_SOCKOPTS=y
   
   important:
   I am sending out a pull request to clear Nim's EPOLL dispatcher at the end 
of the task.
   
   https://github.com/nim-lang/Nim/pull/21432
   
   Until this accepted, the second and subsequent runs will fail.
   


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