[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1278: ble_conn: fix auth_pyld_timer memleak

2022-06-20 Thread GitBox
apache-mynewt-bot commented on PR #1278: URL: https://github.com/apache/mynewt-nimble/pull/1278#issuecomment-1160012674 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-nimble] bvdberg opened a new pull request, #1278: ble_conn: fix auth_pyld_timer memleak

2022-06-20 Thread GitBox
bvdberg opened a new pull request, #1278: URL: https://github.com/apache/mynewt-nimble/pull/1278 Every time a connection is made, the ble_npl_callout_init() is done. This causes a timer creation in some NPL cases (eg. FreeRTOS). The alloc behaviour of auth_pyld_timer is now in sync

[GitHub] [mynewt-nimble] sjanc opened a new pull request, #1280: nimble/ll:: Make LL task stack size configurable

2022-06-20 Thread GitBox
sjanc opened a new pull request, #1280: URL: https://github.com/apache/mynewt-nimble/pull/1280 This commit makes LL stack size configurable. Depending on compiler and platform default value may not be enough. It was reported that on nRF52840 90 words is not enough even if Ext Adv is

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1280: nimble/ll:: Make LL task stack size configurable

2022-06-20 Thread GitBox
apache-mynewt-bot commented on PR #1280: URL: https://github.com/apache/mynewt-nimble/pull/1280#issuecomment-1160624944 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2853: hw/bsp/dialog: Add missing #include

2022-06-20 Thread GitBox
apache-mynewt-bot commented on PR #2853: URL: https://github.com/apache/mynewt-core/pull/2853#issuecomment-1160634336 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request, #2853: hw/bsp/dialog: Add missing #include

2022-06-20 Thread GitBox
andrzej-kaczmarek opened a new pull request, #2853: URL: https://github.com/apache/mynewt-core/pull/2853 Need to include syscfg.h since it uses MYNEWT_VAL_CHOICE(). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [mynewt-nimble] sjanc opened a new issue, #1279: Add babblesim targets to CI

2022-06-20 Thread GitBox
sjanc opened a new issue, #1279: URL: https://github.com/apache/mynewt-nimble/issues/1279 CI should build babblesim targets and eventually also execute tests via edtt -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on pull request #1280: nimble/ll:: Make LL task stack size configurable

2022-06-20 Thread GitBox
andrzej-kaczmarek commented on PR #1280: URL: https://github.com/apache/mynewt-nimble/pull/1280#issuecomment-1160520414 why this is defined in phy instead of controller pkg? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mynewt-core] wes3 merged pull request #2825: sys/log: Add clearing log to log command

2022-06-20 Thread GitBox
wes3 merged PR #2825: URL: https://github.com/apache/mynewt-core/pull/2825 -- 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:

[mynewt-core] branch master updated: sys/log: Add clearing log to log command

2022-06-20 Thread wes3
This is an automated email from the ASF dual-hosted git repository. wes3 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new a7ea0b0aa sys/log: Add clearing log to log