incubator-mynewt-larva git commit: Modify cortex-m0 os arch so that it calls the bsp to initialize the os time tick. Did not modify cortex-m4 code as of yet

2016-02-02 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master f34359789 -> ce8a844a3 Modify cortex-m0 os arch so that it calls the bsp to initialize the os time tick. Did not modify cortex-m4 code as of yet Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo

incubator-mynewt-larva git commit: Merge cortex-m0 Hard Fault handler display fix to m4

2016-02-02 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 69f4de712 -> f34359789 Merge cortex-m0 Hard Fault handler display fix to m4 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

incubator-mynewt-larva git commit: SHELL CHANGES FOR LONG COMMANDS.

2016-02-02 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master b23605b54 -> 69f4de712 SHELL CHANGES FOR LONG COMMANDS. 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/69f4de71 Tre

[5/5] incubator-mynewt-larva git commit: Add some missing copyright headers.

2016-02-02 Thread ccollins
Add some missing copyright headers. 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/b23605b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/b23605b5 Diff: http://g

[2/5] incubator-mynewt-larva git commit: Missing support for server side write-no-rsp!

2016-02-02 Thread ccollins
Missing support for server side write-no-rsp! 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/053d1859 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/053d1859 Diff:

[1/5] incubator-mynewt-larva git commit: Allow notifications with custom content.

2016-02-02 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 4318ce61b -> b23605b54 Allow notifications with custom content. 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/e27b

[3/5] incubator-mynewt-larva git commit: Add ble newtmgr support to bleshell.

2016-02-02 Thread ccollins
Add ble newtmgr support to bleshell. 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/031810bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/031810bc Diff: http://

[4/5] incubator-mynewt-larva git commit: Add atof and strtod prototypes to baselibc stdlib.h

2016-02-02 Thread ccollins
Add atof and strtod prototypes to baselibc stdlib.h 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/3cfcc2d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/3cfcc2d2

[2/2] incubator-mynewt-larva git commit: Add LED blink to bletest project when the main bletest loop executes.

2016-02-02 Thread wes3
Add LED blink to bletest project when the main bletest loop executes. 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/50fe46dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-l

[1/2] incubator-mynewt-larva git commit: Fix incorrect HardFault handling on cortex-m0. Modify trap_frame structure to place lr at the end

2016-02-02 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 47c05173a -> 4318ce61b Fix incorrect HardFault handling on cortex-m0. Modify trap_frame structure to place lr at the end Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http://git-wip-

incubator-mynewt-larva git commit: Cortex-M0 does not like unaligned memory accesses.

2016-02-02 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 63c94764b -> 47c05173a Cortex-M0 does not like unaligned memory accesses. 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/c

[1/3] incubator-mynewt-larva git commit: Enable RX for NRF51 UART.

2016-02-02 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 7b029d814 -> 63c94764b Enable RX for NRF51 UART. 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/61d33155 Tree: htt

[3/3] incubator-mynewt-larva git commit: Add flash driver to NRF51 dev kit BSP.

2016-02-02 Thread marko
Add flash driver to NRF51 dev kit BSP. 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/63c94764 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/63c94764 Diff: http:

[2/3] incubator-mynewt-larva git commit: Add flash driver for NRF51.

2016-02-02 Thread marko
Add flash driver for NRF51. 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/dc9f9c82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/dc9f9c82 Diff: http://git-wip-u

[2/2] incubator-mynewt-larva git commit: Remove ATT mutex; list never modified after start.

2016-02-02 Thread ccollins
Remove ATT mutex; list never modified after start. 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/7b029d81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/7b029d81

[1/2] incubator-mynewt-larva git commit: Ensure connection list never locked during att callback.

2016-02-02 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 7c9bc36c3 -> 7b029d814 Ensure connection list never locked during att callback. 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

incubator-mynewt-larva git commit: Update with newer logging api.

2016-02-02 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master e6194a938 -> 7c9bc36c3 Update with newer logging api. 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/7c9bc36c Tree:

[2/2] incubator-mynewt-larva git commit: Reduce exception stacks to 384 bytes on nrf52 and nrf51. Looks like stack use was over 200 bytes so I added more for stacked exception

2016-02-02 Thread wes3
Reduce exception stacks to 384 bytes on nrf52 and nrf51. Looks like stack use was over 200 bytes so I added more for stacked exception 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/e6194a9

[1/2] incubator-mynewt-larva git commit: consolidate flags in connection state machine to save a little space. Lower number of mbufs and connections.

2016-02-02 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 2c5ec0425 -> e6194a938 consolidate flags in connection state machine to save a little space. Lower number of mbufs and connections. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit: http