[GitHub] [mynewt-mcumgr] t3zeng commented on issue #161: SMP notifications corrupted on apollo3

2022-05-31 Thread GitBox
t3zeng commented on issue #161: URL: https://github.com/apache/mynewt-mcumgr/issues/161#issuecomment-1143052658 Hey guys, you can reproduce this by running the bleprph app and then try to perform an image read. Repro steps: 1. Load bleprph app onto apollo3 evb and boot up 2.

[GitHub] [mynewt-mcumgr] simonratner commented on issue #161: SMP notifications corrupted on apollo3

2022-05-31 Thread GitBox
simonratner commented on issue #161: URL: https://github.com/apache/mynewt-mcumgr/issues/161#issuecomment-1143015680 cc @t3zeng -- 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

[GitHub] [mynewt-mcumgr] simonratner opened a new issue, #161: SMP notifications corrupted on apollo3

2022-05-31 Thread GitBox
simonratner opened a new issue, #161: URL: https://github.com/apache/mynewt-mcumgr/issues/161 SMP notifications used to deliver SMP responses over BLE transport are corrupted on the [apollo3_evb](https://github.com/apache/mynewt-core/tree/master/hw/bsp/apollo3_evb). Below is a

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1271: L2CAP COC: added buffers for incoming SDU

2022-05-31 Thread GitBox
apache-mynewt-bot commented on PR #1271: URL: https://github.com/apache/mynewt-nimble/pull/1271#issuecomment-1142433422 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] jrotkiewicz opened a new pull request, #1271: L2CAP COC: added buffers for incoming SDU

2022-05-31 Thread GitBox
jrotkiewicz opened a new pull request, #1271: URL: https://github.com/apache/mynewt-nimble/pull/1271 This allows to process more data while receiving another. @sjanc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mynewt-newtmgr] niclas-ats opened a new pull request, #191: nmp decode: allow registration of custom response handlers

2022-05-31 Thread GitBox
niclas-ats opened a new pull request, #191: URL: https://github.com/apache/mynewt-newtmgr/pull/191 This PR allows the to use custom smp commands (e.g. using the peruser group). The implementation of the commands is not part of this PR since Go allowed me to extend the the library without