You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/02/06 09:15:47 UTC

[GitHub] [mynewt-nimble] xiaoxiang781216 commented on pull request #1457: porting/nuttx: Fix error: implicit declaration of function 'usleep'

xiaoxiang781216 commented on PR #1457:
URL: https://github.com/apache/mynewt-nimble/pull/1457#issuecomment-1418754004

   > Hi,
   > 
   > if you could provide a quick instruction on how to setup nuttx env and build samples I could add nuttx port to our Github Actions...
   
   ci includes on:
   Docker: https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile
   Script: https://github.com/apache/nuttx/blob/master/tools/ci/cibuild.sh
   Testlist: https://github.com/apache/nuttx/tree/master/tools/ci/testlist
   Here is the code snippet integrate all pieces:
   https://github.com/apache/nuttx/blob/master/.github/workflows/build.yml#L117-L172
   For nimble test, you can reduce the testlist to include one test:
   sim:nimble


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

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