[3/3] incubator-mynewt-newt git commit: This closes #47.

2017-03-03 Thread marko
This closes #47. Merge branch 'newtmgr' of https://github.com/cwanda/incubator-mynewt-newt into develop 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/761cdc25 Tree: http://git-wip-us.apache

[2/3] incubator-mynewt-newt git commit: 1) Fixed runtime exception when no argument is given to the "newtmgr conn add" and the "newtmgr conn delete" 2) Updated help texts.

2017-03-03 Thread marko
1) Fixed runtime exception when no argument is given to the "newtmgr conn add" and the "newtmgr conn delete" 2) Updated help texts. 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/56a2aed7

[1/3] incubator-mynewt-newt git commit: Modified Newtmgr help text. It now says "Newtmgr helps you manage remote devices running the Mynewt OS"

2017-03-03 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop dce8b5cd0 -> 761cdc25d Modified Newtmgr help text. It now says "Newtmgr helps you manage remote devices running the Mynewt OS" Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-

incubator-mynewt-core git commit: MYNEWT-527; nrf51-blenano fix typo in bsp.yml.

2017-03-03 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b2ea1dc2c -> 84edc0e89 MYNEWT-527; nrf51-blenano fix typo in bsp.yml. 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/

[3/4] incubator-mynewt-newt git commit: MYNEWT-651; fix go formatting.

2017-03-03 Thread marko
MYNEWT-651; fix go formatting. 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/9a13ff30 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/9a13ff30 Diff: http://git-wip-us.

[2/4] incubator-mynewt-newt git commit: MYNEWT-651; was using uppercase names in json for memory region data.

2017-03-03 Thread marko
MYNEWT-651; was using uppercase names in json for memory region data. 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/15cfc602 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt

[1/4] incubator-mynewt-newt git commit: MYNEWT-651; newt - include package size info in manifest file.

2017-03-03 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 386c08789 -> dce8b5cd0 MYNEWT-651; newt - include package size info in manifest file. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-myn

[4/4] incubator-mynewt-newt git commit: This closes #45.

2017-03-03 Thread marko
This closes #45. Merge branch 'mynewt-651' of https://github.com/mkiiskila/incubator-mynewt-newt into develop 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/dce8b5cd Tree: http://git-wip-us.

[18/26] incubator-mynewt-core git commit: nimble/l2cap: Add handling receiving SDU over L2CAP LE CoC

2017-03-03 Thread ccollins
nimble/l2cap: Add handling receiving SDU over L2CAP LE CoC With this patch nimble can receive full SDU from remote device. Once it is done, callback with SDU is called to application. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org

[02/26] incubator-mynewt-core git commit: bletiny: Refactor buffer handling in the application

2017-03-03 Thread ccollins
bletiny: Refactor buffer handling in the application With this patch we prepare os_mbuf_pool which is used later by application to get sdu buffer 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/commi

[17/26] incubator-mynewt-core git commit: nimble/l2cap: Handle REJECT CMD on L2CAP LE CoC connection create req

2017-03-03 Thread ccollins
nimble/l2cap: Handle REJECT CMD on L2CAP LE CoC connection create req With this patch, if legacy device response with REJECT CMD on LE Create Base Connection request, application will be corretly notified. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http:/

[11/26] incubator-mynewt-core git commit: nimble/l2cap: Remove not needed function ble_l2cap_sig_init_cmd

2017-03-03 Thread ccollins
nimble/l2cap: Remove not needed function ble_l2cap_sig_init_cmd After refactor this function is not needed anymore in the host code. The only user of it is unitest and this patch fixes that. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apa

[10/26] incubator-mynewt-core git commit: nimble/l2cap: Refactor handling L2CAP reject command

2017-03-03 Thread ccollins
nimble/l2cap: Refactor handling L2CAP reject command With this patch L2CAP reject command uses a new way of preparing command and sending it 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/ba9

[13/26] incubator-mynewt-core git commit: nimble/l2cap: Refactor update parameters handling

2017-03-03 Thread ccollins
nimble/l2cap: Refactor update parameters handling With this patch l2cap update parameters is handled in similar way as other signaling commands. 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

