[1/3] incubator-mynewt-larva git commit: Always do interrupt handler lookup from relocated vector table, not just for external interrupts.

2016-02-03 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master ce8a844a3 -> 99f3e5f0a Always do interrupt handler lookup from relocated vector table, not just for external interrupts. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit:

[1/3] incubator-mynewt-larva git commit: Remove some old todo comments

2016-02-03 Thread wes3
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 99f3e5f0a -> fec9e23e4 Remove some old todo comments 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/fec9e23e Tree:

[3/3] incubator-mynewt-larva git commit: Set OS time tick priority

2016-02-03 Thread wes3
Set OS time tick priority 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/5376a6f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/5376a6f2 Diff:

[1/3] incubator-mynewt-larva git commit: Move one sector from NFFS to scratch.

2016-02-03 Thread marko
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 9c7b7fcdd -> 17c1bff6d Move one sector from NFFS to scratch. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit:

[3/3] incubator-mynewt-larva git commit: Increase the number of flash sectors we can deal with in bootloader.

2016-02-03 Thread marko
Increase the number of flash sectors we can deal with in bootloader. 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/17c1bff6 Tree:

incubator-mynewt-larva git commit: baselibc *printf - allow two long 'l' specifiers.

2016-02-03 Thread ccollins
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master fec9e23e4 -> 9c7b7fcdd baselibc *printf - allow two long 'l' specifiers. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit:

incubator-mynewt-larva git commit: fix stackusage variable

2016-02-03 Thread sterling
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master 17c1bff6d -> d66cc974e fix stackusage variable 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/d66cc974 Tree:

incubator-mynewt-larva git commit: search for the os stack pattern for stack usage. this will give total stack usage

2016-02-03 Thread sterling
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master d66cc974e -> c8dd0cf38 search for the os stack pattern for stack usage. this will give total stack usage Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo Commit:

incubator-mynewt-larva git commit: cleanup: remove OS_ENTER/EXIT critical in task stat info (more important now that we're running a stack scan.) Return NULL instead of next, which is guaranteed to be

2016-02-03 Thread sterling
Repository: incubator-mynewt-larva Updated Branches: refs/heads/master c8dd0cf38 -> ae6aeeecd cleanup: remove OS_ENTER/EXIT critical in task stat info (more important now that we're running a stack scan.) Return NULL instead of next, which is guaranteed to be NULL. Project: