incubator-mynewt-larva git commit: Add some configurability to the host.

2016-02-05 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 4d70cc0c7 -> a1e419d0b Add some configurability to the host. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/a1e419d

incubator-mynewt-newt git commit: newt - don't automatically recompile if dependency is gone.

2016-02-05 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master bd18d92d6 -> b46e0679c newt - don't automatically recompile if dependency is gone. Old behavior: If a source file depends on a header (according to the .d file), and that header has been deleted, newt recompiles the source f

[1/2] incubator-mynewt-larva git commit: Don't compile in floating point support unless asked to.

2016-02-05 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 08c56d919 -> 4d70cc0c7 Don't compile in floating point support unless asked to. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-l

[2/2] incubator-mynewt-larva git commit: Don't use long long in snprintf(). Neither newlib-nano nor baselibc support it.

2016-02-05 Thread marko
Don't use long long in snprintf(). Neither newlib-nano nor baselibc support it. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/4d70cc0c Tree: http://git-wip-us.apache.org/repos/asf/incubato

[1/2] incubator-mynewt-larva git commit: Add LICENSE.luarpc.

2016-02-05 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 4b9be8763 -> 08c56d919 Add LICENSE.luarpc. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/150cff0f Tree: http://gi

[2/2] incubator-mynewt-larva git commit: Simpler linker script for STM32F3 discovery board.

2016-02-05 Thread marko
Simpler linker script for STM32F3 discovery board. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/08c56d91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/08c56d91

incubator-mynewt-newt git commit: newt: Allow '=' character in target variable vals.

2016-02-05 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/master f520d1ee8 -> bd18d92d6 newt: Allow '=' character in target variable vals. 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/comm

incubator-mynewt-larva git commit: The temporary ble ll log should be disabled by default

2016-02-05 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 7117837d1 -> 4b9be8763 The temporary ble ll log should be disabled by default Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-lar

[2/2] incubator-mynewt-larva git commit: bletiny project for small BLE devices.

2016-02-05 Thread ccollins
bletiny project for small BLE devices. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/7117837d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/7117837d Diff: http:

[1/2] incubator-mynewt-larva git commit: bletiny project for small BLE devices.

2016-02-05 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 336fa55fe -> 7117837d1 http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/7117837d/project/bletiny/src/parse.c -- diff --git a/project/bleti

[2/2] incubator-mynewt-larva git commit: Switch nimble host from private mbuf poool to msys

2016-02-05 Thread ccollins
Switch nimble host from private mbuf poool to msys Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/336fa55f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/336fa55f

[1/2] incubator-mynewt-larva git commit: Add os_msys_reset()

2016-02-05 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 3e50be7e3 -> 336fa55fe Add os_msys_reset() This function de-registers all mbuf pools from msys. This is needed for unit tests that run one after another. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-

incubator-mynewt-larva git commit: We now only need to allocate msys for the nimble ble stack. The BLE stack defines the size of the mbufs needed

2016-02-05 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 4989659ff -> 3e50be7e3 We now only need to allocate msys for the nimble ble stack. The BLE stack defines the size of the mbufs needed Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: ht

[2/2] incubator-mynewt-larva git commit: Modify code to use msys as opposed to mbuf. For now, we define the size of the msys buffer pool in ble.h and that is used by the project to allocate the memory

2016-02-05 Thread wes3
Modify code to use msys as opposed to mbuf. For now, we define the size of the msys buffer pool in ble.h and that is used by the project to allocate the memory blocks for the block Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/

[1/2] incubator-mynewt-larva git commit: Fix os_msys_get_pkthdr bug where the size of the os mbuf pkthdr was not taken into account. Also, we now use the term 'user header' instead of 'extra packet he

2016-02-05 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master f52685853 -> 4989659ff Fix os_msys_get_pkthdr bug where the size of the os mbuf pkthdr was not taken into account. Also, we now use the term 'user header' instead of 'extra packet header' Project: http://git-wip-us.apach

[5/5] incubator-mynewt-larva git commit: Remove obsolete projects: centtest, prphtest.

2016-02-05 Thread ccollins
Remove obsolete projects: centtest, prphtest. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/f5268585 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/f5268585 Diff:

[4/5] incubator-mynewt-larva git commit: Rename ble_gap_conn* to ble_gap*.

2016-02-05 Thread ccollins
Rename ble_gap_conn* to ble_gap*. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/6be11922 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/6be11922 Diff: http://git

[3/5] incubator-mynewt-larva git commit: Rename ble_gap_conn* to ble_gap*.

2016-02-05 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/6be11922/net/nimble/host/src/ble_gap_conn.c -- diff --git a/net/nimble/host/src/ble_gap_conn.c b/net/nimble/host/src/ble_gap_conn.c deleted file mode 100644 index

[1/5] incubator-mynewt-larva git commit: GAP thread safty.

2016-02-05 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 251ea8f55 -> f52685853 GAP thread safty. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/96846eb4 Tree: http://git-

[2/5] incubator-mynewt-larva git commit: Rename ble_gap_conn* to ble_gap*.

2016-02-05 Thread ccollins
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/6be11922/net/nimble/host/src/test/ble_gap_test.c -- diff --git a/net/nimble/host/src/test/ble_gap_test.c b/net/nimble/host/src/test/ble_gap_test.c index e727d10..a

incubator-mynewt-larva git commit: Use 'set -m' in debug script to get JTAG debugger to get it's own process group.

2016-02-05 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 810036811 -> 251ea8f55 Use 'set -m' in debug script to get JTAG debugger to get it's own process group. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-us.apache.org/repo