incubator-mynewt-newtmgr git commit: nmxact - ForgetDevice, ForgetAllDevices in scanner.

2017-05-23 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master e61c99df8 -> 7cf2d6931 nmxact - ForgetDevice,ForgetAllDevices in scanner. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit:

incubator-mynewt-core git commit: MYNEWT-759 Change BLE-over-CoAP UUID 128 --> 16

2017-05-23 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master f04e1d0fe -> 3531ce6d6 MYNEWT-759 Change BLE-over-CoAP UUID 128 --> 16 The plan is to reserve a 16-bit UUID with the Bluetooth SIG. In the meantime, we will use the (arbitrarilly chosen) UUID 0x9923. Project:

[1/2] incubator-mynewt-newtmgr git commit: Mynewt-693 - error check for type and connstring. Print error when user does not provide type or connstring to newtmgr conn add command.

2017-05-22 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master 130b9ea9d -> 3cb138aba Mynewt-693 - error check for type and connstring. Print error when user does not provide type or connstring to newtmgr conn add command. Project:

[1/2] incubator-mynewt-newt git commit: Separate syscalls for unix and windows in unixchild.go Note that this only fixes build errors on windows. ble support is not tested on windows.

2017-05-22 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master 24a7b8beb -> 9c80937fb Separate syscalls for unix and windows in unixchild.go Note that this only fixes build errors on windows. ble support is not tested on windows. Project:

incubator-mynewt-newtmgr git commit: nmxact - separate connect and discover procedures.

2017-05-19 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/blob/99af734d/nmxact/example/ble_scan/ble_scan.go -- diff --git a/nmxact/example/ble_scan/ble_scan.go b/nmxact/example/ble_scan/ble_scan.go index d9f794c..4ac80e1 1

incubator-mynewt-core git commit: json - Remove call to sscanf().

2017-05-18 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master c7d7a0ebf -> c82ebd4b5 json - Remove call to sscanf(). The call to sscanf() was adding about 2kB of code. Replace this with a call to strtoul(). Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo

[7/9] incubator-mynewt-core git commit: MYNEWT-754 BLE Host - Store mgmt API additions

