incubator-mynewt-core git commit: More boot loader fixes; bugs caused by syscfg.

2016-09-14 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/sterly_refactor 1540d5b00 -> 77144ec46 More boot loader fixes; bugs caused by syscfg. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-newt git commit: newt - Comment indicating intent to fix bug.

2016-09-14 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/sterly_refactor 0ae71ef1a -> 84303b542 newt - Comment indicating intent to fix bug. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

incubator-mynewt-core git commit: sys/log - Add missing parethesis to macro defn.

2016-09-14 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 1cb7f3577 -> 54fe9e7e3 sys/log - Add missing parethesis to macro defn. 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:

[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:

incubator-mynewt-core git commit: mn_socket for native; TCP datapath.

2016-09-14 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f7ecdb1fc -> 3204c603b mn_socket for native; TCP datapath. 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/3204c603

incubator-mynewt-core git commit: native uart; use OS_TICKS_PER_SEC for delay.

2016-09-14 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 1693f95a3 -> f7ecdb1fc native uart; use OS_TICKS_PER_SEC for delay. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: Fix boot loaders after syscfg/sysinit changes.

2016-09-14 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/sterly_refactor 0e029a565 -> 1540d5b00 Fix boot loaders after syscfg/sysinit changes. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[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

[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

[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: mn_socket for native; UDP/TCP and UDP datapath.

2016-09-14 Thread marko
mn_socket for native; UDP/TCP and UDP datapath. 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/673e3619 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/673e3619 Diff:

[1/3] incubator-mynewt-core git commit: os unittests; use OS_TICKS_PER_SEC instead of hardcoded tick counts.

2016-09-14 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 2dfc9bd9b -> 0b82d070c os unittests; use OS_TICKS_PER_SEC instead of hardcoded tick counts. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[3/3] incubator-mynewt-core git commit: native; reduce OS_TICKS_PER_SEC to 100.

2016-09-14 Thread marko
native; reduce OS_TICKS_PER_SEC to 100. 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/0b82d070 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0b82d070 Diff: