[GitHub] [mynewt-core] deepthits commented on issue #2040: Build failure due to implicit declaration of 'static_assert'

2019-10-29 Thread GitBox
deepthits commented on issue #2040: Build failure due to implicit declaration of 'static_assert' URL: https://github.com/apache/mynewt-core/issues/2040#issuecomment-547300540 What is the solution for this issue? Even I am facing this

[GitHub] [mynewt-core] kasjer merged pull request #2064: da1469x_charger: Fix deps to included modules

2019-10-29 Thread GitBox
kasjer merged pull request #2064: da1469x_charger: Fix deps to included modules URL: https://github.com/apache/mynewt-core/pull/2064 This is an automated message from the Apache Git Service. To respond to the message, please

[mynewt-core] branch master updated: da1469x_charger: Fix deps to included modules

2019-10-29 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy 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 e2b3ca8 da1469x_charger: Fix deps to includ

[GitHub] [mynewt-core] andrzej-kaczmarek commented on issue #2040: Build failure due to implicit declaration of 'static_assert'

2019-10-29 Thread GitBox
andrzej-kaczmarek commented on issue #2040: Build failure due to implicit declaration of 'static_assert' URL: https://github.com/apache/mynewt-core/issues/2040#issuecomment-547327313 imo we should change `static_assert` (C++ symbol) to `_Static_assert` (C11 symbol) - we anyway have `#defin

[GitHub] [mynewt-newt] ccollins476ad opened a new pull request #348: Add size to raw entries in mfg manifest

2019-10-29 Thread GitBox
ccollins476ad opened a new pull request #348: Add size to raw entries in mfg manifest URL: https://github.com/apache/mynewt-newt/pull/348 The `size` field indicates the amount of flash occupied by the raw entry. This is an

[GitHub] [mynewt-core] ccollins476ad merged pull request #2073: sys/flash_map: Keep non-overlapping default areas

2019-10-29 Thread GitBox
ccollins476ad merged pull request #2073: sys/flash_map: Keep non-overlapping default areas URL: https://github.com/apache/mynewt-core/pull/2073 This is an automated message from the Apache Git Service. To respond to the mess

[mynewt-core] 01/03: sys/flash_map: Add flash_area_find_idx() function

2019-10-29 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 80970ae5a0e24ced90b89111c621a907e4b88eea Author: Christopher Collins AuthorDate: Mon Oct 28 12:34:38 2019 -0700

[mynewt-core] branch master updated (e2b3ca8 -> d595640)

2019-10-29 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from e2b3ca8 da1469x_charger: Fix deps to included modules new 80970ae sys/flash_map: Add flash_area_find_id

[GitHub] [mynewt-core] ccollins476ad commented on issue #2073: sys/flash_map: Keep non-overlapping default areas

2019-10-29 Thread GitBox
ccollins476ad commented on issue #2073: sys/flash_map: Keep non-overlapping default areas URL: https://github.com/apache/mynewt-core/pull/2073#issuecomment-547608482 Thank you for the review @kasjer and @vrahane! This is an a

[mynewt-core] 02/03: sys/flash_map: Keep non-overlapping default areas

2019-10-29 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit db942599ee19d3a31bc07e80db496bb109531f7c Author: Christopher Collins AuthorDate: Mon Oct 28 12:37:06 2019 -0700

[mynewt-core] 03/03: sys/flash_map: selftests for dflt flash areas

2019-10-29 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit d59564091d141bda7761e871bf50a0dc48670b7a Author: Christopher Collins AuthorDate: Mon Oct 28 12:37:00 2019 -0700

[GitHub] [mynewt-newt] ccollins476ad merged pull request #348: Add size to raw entries in mfg manifest

2019-10-29 Thread GitBox
ccollins476ad merged pull request #348: Add size to raw entries in mfg manifest URL: https://github.com/apache/mynewt-newt/pull/348 This is an automated message from the Apache Git Service. To respond to the message, please l

[mynewt-newt] 02/02: Add size to raw entries in mfg manifest

2019-10-29 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git commit d703a10128a265435eab64cf6c89fbf9b6f7b10e Author: Christopher Collins AuthorDate: Tue Oct 29 10:05:01 2019 -0700

[mynewt-newt] 01/02: Use mynewt-artifact v0.0.9

2019-10-29 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git commit e72e88d13c8de3fb4e2cac1f5256670ec9268993 Author: Christopher Collins AuthorDate: Tue Oct 29 10:04:54 2019 -0700

[mynewt-newt] branch master updated (6bae1a2 -> d703a10)

2019-10-29 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git. from 6bae1a2 Provide method for BSP to override image offset and padding new e72e88d Use mynewt-artifact v0.

[GitHub] [mynewt-core] wes3 opened a new pull request #2075: kernel/os: Add os_mbuf_pack_chains

2019-10-29 Thread GitBox
wes3 opened a new pull request #2075: kernel/os: Add os_mbuf_pack_chains URL: https://github.com/apache/mynewt-core/pull/2075 This commit adds a new API for mbuf handling called os_mbuf_pack_chains. This API, given two mbuf chains, will concatenate them and copy data as needed so that

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains

