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 2021/11/22 08:52:11 UTC

[GitHub] [mynewt-nimble] kasjer opened a new pull request #1101: transport: Add bridge transport

kasjer opened a new pull request #1101:
URL: https://github.com/apache/mynewt-nimble/pull/1101


   blehci application is for controller only build with external
   interface. In case of dual-core MCUs (NRF5340, DA1469x) controller
   runs on second core that may not be able to operate on external
   interface. To be able to run blehci like application on dual-core
   systems, application side has to route traffic from external interface
   transport to internal transport.
   So far only one transport package was used, for bridge configuration
   application must include two transport packages.
   To facilitate this:
   - transport package has BLE_HCI_BRIDGE that is set to 1 for dual-core
     bridge configuration
   - common syscfg values defined for in all transports are moved
     to transport package (BLE_HCI_EVT_HI_BUF_COUNT..)
   - syscfg definitions present in all transport packages are converted to
     syscfg values
   - DA1469x and NRF5340 transports in bridge configuration will NOT create
     buffers for commands and events they relay on external transport provided
     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



[GitHub] [mynewt-nimble] kasjer merged pull request #1101: transport: Add bridge transport

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #1101:
URL: https://github.com/apache/mynewt-nimble/pull/1101


   


-- 
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] sjanc commented on pull request #1101: transport: Add bridge transport

Posted by GitBox <gi...@apache.org>.
sjanc commented on pull request #1101:
URL: https://github.com/apache/mynewt-nimble/pull/1101#issuecomment-1015166619


   but please fix buidl errors before merging :)


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