[GitHub] [mynewt-newtmgr] nkaje closed issue #178: Failed to upload image over BLE using zephyr

2020-11-19 Thread GitBox
nkaje closed issue #178: URL: https://github.com/apache/mynewt-newtmgr/issues/178 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

[GitHub] [mynewt-mcumgr] JordanYates opened a new issue #101: Zephyr: "os reset" unnecessary work item

2020-11-19 Thread GitBox
JordanYates opened a new issue #101: URL: https://github.com/apache/mynewt-mcumgr/issues/101 The zephyr implementation of `os_mgmt_impl_reset` triggers a timer to defer the reset by a small time duration. The timer expiry function then submits a workqueue item so that the reset is run

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2413: STM32 RTC based os tick

2020-11-19 Thread GitBox
apache-mynewt-bot commented on pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#issuecomment-730683742 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] kasjer opened a new pull request #2413: STM32 RTC based os tick

2020-11-19 Thread GitBox
kasjer opened a new pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413 STMF1 already had support for tickles sleep. Now other MCU with quite distinct RTC also can be configured to LSE/RTC as system tick source. RTC is added to F0/F4/L0/L1/L4/WB55 which share

[GitHub] [mynewt-mcumgr] 5frank opened a new issue #100: Bit field in header

2020-11-19 Thread GitBox
5frank opened a new issue #100: URL: https://github.com/apache/mynewt-mcumgr/issues/100 https://github.com/apache/mynewt-mcumgr/blob/a3d5117b0888ca52b967886467b5bb350028c4ba/mgmt/include/mgmt/mgmt.h#L79-L87 I believe it is unwise to have a bit field in the header. Memory layout

[GitHub] [mynewt-newtmgr] jrananth1032 commented on issue #178: Failed to upload image over BLE using zephyr

2020-11-19 Thread GitBox
jrananth1032 commented on issue #178: URL: https://github.com/apache/mynewt-newtmgr/issues/178#issuecomment-730270319 i figured out the reason for this issue and it is from my end. so we can close this issue This is an