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/04/13 11:33:59 UTC

[GitHub] [mynewt-nimble] sjanc commented on issue #950: Support for Bare metal/single task/thread

sjanc commented on issue #950:
URL: https://github.com/apache/mynewt-nimble/issues/950#issuecomment-1097943572

   Currently we don't have any plans for bare metal support in NimBLE host, but I don't see a reason to block this if anyone is willing to work on that.
   
   BTW  upcoming Nimble 1.5 release have much improved ram/rom usage when unused BLE roles are disabled.
   Eg this is for advertiser sample app (beacon):
   
   FLASH   RAM
      9990    1518 @apache-mynewt-nimble_nimble_controller.a
      3372     710 @apache-mynewt-nimble_nimble_drivers_nrf51.a
      8522    1153 @apache-mynewt-nimble_nimble_host.a
        80      32 @apache-mynewt-nimble_nimble_host_services_gap.a
       599    5596 @apache-mynewt-nimble_nimble_transport.a
   
   And you should be able to tune it further down as this is using stack's defaults for transport buffers...
   


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