You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/03/21 06:14:26 UTC

[GitHub] [mynewt-nimble] mantriyogesh opened a new issue #1212: Can we use only os_mempool without nimBLE

mantriyogesh opened a new issue #1212:
URL: https://github.com/apache/mynewt-nimble/issues/1212


   The os_mempool code looks promising and wanted to re-use in different project.
   But because of dependencies, I have to include complete nimBLE code.
   
   Is there a way to use only mempool module without including complete nimBLE software?


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



[GitHub] [mynewt-nimble] mantriyogesh commented on issue #1212: Can we use only os_mempool without nimBLE

Posted by GitBox <gi...@apache.org>.
mantriyogesh commented on issue #1212:
URL: https://github.com/apache/mynewt-nimble/issues/1212#issuecomment-1073576420


   Thank you for the quick response.
   In that case, I will copy selective files which are needed.


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



[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #1212: Can we use only os_mempool without nimBLE

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek commented on issue #1212:
URL: https://github.com/apache/mynewt-nimble/issues/1212#issuecomment-1073574045


   os_mempool does not depend on NimBLE, it's part of Mynewt: https://github.com/apache/mynewt-core/blob/master/kernel/os/src/os_mempool.c
   the copy in the NimBLE repository is only to make porting possible without Mynewt itself.


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



[GitHub] [mynewt-nimble] mantriyogesh closed issue #1212: Can we use only os_mempool without nimBLE

Posted by GitBox <gi...@apache.org>.
mantriyogesh closed issue #1212:
URL: https://github.com/apache/mynewt-nimble/issues/1212


   


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