[1/6] incubator-mynewt-core git commit: first cut at Host Privacy

2016-06-02 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 43143c902 -> d6bbacbd9 first cut at Host Privacy 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/6e95f444 Tree:

[2/6] incubator-mynewt-core git commit: Initial cut of LL privacy

2016-06-02 Thread paulfdietrich
Initial cut of LL privacy 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/7327c542 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7327c542 Diff:

[4/6] incubator-mynewt-core git commit: second cut at host privacy

2016-06-02 Thread paulfdietrich
second cut at host privacy 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/34e4509a Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/34e4509a Diff:

[3/6] incubator-mynewt-core git commit: BLE Host - Separate secure-read from secure-write

2016-06-02 Thread paulfdietrich
BLE Host - Separate secure-read from secure-write Prior to this change, attributes required encryption, authentication, and / or authorization; these were applied to both reads and writes. Now security requirements can be different for reads vs. writes. Project:

[6/6] incubator-mynewt-core git commit: first cut at LL privacy

2016-06-02 Thread paulfdietrich
first cut at LL privacy 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/d6bbacbd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d6bbacbd Diff:

[5/6] incubator-mynewt-core git commit: first cut at LL privacy

2016-06-02 Thread paulfdietrich
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d6bbacbd/net/nimble/controller/src/ble_ll_whitelist.c -- diff --git a/net/nimble/controller/src/ble_ll_whitelist.c b/net/nimble/controller/src/ble_ll_whitelist.c

incubator-mynewt-core git commit: when we do a key exchange and get an identity address from the peer make sure we use that address and not the device address in the key store

2016-06-02 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d6bbacbd9 -> 6a72c5452 when we do a key exchange and get an identity address from the peer make sure we use that address and not the device address in the key store Project:

incubator-mynewt-core git commit: ensure that we do security pairing with the correct address type and address for our device and theirs.

2016-06-03 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8b9c08139 -> 8c891bed0 ensure that we do security pairing with the correct address type and address for our device and theirs. The security legacy pairing algorithm uses 1-bit address type but the new enhanced connection

incubator-mynewt-core git commit: we also need to keep the peers RPA in case we do a pairing with that address while using resolvable private addresses

2016-06-03 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8c891bed0 -> b256be023 we also need to keep the peers RPA in case we do a pairing with that address while using resolvable private addresses Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo

[GitHub] incubator-mynewt-site pull request: MYNEWT-145

2016-02-26 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/13 MYNEWT-145 added documentation for os_time. Also moved the time.md file to os_time.md to be consistent with the nomenclature You can merge this pull request into a Git

[GitHub] incubator-mynewt-site pull request: Mynewt 255

2016-03-18 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/63 Mynewt 255 Basic documentation. I did not document all the APIs because I thought it was more productive to document use case and usage. You can merge this pull request

[GitHub] incubator-mynewt-site pull request: Mynewt 247

2016-03-11 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/50 Mynewt 247 a tutorial on how to create a project You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulfdietrich/incubator

[GitHub] incubator-mynewt-site pull request: Mynewt 182

2016-03-08 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/42 Mynewt 182 A document for the hal_GPIO You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulfdietrich/incubator-mynewt-site

[GitHub] incubator-mynewt-site pull request: Mynewt 250

2016-03-19 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/53 Mynewt 250 You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulfdietrich/incubator-mynewt-site MYNEWT-250 Alternatively

[GitHub] incubator-mynewt-site pull request: MYNEWT-252

2016-03-19 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/58 MYNEWT-252 documentation for nrf52 with new newt commands You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulfdietrich

[GitHub] incubator-mynewt-site pull request: MYNEWT-251

2016-03-19 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/56 MYNEWT-251 rewrite the STMF3Discovery tutorial for new newt commands You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-mynewt-site pull request: Mynewt 215

2016-03-03 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/28 Mynewt 215 This includes the documentation for arduino blinky and also include two small fixes for the porting work. You can merge this pull request into a Git repository

[GitHub] incubator-mynewt-site pull request: Mynewt 178

2016-03-03 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/26 Mynewt 178 Documentation for porting to a new BSP, CPU and MCU. When doing this it highlight the difficulties one might find. I filed a few tickets to try to resolve

incubator-mynewt-core git commit: changes to support APi review by Greg. Also changed the start/stop API to begin/end to differentiate from the i2c bus start/stop conditions