2019-10-29 Thread GitBox
kasjer commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains URL: https://github.com/apache/mynewt-core/pull/2075#discussion_r340372502 ## File path: kernel/os/src/os_mbuf.c ## @@ -1036,3 +1036,90 @@ os_mbuf_widen(struct os_mbuf *om, uint16_t off,

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains

2019-10-29 Thread GitBox
kasjer commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains URL: https://github.com/apache/mynewt-core/pull/2075#discussion_r340373238 ## File path: kernel/os/src/os_mbuf.c ## @@ -1036,3 +1036,90 @@ os_mbuf_widen(struct os_mbuf *om, uint16_t off,

[GitHub] [mynewt-core] kasjer merged pull request #2072: otp_tool: return the key read using otp_read_key

2019-10-29 Thread GitBox
kasjer merged pull request #2072: otp_tool: return the key read using otp_read_key URL: https://github.com/apache/mynewt-core/pull/2072 This is an automated message from the Apache Git Service. To respond to the message, ple

[mynewt-core] branch master updated: otp_tool: return the key read using otp_read_key

2019-10-29 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy 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 552d26c otp_tool: return the key read using

[GitHub] [mynewt-core] ccollins476ad commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains

2019-10-29 Thread GitBox
ccollins476ad commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains URL: https://github.com/apache/mynewt-core/pull/2075#discussion_r340378649 ## File path: kernel/os/selftest/src/testcases/os_mbuf_test_pack_chains.c ## @@ -0,0 +1,371 @@ +/* + * L

[GitHub] [mynewt-core] wes3 commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains

2019-10-29 Thread GitBox
wes3 commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains URL: https://github.com/apache/mynewt-core/pull/2075#discussion_r340383783 ## File path: kernel/os/selftest/src/testcases/os_mbuf_test_pack_chains.c ## @@ -0,0 +1,371 @@ +/* + * Licensed t

[GitHub] [mynewt-core] wes3 commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains

2019-10-29 Thread GitBox
wes3 commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains URL: https://github.com/apache/mynewt-core/pull/2075#discussion_r340383932 ## File path: kernel/os/src/os_mbuf.c ## @@ -1036,3 +1036,90 @@ os_mbuf_widen(struct os_mbuf *om, uint16_t off,

[GitHub] [mynewt-core] wes3 commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains

2019-10-29 Thread GitBox
wes3 commented on a change in pull request #2075: kernel/os: Add os_mbuf_pack_chains URL: https://github.com/apache/mynewt-core/pull/2075#discussion_r340387979 ## File path: kernel/os/selftest/src/testcases/os_mbuf_test_pack_chains.c ## @@ -0,0 +1,371 @@ +/* + * Licensed t

[mynewt-core] branch master updated: kernel/os: Add os_mbuf_pack_chains (#2075)

2019-10-29 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 c5d9068 kernel/os: Add os_mbuf_pack_chains (

[GitHub] [mynewt-core] wes3 merged pull request #2075: kernel/os: Add os_mbuf_pack_chains

2019-10-29 Thread GitBox
wes3 merged pull request #2075: kernel/os: Add os_mbuf_pack_chains URL: https://github.com/apache/mynewt-core/pull/2075 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [mynewt-nimble] wes3 opened a new pull request #630: nimble/host: Use os_mbuf_pack_chains

2019-10-29 Thread GitBox
wes3 opened a new pull request #630: nimble/host: Use os_mbuf_pack_chains URL: https://github.com/apache/mynewt-nimble/pull/630 if BLE_L2CAP_JOIN_RX_FRAGS is set to 1, use the new API to pack mbuf chains instead of previous method. This new API will do more copying (possibly) but will

[GitHub] [mynewt-nimble] xumn3348 opened a new issue #631: 修改开发板BLE的服务的UUID,只能重启手机系统后才能重新更新到最新的? 重启开发板和重启APP没用。

2019-10-29 Thread GitBox
xumn3348 opened a new issue #631: 修改开发板BLE的服务的UUID,只能重启手机系统后才能重新更新到最新的? 重启开发板和重启APP没用。 URL: https://github.com/apache/mynewt-nimble/issues/631 手机蓝牙APP连接(或重连) 外围设备后, 发的是 attr req,而不是group type req, 这样如果动态修改了属性的信息,譬如uuid, 在app上是感知不到的, 需要重启手机后,APP才会发group type req请求更新这些信息。 不清楚nordic 的闭源协议栈

[GitHub] [mynewt-nimble] xumn3348 opened a new issue #632: BLE5.1 AOA_AOD的支持什么时候可以完成?

2019-10-29 Thread GitBox
xumn3348 opened a new issue #632: BLE5.1 AOA_AOD的支持什么时候可以完成? URL: https://github.com/apache/mynewt-nimble/issues/632 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [mynewt-nimble] xumn3348 opened a new issue #633: nimBLE 和手机pair不能正常进行?

2019-10-29 Thread GitBox
xumn3348 opened a new issue #633: nimBLE 和手机pair不能正常进行? URL: https://github.com/apache/mynewt-nimble/issues/633 ble_hs_hci_acl_tx_now, 长度比较大的包调用ble_hs_tx_data包竟然发不到ble_phy_tx这边。怀疑是fragment机制有问题。 This is an automated message f