[04/26] incubator-mynewt-core git commit: bletiny: Add support to send data over L2CAP LE CoC

2017-03-03 Thread ccollins
bletiny: Add support to send data over L2CAP LE CoC With this patch user can send random data to specified CoC channel with command: l2cap send conn= idx= bytes= Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-

[19/26] incubator-mynewt-core git commit: nimble/l2cap: Improve L2CAP LE CoC connection handling

2017-03-03 Thread ccollins
nimble/l2cap: Improve L2CAP LE CoC connection handling With this patch we make sure remote does not use already used CID 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/6963daf8 Tree: http://g

[14/26] incubator-mynewt-core git commit: nimble/l2cap: Add helper to create L2CAP channel for LE CoC

2017-03-03 Thread ccollins
nimble/l2cap: Add helper to create L2CAP channel for LE CoC With this patch, creating L2CAP channel for LE CoC purposes is moved to ble_l2cap_coc.c. It is because in that file we want to have all the logic related to CoC e.g. credits, available servers, data handling Project: http://git-wip-us.a

[25/26] incubator-mynewt-core git commit: nimble/l2cap: Add initial credits calculations

2017-03-03 Thread ccollins
nimble/l2cap: Add initial credits calculations With this patch we calculate initial credits in that way that peer device is able to send full SDU by fill up fully LE frames. If it happens that peer is not filling up LE Frames, there is mechanism to handling it already in receiving function Proj

[09/26] incubator-mynewt-core git commit: nibmle/l2cap: Clear LE CoC channel on ACL drop

2017-03-03 Thread ccollins
nibmle/l2cap: Clear LE CoC channel on ACL drop When ACL is disconnected before L2CAP is disconnected we need to make sure proper cleaning is done and application is notified about channel disconnection. Therefore with this patch sending DISCONNECTED EVENT is moved to function doing free of COC sp

[05/26] incubator-mynewt-core git commit: nimble/l2cap: Memset response in L2CAP LE CoC connect request

2017-03-03 Thread ccollins
nimble/l2cap: Memset response in L2CAP LE CoC connect request This is in order to not send trash in case of error response. 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/ced3e8b2 Tree: http:

[03/26] incubator-mynewt-core git commit: nimble/l2cap: Fix L2CAP LE CoC disconnection handling

2017-03-03 Thread ccollins
nimble/l2cap: Fix L2CAP LE CoC disconnection handling This patch fixes mess around scid/dcid on L2CAP disconnection request 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/506e3738 Tree: http:

[07/26] incubator-mynewt-core git commit: bletiny: Add error print when L2CAP LE CoC disconnect fails

2017-03-03 Thread ccollins
bletiny: Add error print when L2CAP LE CoC disconnect fails 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/5c449bb1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5c44

[12/26] incubator-mynewt-core git commit: nimble/l2cap: Add helper to clean L2CAP LE CoC channel

2017-03-03 Thread ccollins
nimble/l2cap: Add helper to clean L2CAP LE CoC channel With this patch we make sure that when CoC is used, outstanding os_mbufs are freed when channel is closing Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-m

[23/26] incubator-mynewt-core git commit: nimble/l2cap: Fix for possible memory leak

2017-03-03 Thread ccollins
nimble/l2cap: Fix for possible memory leak With this patch we remove allocated memory for proc in case we could not allocate signaling request later on. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-cor

[08/26] incubator-mynewt-core git commit: bletiny: Add debug log for CoC accept

2017-03-03 Thread ccollins
bletiny: Add debug log for CoC accept 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/3d756b3f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/3d756b3f Diff: http://git-

[15/26] incubator-mynewt-core git commit: nimble/l2cap: Make ble_l2cap_chan available in ble_l2cap_rx_fn

2017-03-03 Thread ccollins
nimble/l2cap: Make ble_l2cap_chan available in ble_l2cap_rx_fn Each L2CAP channel has its data handler function. Till now we had function per CID. In order to handle COC we need to have possibility to handle more channels in same data handler function. For this reason we need to have pointer to bl

[26/26] incubator-mynewt-core git commit: This closes #190.