2016-04-21 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4d0a38707 -> 0892fd98e changes to support APi review by Greg. Also changed the start/stop API to begin/end to differentiate from the i2c bus start/stop conditions Project:

incubator-mynewt-core git commit: we should return success down here as the command worked

2016-05-09 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d4d5d75fb -> b288e8b69 we should return success down here as the command worked Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: I2C interface supporting blocking read and write

2016-04-19 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 9131d1e4c -> 598b91010 I2C interface supporting blocking read and write changes to support start and stop conditions Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-newt git commit: add a split image command to newtmgr

2016-08-24 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop d255509e9 -> d82d6bfaa add a split image command to newtmgr 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/d82d6bfa

[2/2] incubator-mynewt-newt git commit: MYNEWT-317

2016-08-24 Thread paulfdietrich
MYNEWT-317 newt changes to support split images. This basically builds the split image as follows. 1) builds the two apps (loader and app). A new tag "loader" was defined for the target 2) looks at common symbols between then 3) Collects them by package 4) rebuilds the loader with all of the

[1/2] incubator-mynewt-newt git commit: MYNEWT-317

2016-08-24 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 428b16e06 -> 8c06bb681 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/8c06bb68/newtmgr/protocol/imagesplit.go -- diff --git

incubator-mynewt-newt git commit: Revert "add a split image command to newtmgr"

2016-08-24 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop d82d6bfaa -> 428b16e06 Revert "add a split image command to newtmgr" This reverts commit d82d6bfaa4dd8b257c43b9c2a68448b5aad4074c. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

incubator-mynewt-core git commit: MYNEWT-317

2016-08-24 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 665e22f57 -> 5fa1a912e MYNEWT-317 changes to the code tree to support split applications Create a new split library that does the split image functionality for loader, app including config and newtmgr fix miscellanous

incubator-mynewt-newt git commit: MYNEWT-264

2016-08-31 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 0ca269a01 -> 2c44ae5f4 MYNEWT-264 We check that within the same repo, there are not two packages with the same name Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

incubator-mynewt-newt git commit: MYNEWT-377

2016-08-31 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 319e51082 -> 0ca269a01 MYNEWT-377 still pass 0 based index to download script, but adjust for printout in newt. Also, check bootloader feature and print more relevant message when downloading a bootloader Project:

incubator-mynewt-core git commit: MYNEWT-317

2016-09-01 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 1e3a96db4 -> 0f85cf5a9 MYNEWT-317 add a comment to why we have this function in the startup code for the loader. Its a weird artifact of an error in the linking that will be addressed in another bug Project:

[GitHub] incubator-mynewt-site pull request #113: changes to add more detail on bsp p...

2016-09-01 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/113 changes to add more detail on bsp porting also removed whitespace at end of lines You can merge this pull request into a Git repository by running: $ git pull https

incubator-mynewt-core git commit: MYNEWT-317

2016-08-29 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4a850f55c -> 273fbc208 MYNEWT-317 add bsp support for split image to ble nano Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/3] incubator-mynewt-newt git commit: MYNEWT-126

2016-09-07 Thread paulfdietrich
MYNEWT-126 add autocompletion to newt. To get autocompletion working in your shell you have to tell bash complete -C "newt complete" newt which tells the mac autocomplete code to use newt (sub command newt complete) to get autocompletions. If you execute newt complete from the command line

[1/3] incubator-mynewt-newt git commit: MYNEWT-128

2016-09-07 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop e287dae75 -> 40c8f6811 MYNEWT-128 fix the autocomplete when we have a short flag without a space Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[GitHub] incubator-mynewt-site pull request #114: MYNEWT-126

2016-09-07 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/114 MYNEWT-126 docs for autocomplete You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulfdietrich/incubator-mynewt-site MYNEWT

incubator-mynewt-core git commit: I had put these in the wrong place. I have to put them in a place where calling them doesn; t do anything. Instead I had put them after the data init so that they wer

2016-09-07 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 90a567cab -> 260a90ebb I had put these in the wrong place. I have to put them in a place where calling them doesn;t do anything. Instead I had put them after the data init so that they were overwriting the important

[2/2] incubator-mynewt-core git commit: MYNEWT-373