2017-05-18 Thread ccollins
MYNEWT-754 BLE Host - Store mgmt API additions /** * Deletes all entries from the store that match the specified key. * * @param type The type of store entry to delete. * @param key Entries matching this key get deleted. * * @return 0

[6/9] incubator-mynewt-core git commit: MYNEWT-754 BLE Host - Support deleting of CCCDs.

2017-05-18 Thread ccollins
MYNEWT-754 BLE Host - Support deleting of CCCDs. 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/c24413e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c24413e1 Diff:

[4/9] incubator-mynewt-core git commit: MYNEWT-754 BLE Host - iterate: return err on fail

2017-05-18 Thread ccollins
MYNEWT-754 BLE Host - iterate: return err on fail 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/c542807f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c542807f

[2/9] incubator-mynewt-core git commit: MYNEWT-754 BLE host - Store cb can abort iterate.

2017-05-18 Thread ccollins
MYNEWT-754 BLE host - Store cb can abort iterate. 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/f0a1ea83 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f0a1ea83

[1/9] incubator-mynewt-core git commit: MYNEWT-754 BLE Host - cfgable RAM store capacity

2017-05-18 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master b6914bf28 -> c7d7a0ebf MYNEWT-754 BLE Host - cfgable RAM store capacity Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[8/9] incubator-mynewt-core git commit: MYNEWT-754 BLE Host - Add some missing consts.

2017-05-18 Thread ccollins
MYNEWT-754 BLE Host - Add some missing consts. 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/507773fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/507773fd Diff:

[5/9] incubator-mynewt-core git commit: MYNEWT-754 BLE Host - Basic store util unit tests.

2017-05-18 Thread ccollins
MYNEWT-754 BLE Host - Basic store util unit tests. 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/fd6da967 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/fd6da967

[3/9] incubator-mynewt-core git commit: MYNEWT-754 BLE host - addrcmp ignores padding.

2017-05-18 Thread ccollins
MYNEWT-754 BLE host - addrcmp ignores padding. A straight memcmp of the ble_addr_t struct won't always work, particularly if one of the structs is allocated on the stack. The contents of the padding bytes are indeterminate, and could cause a false negative. Project:

[9/9] incubator-mynewt-core git commit: This closes #277.

2017-05-18 Thread ccollins
This closes #277. Merge branch 'key-overflow' * key-overflow: MYNEWT-754 BLE Host - Support deleting of CCCDs. MYNEWT-754 BLE Host - Basic store util unit tests. MYNEWT-754 BLE Host - Add some missing consts. MYNEWT-754 BLE Host - Store mgmt API additions MYNEWT-754 BLE Host - iterate:

[1/2] incubator-mynewt-newt git commit: MYNEWT-583; newt - allow use of specific tag/repository revision.

2017-05-18 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master da27d98ee -> 24a7b8beb MYNEWT-583; newt - allow use of specific tag/repository revision. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[2/2] incubator-mynewt-newt git commit: unixchild - Remove child from parent's pgid.

2017-05-18 Thread ccollins
unixchild - Remove child from parent's pgid. This prevents the child process from receiving a ^C SIGINT. 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/24a7b8be Tree:

[1/3] incubator-mynewt-newtmgr git commit: misc

2017-05-18 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master 822cea97d -> 5af109bf9 misc Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/c2770f19 Tree:

[3/3] incubator-mynewt-newtmgr git commit: nmxact - Use 16-bit CoAP-BLE UUID.

2017-05-18 Thread ccollins
nmxact - Use 16-bit CoAP-BLE UUID. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/5af109bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/tree/5af109bf Diff:

[2/3] incubator-mynewt-newtmgr git commit: nmxact - Support for 16-bit UUIDs.

2017-05-18 Thread ccollins
nmxact - Support for 16-bit UUIDs. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/f51c1767 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/tree/f51c1767 Diff:

incubator-mynewt-newtmgr git commit: nmxact - Device discovery.

2017-05-16 Thread ccollins
ewt.apache.org/newtmgr/nmxact/nmxutil" "mynewt.apache.org/newtmgr/nmxact/sesn" "mynewt.apache.org/newtmgr/nmxact/xact" @@ -144,6 +146,37 @@ func sendTaskStat(s sesn.Sesn) error { return nil } +func sendImageUpload(s sesn.Sesn) error { +

incubator-mynewt-core git commit: This closes #249.

2017-05-16 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master be82a7ad6 -> 9c5eafdcd This closes #249. 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/9c5eafdc Tree:

[2/3] incubator-mynewt-core git commit: net/nimble/hs; QCA6234 rejects 2nd page of event settings. Instead of failing, log the event as warning and continue.

2017-05-16 Thread ccollins
net/nimble/hs; QCA6234 rejects 2nd page of event settings. Instead of failing, log the event as warning and continue. 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/1db1b3c1 Tree:

[1/3] incubator-mynewt-core git commit: net/nimble; adjust BCM2837 fix to print a warning instead of erroring. Keep header file define the same.

2017-05-16 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master b2a367eb0 -> be82a7ad6 net/nimble; adjust BCM2837 fix to print a warning instead of erroring. Keep header file define the same. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[3/3] incubator-mynewt-core git commit: net/nimble; we reject BCM2837 on raspberry pi for higher tx power report. Up the allowed range to accomodate it.

2017-05-16 Thread ccollins
net/nimble; we reject BCM2837 on raspberry pi for higher tx power report. Up the allowed range to accomodate 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/83c0b03e Tree:

[1/2] incubator-mynewt-newt git commit: MYNEWT-753 newt - sysinit file inconsistent

2017-05-15 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master 98b9a71dc -> da27d98ee MYNEWT-753 newt - sysinit file inconsistent In the generated sysinit C file, calls to initialization functions are sorted by stage number. Within a stage number, the ordering is random, and varies

[2/2] incubator-mynewt-newt git commit: This closes #59.

2017-05-15 Thread ccollins
This closes #59. Merge remote-tracking branch 'ccollins476ad/sysinit-inconsistent' * ccollins476ad/sysinit-inconsistent: MYNEWT-753 newt - sysinit file inconsistent Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[1/3] incubator-mynewt-core git commit: MYNEWT-745 Sim - deadlock involving system calls

2017-05-12 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master b26a78d8f -> dd4baa28e MYNEWT-745 Sim - deadlock involving system calls This commit splits sim into two separate implementations: * "signals" * "no-signals" The user chooses which implementation to use via the

[2/3] incubator-mynewt-core git commit: MYNEWT-745 Make native sockets nonblocking.

2017-05-12 Thread ccollins
MYNEWT-745 Make native sockets nonblocking. This prevents deadlock in the "no-signals" sim implementation. 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/71811d43 Tree:

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

2017-05-12 Thread ccollins
This closes #269. Merge remote-tracking branch 'ccollins476ad/sim-no-signals' * ccollins476ad/sim-no-signals: MYNEWT-745 Make native sockets nonblocking. MYNEWT-745 Sim - deadlock involving system calls Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-newt git commit: unixchild - fail rather than hang if not rdy to tx

2017-05-10 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master 25d87344e -> ca783a7dd unixchild - fail rather than hang if not rdy to tx Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

incubator-mynewt-newtmgr git commit: nmxact - ble_xport - don't sync if bhd terminated

2017-05-10 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master 8c1863838 -> fc22b9fa5 nmxact - ble_xport - don't sync if bhd terminated Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit:

[1/2] incubator-mynewt-newtmgr git commit: nmxact - Error on connect failure

2017-05-10 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master d8f913e74 -> 8c1863838 nmxact - Error on connect failure A BLE session open attempt is supposed to retry when the first command (MTU exchange) fails due to supervision timeout. Instead, it was returning this error:

[2/2] incubator-mynewt-newtmgr git commit: nmxact - reset ctlr on ble_xport shutdown.

2017-05-10 Thread ccollins
nmxact - reset ctlr on ble_xport shutdown. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/8c186383 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/tree/8c186383

incubator-mynewt-newtmgr git commit: nmxact - Fix deadlock on redundant BLE Open().

2017-05-09 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master 739d29c45 -> d8f913e74 nmxact - Fix deadlock on redundant BLE Open(). The BLE session would block forever if the client attempted to start it twice. Now, an error is returned instead. Project:

incubator-mynewt-newtmgr git commit: nmxact - Log stack traces on bhd timeout.

2017-05-01 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master 78d069c70 -> 739d29c45 nmxact - Log stack traces on bhd timeout. This is a temporary measure to help debug a bhd timeout. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit:

[3/3] incubator-mynewt-newtmgr git commit: nmxact - Log bhd sequence number on timeout.

2017-05-01 Thread ccollins
nmxact - Log bhd sequence number on timeout. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/78d069c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/tree/78d069c7

[2/3] incubator-mynewt-newtmgr git commit: nmxact - blehostd rsp timeout 1s --> 10s.

2017-05-01 Thread ccollins
nmxact - blehostd rsp timeout 1s --> 10s. Test to see if this prevents the response timeout. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/564c088a Tree:

[17/19] incubator-mynewt-core git commit: MYNEWT-741 Lora cleanup

2017-04-28 Thread ccollins
MYNEWT-741 Lora cleanup * Combine lora_misc.c and timer.c --> utilities.c * Use existing swap_buf() instead of new memcpyr(). * Add Apache header to utilities.c Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[06/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9986f68c/hw/drivers/lora/node/radio/sx1276/src/sx1276Regs-Fsk.h -- diff --git a/hw/drivers/lora/node/radio/sx1276/src/sx1276Regs-Fsk.h

[09/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/560fa920/hw/drivers/lora/sx1276/src/sx1276Regs-Fsk.h -- diff --git a/hw/drivers/lora/sx1276/src/sx1276Regs-Fsk.h b/hw/drivers/lora/sx1276/src/sx1276Regs-Fsk.h new

[05/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9986f68c/net/lora/node/include/node/mac/LoRaMac-definitions.h -- diff --git a/net/lora/node/include/node/mac/LoRaMac-definitions.h

[11/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/560fa920/hw/drivers/lora/node/radio/sx1276/src/sx1276Regs-Fsk.h -- diff --git a/hw/drivers/lora/node/radio/sx1276/src/sx1276Regs-Fsk.h

[01/19] incubator-mynewt-core git commit: MYNEWT-740 Rudimentary Text parsing package.

2017-04-28 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 369df92d3 -> 702dc23e8 MYNEWT-740 Rudimentary Text parsing package. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[16/19] incubator-mynewt-core git commit: MYNEWT-741 lorashell - Tx predictable payloads

2017-04-28 Thread ccollins
MYNEWT-741 lorashell - Tx predictable payloads This allows the receiver to calculate packet error rate. 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/3fe2ef75 Tree:

[03/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9986f68c/net/lora/node/src/mac/LoRaMac.c -- diff --git a/net/lora/node/src/mac/LoRaMac.c b/net/lora/node/src/mac/LoRaMac.c new file mode 100644 index

[07/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9986f68c/hw/drivers/lora/node/radio/sx1276/src/sx1276.c -- diff --git a/hw/drivers/lora/node/radio/sx1276/src/sx1276.c

[08/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
MYNEWT-741 Port of LoRaMac-node library 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/9986f68c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9986f68c Diff:

[12/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/560fa920/hw/drivers/lora/node/radio/sx1276/src/sx1276.c -- diff --git a/hw/drivers/lora/node/radio/sx1276/src/sx1276.c

[15/19] incubator-mynewt-core git commit: MYNEWT-741 Fix loraping app.

2017-04-28 Thread ccollins
MYNEWT-741 Fix loraping app. 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/f3b97d53 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f3b97d53 Diff:

[13/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
MYNEWT-741 Port of LoRaMac-node library Implement suggested changed from code review: 1. Replace hardcoded 0 argument to hal_spi_enable(); use syscfg setting instead. 2. Merge hw/drivers/lora/node/{radio,board} --> hw/drivers/lora 3. Default LoRa SPI index to -1; require BSP to override this

[02/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9986f68c/net/lora/node/src/mac/LoRaMacCrypto.c -- diff --git a/net/lora/node/src/mac/LoRaMacCrypto.c b/net/lora/node/src/mac/LoRaMacCrypto.c new file mode 100644

[04/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9986f68c/net/lora/node/include/node/radio.h -- diff --git a/net/lora/node/include/node/radio.h b/net/lora/node/include/node/radio.h new file mode 100644 index

[10/19] incubator-mynewt-core git commit: MYNEWT-741 Port of LoRaMac-node library

2017-04-28 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/560fa920/hw/drivers/lora/sx1276/src/sx1276.c -- diff --git a/hw/drivers/lora/sx1276/src/sx1276.c b/hw/drivers/lora/sx1276/src/sx1276.c new file mode 100644 index

[14/19] incubator-mynewt-core git commit: MYNEWT-740 Rudimentary Text parsing package.

2017-04-28 Thread ccollins
MYNEWT-740 Rudimentary Text parsing package. 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/8374b5a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/8374b5a1 Diff:

incubator-mynewt-core git commit: MYNEWT-696 NMP datetime: always put usecs in rsp.

2017-04-25 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 5ec317d45 -> 6ac1b82ef MYNEWT-696 NMP datetime: always put usecs in rsp. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[6/7] incubator-mynewt-core git commit: nimble/hci: Add LE set PHY command

2017-04-25 Thread ccollins
nimble/hci: Add LE set PHY command With this command we can change prefered PHY for given connection 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/2210e7e1 Tree:

[7/7] incubator-mynewt-core git commit: This closes #229.

2017-04-25 Thread ccollins
This closes #229. Merge remote-tracking branch 'rymanluk/bluetooth5' into bluetooth5 * rymanluk/bluetooth5: bletiny: Add test commands to manage PHY nimble/gap: Add API to manage LE PHY nimble/hci: Add LE set PHY command nimble/hci: Add LE set default PHY command nimble/hci: Add LE

[4/7] incubator-mynewt-core git commit: nimble/hci: Remove reduntant checks

2017-04-25 Thread ccollins
nimble/hci: Remove reduntant checks 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/1caef7af Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/1caef7af Diff:

[3/7] incubator-mynewt-core git commit: nimble/hci: Add LE read PHY command

2017-04-25 Thread ccollins
nimble/hci: Add LE read PHY command With this command we can read used PHY on given connection 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/7744296b Tree:

[1/7] incubator-mynewt-core git commit: bletiny: Add test commands to manage PHY

2017-04-25 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/bluetooth5 566b5c691 -> 4c2a8d984 bletiny: Add test commands to manage PHY With this patch we can read PHY on connection and set prefered PHY (default and for connection) Project:

[2/7] incubator-mynewt-core git commit: nimble/gap: Add API to manage LE PHY

2017-04-25 Thread ccollins
nimble/gap: Add API to manage LE PHY 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/c7aa21c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c7aa21c3 Diff:

[5/7] incubator-mynewt-core git commit: nimble/hci: Add LE set default PHY command

2017-04-25 Thread ccollins
nimble/hci: Add LE set default PHY command 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/086c852f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/086c852f Diff:

[2/2] incubator-mynewt-core git commit: nrf52dk bsp - Delete empty file.

2017-04-24 Thread ccollins
nrf52dk bsp - Delete empty file. 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/5ec317d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5ec317d4 Diff:

[1/2] incubator-mynewt-core git commit: Misc: Add some required includes to .h files.

2017-04-24 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 843e03dde -> 5ec317d45 Misc: Add some required includes to .h files. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/3] incubator-mynewt-core git commit: nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient

2017-04-24 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 3596d33e1 -> 843e03dde nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient Modified the code in ble_hci_uart_tx_char to be faster. This added a bit more code (should not have increased ram usage) and

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

2017-04-24 Thread ccollins
This closes #243. Merge remote-tracking branch 'wes3/ble_hci_uart2' * wes3/ble_hci_uart2: nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient Project:

[2/3] incubator-mynewt-core git commit: nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient

2017-04-24 Thread ccollins
nimble/transport; MYNEWT-737: Make ble_hci_uart_tx_char more efficient Per pull request review, add assert() if om is NULL. Did not modify the rest of the code in case assert() is compiled out by NDEBUG being defined. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo

incubator-mynewt-core git commit: MYNEWT-734 console_printf() return # printed chrs.

2017-04-20 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master e13e309d9 -> 271ab1b9c MYNEWT-734 console_printf() return # printed chrs. Fix a bug for non-baselibc builds. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

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

2017-04-19 Thread ccollins
This closes #237. Merge remote-tracking branch 'simonratner/MYNEWT-732' * simonratner/MYNEWT-732: MYNEWT-732: Fix ble_gattc_disc_svc_by_uuid Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/3] incubator-mynewt-core git commit: BLE Host - Check tx of disc-svc-uuid in unit tests

2017-04-19 Thread ccollins
BLE Host - Check tx of disc-svc-uuid in unit tests 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/a1e5c125 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a1e5c125

[1/3] incubator-mynewt-core git commit: MYNEWT-732: Fix ble_gattc_disc_svc_by_uuid

2017-04-19 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 28b29f445 -> 43e3f7235 MYNEWT-732: Fix ble_gattc_disc_svc_by_uuid Broken in a refactor in 191acab73c9c77c157a806d8871b653f3c64cbc9. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/3] incubator-mynewt-newtmgr git commit: nmxact ble_dual ex: send more commands.

2017-04-12 Thread ccollins
= nil { + return + } - s.Close() + // Task stat + if err := sendTaskStat(s); err != nil { + return + } } func main() { @@ -124,7 +209,7 @@ func main() { configExitHandler(x) peerNames := []string{ - "ccollins", + "ccollins1", "ccollins2", "ccollins3", }

[3/3] incubator-mynewt-newtmgr git commit: nmxact - More logging.

2017-04-12 Thread ccollins
nmxact - More logging. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/41cf2746 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/tree/41cf2746 Diff:

incubator-mynewt-newtmgr git commit: nmxact - Ensure all fsm goroutines done

2017-04-11 Thread ccollins
use a random address. - // * Peer has name "nimble-bleprph". - sc1 := sesn.NewSesnCfg() - sc1.MgmtProto = sesn.MGMT_PROTO_NMP - sc1.Ble.OwnAddrType = bledefs.BLE_ADDR_TYPE_RANDOM - sc1.Ble.PeerSpec = sesn.BlePeerSpecName("ccollins") + configExitH

incubator-mynewt-newtmgr git commit: nmxutil - allow log level to be configured

2017-04-11 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master e5dcf07e4 -> 5fce9f8d2 nmxutil - allow log level to be configured Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit:

incubator-mynewt-newtmgr git commit: nmxact - misc cleanup.

2017-04-10 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master 6c9269d72 -> e5dcf07e4 nmxact - misc cleanup. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/e5dcf07e Tree:

[10/11] incubator-mynewt-core git commit: nimble/l2cap: Fix hs locking issue when sending le_credit_update

2017-04-10 Thread ccollins
nimble/l2cap: Fix hs locking issue when sending le_credit_update 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/0b3ea953 Tree:

[11/11] incubator-mynewt-core git commit: This closes #206.

2017-04-10 Thread ccollins
This closes #206. Merge remote-tracking branch 'rymanluk/fix_l2cap_coc_locking' * rymanluk/fix_l2cap_coc_locking: nimble/l2cap: Add PTS instructions for LE CoC and run all the testcases nimble/pts: Update pts files due to L2CAP LE CoC nimble/l2cap: Add initial unit tests for LE CoC

[09/11] incubator-mynewt-core git commit: nimble/l2cap: Fix locking on incoming LE CoC connect request

2017-04-10 Thread ccollins
nimble/l2cap: Fix locking on incoming LE CoC connect request Just use lock when retrieve or add channel to conn object. Without this patch there is a locking issue when ble_l2cap_recv_read() is called on BLE_L2CAP_EVENT_COC_ACCEPT Issue found during unit test writing for LE CoC Project:

[08/11] incubator-mynewt-core git commit: nimble/l2cap: Add initial unit tests for LE CoC

2017-04-10 Thread ccollins
nimble/l2cap: Add initial unit tests for 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/082d066e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/082d066e Diff:

[06/11] incubator-mynewt-core git commit: nimble/l2cap: Fix locking on LE CoC connect

2017-04-10 Thread ccollins
nimble/l2cap: Fix locking on LE CoC connect Make sure to do hs unlock before ble_l2cap_sig_tx() as this function does it's own locking. Found during writing unit test for LE CoC Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[05/11] incubator-mynewt-core git commit: nimble/l2cap: Fix locking when receiving LE CoC credit update

2017-04-10 Thread ccollins
nimble/l2cap: Fix locking when receiving LE CoC credit update Lets remove lock once we have conn and chan. Functions ble_l2cap_coc_continue_tx() and ble_l2cap_sig_disconnect() do own locking when needed, Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

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

2017-04-10 Thread ccollins
This closes #223. Merge remote-tracking branch 'spoonofpower/testsuite_name' * spoonofpower/testsuite_name: Log testsuite name and keep valid json when truncating Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/2] incubator-mynewt-newtmgr git commit: nmxact - ble_dual example: open+close on each tx.

2017-04-10 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master 0f1365665 -> 6c9269d72 nmxact - ble_dual example: open+close on each tx. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit:

incubator-mynewt-newt git commit: MYNEWT-718 newt - Build failure under 32-bit OS

2017-04-08 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master a895dc5cb -> 409f7d307 MYNEWT-718 newt - Build failure under 32-bit OS Error: syscfg/syscfg.go:965: constant 4294967295 overflows int The fix is to remove interrupt priorities entirely. This setting type was not

incubator-mynewt-newtmgr git commit: nmxact - Clear listeners when connect fails.

2017-04-07 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master 14d4b457c -> 0f1365665 nmxact - Clear listeners when connect fails. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit:

incubator-mynewt-core git commit: nrf51dk bsp - Fix build when UARTs disabled.

2017-04-07 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/master 25850ad6c -> e23872dc6 nrf51dk bsp - Fix build when UARTs disabled. Note: bit banger (UART 1) appears to be disabled for this BSP. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/2] incubator-mynewt-newtmgr git commit: nxmact - Protect access to master op state

2017-04-07 Thread ccollins
nxmact - Protect access to master op state I.e., prevent two sessions from connecting at the same time. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/commit/14d4b457 Tree:

[1/2] incubator-mynewt-newtmgr git commit: nmxact - ble_dual example.

2017-04-07 Thread ccollins
rror starting BLE transport: %s1\n", + err.Error()) + os.Exit(1) + } + defer x.Stop() + + // Prepare a BLE session: + // * Plain NMP (not tunnelled over OIC). + // * We use a random address. + // * Peer has nam

incubator-mynewt-newtmgr git commit: nmxact - ble_loop example: graceful shutdown

2017-04-07 Thread ccollins
Repository: incubator-mynewt-newtmgr Updated Branches: refs/heads/master f573ad10e -> a5c9d0b3f nmxact - ble_loop example: graceful shutdown Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newtmgr/repo Commit:

[19/23] incubator-mynewt-newt git commit: unixchild additions

2017-04-07 Thread ccollins
unixchild additions * User specifies socket accept timeout * New error type indicating accept error * Don't allow double start or stop 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/df674371

[05/23] incubator-mynewt-newt git commit: MYNEWT-655 newt - Detect repo/newt ver incompat.

2017-04-07 Thread ccollins
MYNEWT-655 newt - Detect repo/newt ver incompat. This is done with a separate map "repo.newt_compatibility" in the repo's repository.yml file. Example: repo.newt_compatibility: 1.0.0: 1.1.0: error 1.0.0: good 0.9.99: warn 0.9.9: error This says that this

[02/23] incubator-mynewt-newt git commit: Remove trailing slash using pkg commands in the shell

2017-04-07 Thread ccollins
Remove trailing slash using pkg commands in the shell 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/008834c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/008834c5

[03/23] incubator-mynewt-newt git commit: Updates to sync/upgrade/install inner working

2017-04-07 Thread ccollins
Updates to sync/upgrade/install inner working - sync now creates a new branch when checking out a tag commit - sync flow now: 1) stash changes 2) fetch branchs/tags from origin 3) merges in changes on master and develop 4) checks out old branch or new branch (creating if necessary) 5)

[15/23] incubator-mynewt-newt git commit: MYNEWT-660 newt - Quotes get stripped from syscfg

2017-04-07 Thread ccollins
MYNEWT-660 newt - Quotes get stripped from syscfg 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/f753f2bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/f753f2bb

[17/23] incubator-mynewt-newt git commit: This closes #53.

2017-04-07 Thread ccollins
This closes #53. Merge branch 'more-verbose-load' of https://github.com/utzig/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/9797af33 Tree:

[22/23] incubator-mynewt-newt git commit: unixchild - Ensure socket gets deleted on stop.

2017-04-07 Thread ccollins
unixchild - Ensure socket gets deleted on stop. 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/9de7460f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/9de7460f Diff:

[01/23] incubator-mynewt-newt git commit: MYNEWT-495: updates to sync command

2017-04-07 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master 4e940c181 -> a895dc5cb MYNEWT-495: updates to sync command - When repo is already cloned, try to update from remote - If -f is passed, create a modifications diff, and try harder to update current local (stash, clean,

[20/23] incubator-mynewt-newt git commit: unixchild - prevent half-started state

2017-04-07 Thread ccollins
unixchild - prevent half-started state This fix consists of two parts: 1. Remove thread-safety where it is not necessary. There weren't any bugs here, but it was complicating the code needlessly. 2. Don't automatically restart the child process when it terminates. It is up to the client to do

  1   2   3   4   5   6   7   8   9   10   >