2017-03-03 Thread ccollins
This closes #190. Merge remote-tracking branch 'rymanluk/l2cap_coc' into develop * rymanluk/l2cap_coc: (25 commits) nimble/l2cap: Add initial credits calculations nimble/l2cap: Improve L2CAP LE CoC connection handling nimble/l2cap: Fix hanlding broken ACL during L2CAP procedure nimble/l2c

[16/26] incubator-mynewt-core git commit: nimble/l2cap: Remove not needed **om from ble_l2cap_rx_fn

2017-03-03 Thread ccollins
nimble/l2cap: Remove not needed **om from ble_l2cap_rx_fn Since this callback function has ble_l2cap_chan as a parameter, we don't need to provide there os_mbuf with data as this is already in chan->rx_buf Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http:/

[24/26] incubator-mynewt-core git commit: nimble/l2cap: Fix hanlding broken ACL during L2CAP procedure

2017-03-03 Thread ccollins
nimble/l2cap: Fix hanlding broken ACL during L2CAP procedure With this patch we make sure that all processing procedures are free and user is notified about broken link Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incu

[06/26] incubator-mynewt-core git commit: nimble/l2cap: Fix handling scid/dcid in the channel.

2017-03-03 Thread ccollins
nimble/l2cap: Fix handling scid/dcid in the channel. This patch makes sure that each l2cap channel has corretly set scid and dcid. In the same time dcid is use when sending data. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repo

[21/26] incubator-mynewt-core git commit: nimble/l2cap: Fix handling bad data in L2CAP update parameters response

2017-03-03 Thread ccollins
nimble/l2cap: Fix handling bad data in L2CAP update parameters response Returning error will cause sending L2CAP REJECT on that response and this is incorrect. This patch fixes that. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/

[22/26] incubator-mynewt-core git commit: nimble/l2cap: Add LE credits update handling

2017-03-03 Thread ccollins
nimble/l2cap: Add LE credits update handling This patch add support to send singaling request to update LE creadits as well as handle remote device sending us LE credits update. Note, that this patch introduces also helper function to find channel by scid and dcid Project: http://git-wip-us.apa

[20/26] incubator-mynewt-core git commit: nimble/l2cap: Add suppport to send data over L2CAP LE CoC

2017-03-03 Thread ccollins
nimble/l2cap: Add suppport to send data over L2CAP LE CoC 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/93ac0dfa Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/93ac0d

[01/26] incubator-mynewt-core git commit: bletiny: Add missing returns in L2CAP connect/disconnect

2017-03-03 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop e3241525f -> b2ea1dc2c bletiny: Add missing returns in L2CAP connect/disconnect Fix missing error returns. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/r

incubator-mynewt-core git commit: MYNEWT-527; add Windows wrapper script to nrf51-blenano.

2017-03-03 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4a9cb5128 -> e3241525f MYNEWT-527; add Windows wrapper script to nrf51-blenano. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-co

[2/2] incubator-mynewt-core git commit: This closes #189.

2017-03-03 Thread marko
This closes #189. Merge branch 'mynewt-652' of https://github.com/mkiiskila/incubator-mynewt-core into develop 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/4a9cb512 Tree: http://git-wip-us

[1/2] incubator-mynewt-core git commit: MYNEWT-652; net/oic - remove check of OC_PERIODIC when deciding whether to send notify or not.

2017-03-03 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 389d7f4ad -> 4a9cb5128 MYNEWT-652; net/oic - remove check of OC_PERIODIC when deciding whether to send notify or not. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.ap

[1/2] incubator-mynewt-core git commit: net/oic; support IPv4.

2017-03-03 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8d757705f -> 389d7f4ad net/oic; support IPv4. 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/9064dbaf Tree: http://gi

[2/2] incubator-mynewt-core git commit: This closes #188.

2017-03-03 Thread marko
This closes #188. Merge branch 'oci_ipv4' of https://github.com/mkiiskila/incubator-mynewt-core into develop 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/389d7f4a Tree: http://git-wip-us.a

[GitHub] incubator-mynewt-site pull request #161: Use virtualenv/pip for python setup

2017-03-03 Thread utzig
GitHub user utzig opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/161 Use virtualenv/pip for python setup Use more typical Python setup. You can merge this pull request into a Git repository by running: $ git pull https://github.com/utzig/incubator-m