2016-08-31 Thread paulfdietrich
MYNEWT-373 Return better status when we fail to validate the split image. It can happen for two reasons. 1) we have an invalid image 2) we can't get RAM to validate (malloc) Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-newt git commit: MYNEWT-317

2016-08-31 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 05cc70132 -> faee1f4c6 MYNEWT-317 ensure that we can still run things like sim that don't create images or manifests Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

incubator-mynewt-core git commit: MYNEWT-317

2016-08-31 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d05e51e49 -> cf9ec6374 MYNEWT-317 split image support for Rigado bmd300 eval board. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[09/10] incubator-mynewt-core git commit: Add tinycbor and iotivity constrained to the repo.

2016-09-14 Thread paulfdietrich
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ece29bb3/libs/iotivity/src/api/oc_network_events.c -- diff --git a/libs/iotivity/src/api/oc_network_events.c b/libs/iotivity/src/api/oc_network_events.c new file

[04/10] incubator-mynewt-core git commit: Add tinycbor and iotivity constrained to the repo.

2016-09-14 Thread paulfdietrich
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ece29bb3/libs/tinycbor/include/tinycbor/extract_number_p.h -- diff --git a/libs/tinycbor/include/tinycbor/extract_number_p.h

[02/10] incubator-mynewt-core git commit: Add tinycbor and iotivity constrained to the repo.

2016-09-14 Thread paulfdietrich
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ece29bb3/libs/tinycbor/src/cbortojson.c -- diff --git a/libs/tinycbor/src/cbortojson.c b/libs/tinycbor/src/cbortojson.c new file mode 100644 index 000..953f2aa

[01/10] incubator-mynewt-core git commit: some changes to support printing with different size intergers.

2016-09-14 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 0b82d070c -> 1693f95a3 some changes to support printing with different size intergers. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/3] incubator-mynewt-core git commit: add stubs for mynewt

2016-09-14 Thread paulfdietrich
add stubs for mynewt abort, clock, random are implemented but untested storage -- we will probbably not need until we do security loop, ip are still TBD Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[1/3] incubator-mynewt-core git commit: add an untested socket interface for the ocf stack

2016-09-14 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 3204c603b -> 1cb7f3577 add an untested socket interface for the ocf stack Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[3/3] incubator-mynewt-core git commit: add stubs for mynewt implememtations for iotivity

2016-09-14 Thread paulfdietrich
add stubs for mynewt implememtations for iotivity abort,clock, random are complete but untested storage -- stub that we probably won't need until we turn on security oc_loop, ip_adator -- need to fill these out with mynewt content Project:

[03/10] incubator-mynewt-core git commit: Add tinycbor and iotivity constrained to the repo.

2016-09-14 Thread paulfdietrich
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ece29bb3/libs/tinycbor/src/cborparser.c -- diff --git a/libs/tinycbor/src/cborparser.c b/libs/tinycbor/src/cborparser.c new file mode 100644 index 000..1d81091

[10/10] incubator-mynewt-core git commit: Add tinycbor and iotivity constrained to the repo.

2016-09-14 Thread paulfdietrich
Add tinycbor and iotivity constrained to the repo. These are not working yet. Need to add basic test cases for cbor Need to add the OS support for iotivity Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[07/10] incubator-mynewt-core git commit: Add tinycbor and iotivity constrained to the repo.

2016-09-14 Thread paulfdietrich
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ece29bb3/libs/iotivity/src/messaging/coap/observe.c -- diff --git a/libs/iotivity/src/messaging/coap/observe.c b/libs/iotivity/src/messaging/coap/observe.c new

[08/10] incubator-mynewt-core git commit: Add tinycbor and iotivity constrained to the repo.

2016-09-14 Thread paulfdietrich
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ece29bb3/libs/iotivity/src/messaging/coap/coap.c -- diff --git a/libs/iotivity/src/messaging/coap/coap.c b/libs/iotivity/src/messaging/coap/coap.c new file mode

incubator-mynewt-newt git commit: MYNEWT-126

2016-09-12 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 7a57c73b5 -> 0baf3a369 MYNEWT-126 newt new command broke because we were not heeding the error from these functions. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[2/3] incubator-mynewt-core git commit: finish refactoring tinycbor to allow mbuf decoding or flat buf decoding

