[1/2] incubator-mynewt-newt git commit: add the pkg remove command to newt

2017-02-13 Thread sterling
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 30b0d8e23 -> 128feabdb add the pkg remove command to newt Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/432b8829

[2/2] incubator-mynewt-newt git commit: use defer to exit function instead of calling os.Chdir() in exit path

2017-02-13 Thread sterling
use defer to exit function instead of calling os.Chdir() in exit path Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/128feabd Tree:

incubator-mynewt-core git commit: MYNEWT-545; switch from using load address to using load region.

2017-02-13 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d3397d7ab -> 4f4f68701 MYNEWT-545; switch from using load address to using load region. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: SensorAPI - Add some more commands for debugging

2017-02-13 Thread vipulrahane
Repository: incubator-mynewt-core Updated Branches: refs/heads/sensors_branch 33253b22f -> 521ea9b84 SensorAPI - Add some more commands for debugging - Add i2cscan command for debugging - Add register dump command for dumping value of any register Project:

[2/2] incubator-mynewt-site git commit: doc about accessing a private repo

2017-02-13 Thread aditi
doc about accessing a private repo Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/b4077d02 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/b4077d02 Diff:

incubator-mynewt-site git commit: doc about accessing a private repo

2017-02-13 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/develop 307f05af9 -> 4981e8644 doc about accessing a private repo Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/4981e864

[2/2] incubator-mynewt-core git commit: MYNEWT-573; config for sys/reboot was not registered properly, as it was done before sys/config was initialized. Change the relative order of sysinit for these

2017-02-13 Thread marko
MYNEWT-573; config for sys/reboot was not registered properly, as it was done before sys/config was initialized. Change the relative order of sysinit for these packages. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/2] incubator-mynewt-core git commit: sys/reboot; log reset request coming from network differently from assert().

2017-02-13 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 57a5bb602 -> d3397d7ab sys/reboot; log reset request coming from network differently from assert(). Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[3/3] incubator-mynewt-core git commit: This closes #174.

2017-02-13 Thread ccollins
This closes #174. Merge remote-tracking branch 'andrzej-kaczmarek/nimble/cleanup' into develop * andrzej-kaczmarek/nimble/cleanup: apps/blesplit: Fix build after ble_uuid and ble_addr changes nimble: Cleanup address types usage Project:

[1/3] incubator-mynewt-core git commit: apps/blesplit: Fix build after ble_uuid and ble_addr changes

2017-02-13 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8b510e973 -> 57a5bb602 apps/blesplit: Fix build after ble_uuid and ble_addr changes Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/3] incubator-mynewt-core git commit: nimble: Cleanup address types usage

2017-02-13 Thread ccollins
nimble: Cleanup address types usage The symbols and variable names should be used properly for own_address and peer_address everywhere (even though they have the same values) to make code easier to follow. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: SensorAPI - BNO055 Add external crystal support

2017-02-13 Thread vipulrahane
Repository: incubator-mynewt-core Updated Branches: refs/heads/sensors_branch 5a76b68cc -> 33253b22f SensorAPI - BNO055 Add external crystal support Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[07/10] incubator-mynewt-core git commit: nimble/l2cap: Add support to connect L2CAP LE COC

2017-02-13 Thread ccollins
nimble/l2cap: Add support to connect L2CAP LE COC With this patch nibmle is support to create L2CAP LE COC and handle incoming connection request. Note: New error codes (BLE_HS_EFOO) has been added in order to translate L2CAP COC error codes to user Project:

[03/10] incubator-mynewt-core git commit: nimble/l2cap: Move ble_l2cap_chan_mtu() to ble_att

2017-02-13 Thread ccollins
nimble/l2cap: Move ble_l2cap_chan_mtu() to ble_att MTU Exchange procedure belongs to ATT. Also concept of default MTU belongs to ATT. This patch removes default_mtu from ble_l2cap_chan and moves function choosing MTU for ATT channel to ble_att Project:

[09/10] incubator-mynewt-core git commit: This closes #171.

2017-02-13 Thread ccollins
This closes #171. Merge remote-tracking branch 'rymanluk/l2cap_coc_sig' into develop * rymanluk/l2cap_coc_sig: bletiny: Add support to connect/disconnect L2CAP LE COC nimble/l2cap: Add support to disconnect L2CAP LE COC nimble/l2cap: Add support to connect L2CAP LE COC nimble/l2cap: Add

[06/10] incubator-mynewt-core git commit: nimble/l2cap: Add support to disconnect L2CAP LE COC

2017-02-13 Thread ccollins
nimble/l2cap: Add support to disconnect L2CAP LE COC With this patch nibmle is able to initiate LE COC disconnect and handle incoming disconnection request Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[04/10] incubator-mynewt-core git commit: kernel/queue: Fix SLIST_REMOVE macro

2017-02-13 Thread ccollins
kernel/queue: Fix SLIST_REMOVE macro This patch adds a missing NULL check of list element. Without that patch, if somebody wants to remove element which is not on the list, crash occurs Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[08/10] incubator-mynewt-core git commit: nimble/l2cap: Remove prefix blc_ and blh_ from L2CAP structs

2017-02-13 Thread ccollins
nimble/l2cap: Remove prefix blc_ and blh_ from L2CAP structs Remove blc_ and blh_ prefix as it does not really gives us any value. With this patch we make struct fields names shorter. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[01/10] incubator-mynewt-core git commit: bletiny: Add support to connect/disconnect L2CAP LE COC

2017-02-13 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 85638d22a -> 8b510e973 bletiny: Add support to connect/disconnect L2CAP LE COC With this patch bletiny gets support to test LE COC. In order to do this, new options to 'b l2cap' command has been added: * create_srv psm= *

[10/10] incubator-mynewt-core git commit: BLE Host - Update for CoC field name change.

2017-02-13 Thread ccollins
BLE Host - Update for CoC field name change. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/8b510e97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/8b510e97 Diff:

[02/10] incubator-mynewt-core git commit: nimble/l2cap: Add LE L2CAP COC API

2017-02-13 Thread ccollins
nimble/l2cap: Add LE L2CAP COC API This patch adds API for LE Connection Oriented Channels. Note that implementation is hided behind BLE_L2CAP_COC_MAX_NUM flag which defines maximum number of supported dynamic channels Overview: Idea is that credits are hidden from the user and controlled by the

[05/10] incubator-mynewt-core git commit: nimble/l2cap: Remove not needed checks

2017-02-13 Thread ccollins
nimble/l2cap: Remove not needed checks Minor change removing not needed check for return code. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/e9bb23e6 Tree:

incubator-mynewt-core git commit: gdb macros - Include mbuf usrhdr in output.

2017-02-13 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f299c85b1 -> 85638d22a gdb macros - Include mbuf usrhdr in output. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: No jira ticket. BLETEST role is now a syscfg variable.

2017-02-13 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d61c6cd08 -> f299c85b1 No jira ticket. BLETEST role is now a syscfg variable. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: