incubator-mynewt-core git commit: MYNEWT-324 BLE Host - Reuse inbuf for error rsp.

2016-11-18 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 1114831ea -> a6e55c8d7 MYNEWT-324 BLE Host - Reuse inbuf for error rsp. Not all unit tests are done yet. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/rep

incubator-mynewt-core git commit: nrf51 i2c; implement driver without using nordic's SDK.

2016-11-18 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev e4b6b6819 -> 183dff92c nrf51 i2c; implement driver without using nordic's SDK. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynew

incubator-mynewt-core git commit: nrf52 i2c; implementation which does not depend on nordic's SDK.

2016-11-18 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev 8f8d26a7b -> e4b6b6819 nrf52 i2c; implementation which does not depend on nordic's SDK. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incuba

incubator-mynewt-core git commit: BLE Host - ble_att_clt_tx_read_type() return bad.

2016-11-18 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev abf290455 -> 8f8d26a7b BLE Host - ble_att_clt_tx_read_type() return bad. This function always returned success regardless of the outcome. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Com

[2/3] incubator-mynewt-core git commit: MYNEWT-339 BLE host - Retry GATT on mbuf exhaust.

2016-11-18 Thread ccollins
MYNEWT-339 BLE host - Retry GATT on mbuf exhaust. If a GATT transmission fails due to mbuf exhaustion, the procedure is marked as stalled. The host attempts to resume stalled procedures once per second (configurable: BLE_GATT_RESUME_RATE). Project: http://git-wip-us.apache.org/repos/asf/incubat

[3/3] incubator-mynewt-core git commit: BLE Host - ble_att_clt_tx_read_type() return bad.

2016-11-18 Thread ccollins
BLE Host - ble_att_clt_tx_read_type() return bad. This function always returned success regardless of the outcome. 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/d13fe65b Tree: http://git-wip

[1/3] incubator-mynewt-core git commit: MYNEWT-339 BLE host - Retry GATT on mbuf exhaust.

2016-11-18 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 38b7cddc3 -> 1114831ea MYNEWT-339 BLE host - Retry GATT on mbuf exhaust. Unit tests for this fix. 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 git commit: No jira ticket: remove nordic SDK files/code from nrf51 and nrf52 bsps.

2016-11-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev d859a482a -> abf290455 No jira ticket: remove nordic SDK files/code from nrf51 and nrf52 bsps. 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 git commit: MYNEWT-139 Refactor test suites for target

2016-11-18 Thread peterfs
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4fcb950cf -> 38b7cddc3 MYNEWT-139 Refactor test suites for target More refactoring of existing test code so that it may run on target devices independent of configuration and architecture. Added callback to run at completio

incubator-mynewt-core git commit: No jira ticket for this commit: remove references to nordic SDK from hal_watchdog for nrf51 and nrf52.

2016-11-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev e2211c8f6 -> d859a482a No jira ticket for this commit: remove references to nordic SDK from hal_watchdog for nrf51 and nrf52. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://

[2/2] incubator-mynewt-core git commit: No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52.

2016-11-18 Thread wes3
No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52. 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/e2211c8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-

[1/2] incubator-mynewt-core git commit: No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52.

2016-11-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/1_0_0_b1_dev 68e8ec557 -> e2211c8f6 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e2211c8f/hw/mcu/nordic/nrf52xxx/src/hal_spi.c -- diff --git a/

[1/2] incubator-mynewt-core git commit: No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52.

2016-11-18 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8813bdf00 -> 4fcb950cf http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4fcb950c/hw/mcu/nordic/nrf52xxx/src/hal_spi.c -- diff --git a/hw/mc

[2/2] incubator-mynewt-core git commit: No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52.

2016-11-18 Thread wes3
No jira ticket: removal of nordic SDK code from hal_spi for the nrf51 and nrf52. 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/4fcb950c Tree: http://git-wip-us.apache.org/repos/asf/incubator-