2016-10-07 Thread paulfdietrich
ange this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: cbor_buf_writer.h - * Author: paulfdietrich +/** + * Licensed to the Apache Software Foundation (ASF) unde

[1/3] incubator-mynewt-core git commit: forgot to account for offset in one spot

2016-10-07 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop a6a2c878e -> 9164e65c0 forgot to account for offset in one spot Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[3/3] incubator-mynewt-core git commit: refactor the encoder for tinycbor to use mbufs, flat bufs, or just count size (to replace existing functionality). This had the detrimental affect of making the

2016-10-07 Thread paulfdietrich
+ */ + +/* + * File: cbor_buf_writer.h + * Author: paulfdietrich + * + * Created on September 30, 2016, 4:38 PM + */ + +#ifndef CBOR_BUF_WRITER_H +#define CBOR_BUF_WRITER_H + +#ifdef __cplusplus +extern "C" { +#endif + +struct CborBufWriter { +uint8_t *ptr; +const uint8_t *end; +}; + +vo

[1/3] incubator-mynewt-core git commit: working client and server after refactoring the adaptor to allow for serial and gatt interfaces

2016-09-21 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b402017f5 -> 12ef82c64 working client and server after refactoring the adaptor to allow for serial and gatt interfaces Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[3/3] incubator-mynewt-core git commit: format logging so the library logs to mynewt logging system

2016-09-21 Thread paulfdietrich
format logging so the library logs to mynewt logging system 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/7f682f64 Tree:

[2/3] incubator-mynewt-core git commit: fix logging so that we use printf during sim, and use logs when debug is defined

2016-09-21 Thread paulfdietrich
fix logging so that we use printf during sim, and use logs when debug is defined 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/29a11be7 Tree:

incubator-mynewt-core git commit: basic test app working with the iotivity client that builds with their constrained github repo

2016-09-16 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b359382d5 -> d27f1f309 basic test app working with the iotivity client that builds with their constrained github repo Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: need to turn on c99 for iotivity

2016-09-16 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 0ae2adf14 -> 7541bded5 need to turn on c99 for iotivity 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/7541bded

incubator-mynewt-core git commit: fix codeing standards register for multicast on all interfaces `

2016-09-16 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop d27f1f309 -> 0ae2adf14 fix codeing standards register for multicast on all interfaces ` Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: changes to support split images on nrf51dk

2016-08-26 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 079026143 -> 6d6d3210b changes to support split images on nrf51dk This is a good example of what you need to do to support split images. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[GitHub] incubator-mynewt-site pull request #112: add documentation for split images

2016-08-26 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/112 add documentation for split images Here is documentation for the split image design and usage You can merge this pull request into a Git repository by running: $ git pull

[4/6] incubator-mynewt-core git commit: this file needs to be consistent with the one in full. They had different names

2016-09-26 Thread paulfdietrich
this file needs to be consistent with the one in full. They had different names 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/6aea7128 Tree:

[2/6] incubator-mynewt-core git commit: get the client gatt to compile (not tested yet)

2016-09-26 Thread paulfdietrich
get the client gatt to compile (not tested yet) 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/5b51d6b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5b51d6b1 Diff:

[3/6] incubator-mynewt-core git commit: working BLE COAP GATT server side.

2016-09-26 Thread paulfdietrich
working BLE COAP GATT server side. 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/afeca1aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/afeca1aa Diff:

[5/6] incubator-mynewt-core git commit: partially working gatt coap service

2016-09-26 Thread paulfdietrich
partially working gatt coap service 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/7c30b040 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7c30b040 Diff:

[1/6] incubator-mynewt-core git commit: finished serial server example for ocf

2016-09-26 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 8999db3dc -> b98fe7095 finished serial server example for ocf To replicate, create two targets targets/ocf_server_ser app=@apache-mynewt-core/apps/ocf_sample bsp=@apache-mynewt-core/hw/bsp/native

[6/6] incubator-mynewt-core git commit: refactor iotivity to match new sysconfig interfaces. retested serial, IP, and gatt server. gat client is still not working

2016-09-26 Thread paulfdietrich
refactor iotivity to match new sysconfig interfaces. retested serial, IP, and gatt server. gat client is still not working 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/b98fe709 Tree:

[1/2] incubator-mynewt-core git commit: allows console buffers larger than 128 bytes. Also check to ensure that console buffers are a power of 2 because the code requires them to be since it uses mask

2016-10-26 Thread paulfdietrich
iff/bc9a74c4 Branch: refs/heads/develop Commit: bc9a74c443c512d584d4f038439b12ae7894b7c0 Parents: 4b17d72 Author: paulfdietrich <paulfdietr...@yahoo.com> Authored: Wed Oct 26 09:10:45 2016 -0700 Committer: paulfdietrich <paulfdietr...@yahoo.com> Committed: Wed Oct 26 09:1

incubator-mynewt-newt git commit: add a bit of extra time for these multi-segment frames for the slow platforms to extract them from their receive buffer and continue processing.

2016-10-26 Thread paulfdietrich
lop Commit: 09bd4f97a3b0431528b608f7f833972b430e315f Parents: 611d95b Author: paulfdietrich <paulfdietr...@yahoo.com> Authored: Wed Oct 26 09:10:13 2016 -0700 Committer: paulfdietrich <paulfdietr...@yahoo.com> Committed: Wed Oct 26 09:1

[1/2] incubator-mynewt-newt git commit: write notes on the magic number here and test long images (> 64k)

2016-10-18 Thread paulfdietrich
Author: paulfdietrich <paulfdietr...@yahoo.com> Authored: Tue Oct 18 15:38:28 2016 -0700 Committer: paulfdietrich <paulfdietr...@yahoo.com> Committed: Tue Oct 18 15:39:20 2016 -0700 -- newtmgr/cli/image.

[2/2] incubator-mynewt-newt git commit: more documentation for the first packet

2016-10-18 Thread paulfdietrich
://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/f544ec6f Branch: refs/heads/develop Commit: f544ec6fb3d45e0a685541952c70eabf949c26ff Parents: dba476c Author: paulfdietrich <paulfdietr...@yahoo.com> Authored: Tue Oct 18 15:48:35 2016 -0700 Committer: paulfdietrich <paulfdietr...@

incubator-mynewt-core git commit: disable console history by default since it uses tons of RAM and interrupt time

2016-10-28 Thread paulfdietrich
32b Author: paulfdietrich <paulfdietr...@yahoo.com> Authored: Fri Oct 28 15:14:51 2016 -0700 Committer: paulfdietrich <paulfdietr...@yahoo.com> Committed: Fri Oct 28 15:15:26 2016 -0700 -- sys/console/full/syscfg.yml

[3/3] incubator-mynewt-newt git commit: missing autocomplete for set command

2016-10-13 Thread paulfdietrich
missing autocomplete for set command 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/a47565d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/a47565d2 Diff:

[2/3] incubator-mynewt-newt git commit: refactor newtmgr to use cbor instead of json

2016-10-13 Thread paulfdietrich
refactor newtmgr to use cbor instead of json 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/ade80cfc Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/ade80cfc Diff:

[1/3] incubator-mynewt-newt git commit: changes to allow the image state command to use cbor instead of json

2016-10-13 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 8d09f1306 -> f936c989e changes to allow the image state command to use cbor instead of json Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[3/3] incubator-mynewt-core git commit: refactor newtmgr to use cbor instead of json

2016-10-13 Thread paulfdietrich
refactor newtmgr to use cbor instead of json 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/7f299efb Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7f299efb Diff:

[2/3] incubator-mynewt-core git commit: refactor newtmgr to use cbor instead of json

2016-10-13 Thread paulfdietrich
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/7f299efb/mgmt/newtmgr/src/newtmgr.c -- diff --git a/mgmt/newtmgr/src/newtmgr.c b/mgmt/newtmgr/src/newtmgr.c index 6621b9b..ffecd4f 100644 ---

[1/3] incubator-mynewt-core git commit: minor bug fixes to state command. Also fix reboot to ensure we don't call functions that are not enabled by sysconfig

2016-10-13 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop adbb00e93 -> 82c6b75c4 minor bug fixes to state command. Also fix reboot to ensure we don't call functions that are not enabled by sysconfig Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo

incubator-mynewt-core git commit: refactor oicmgr to use cbor encoding without encapsulation

2016-10-13 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 566a80030 -> 53a2ce067 refactor oicmgr to use cbor encoding without encapsulation Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: fix echo command type and cleanup attribute array

2016-10-14 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 7bedd6c51 -> f9bf3836c fix echo command type and cleanup attribute array Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: