[1/2] incubator-mynewt-newt git commit: Don't try to save feature set if pkg not loaded.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 4b52657cf -> b5743eab4 Don't try to save feature set if pkg not loaded. This caused a crash when a new package was being created (e.g., target create). Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt

[2/2] incubator-mynewt-newt git commit: Fix target warning message.

2016-03-11 Thread ccollins
Fix target warning message. 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/b5743eab Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/b5743eab Diff: http://git-wip-us.apa

incubator-mynewt-newt git commit: Add some todo (XXX) comments to implement post-B2.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop b5743eab4 -> 15b9b591c Add some todo (XXX) comments to implement post-B2. 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/com

incubator-mynewt-newt git commit: Another todo (XXX) comment for post-B2.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 15b9b591c -> ecc17af40 Another todo (XXX) comment for post-B2. 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/ecc17af

incubator-mynewt-newt git commit: revert previous 'fix', should have had more confidence in the code than the testing

2016-03-11 Thread sterling
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop ecc17af40 -> f35407348 revert previous 'fix', should have had more confidence in the code than the testing Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/r

incubator-mynewt-core git commit: Rename baselibc test .c files.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop cfc3383e8 -> b0db6dde6 Rename baselibc test .c files. The main() functions defined in these files caused linker errors. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us

incubator-mynewt-newt git commit: no show-repo command yet. cleanup help.

2016-03-11 Thread sterling
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop f35407348 -> a17219710 no show-repo command yet. cleanup help. 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/a17219

incubator-mynewt-newt git commit: When looking for project root by traversing upwards on path, don't stop on first project.yml. Wait to see the 2nd one. If that's not there, then the 1st one is the ro

2016-03-11 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop a17219710 -> f74590d09 When looking for project root by traversing upwards on path, don't stop on first project.yml. Wait to see the 2nd one. If that's not there, then the 1st one is the root. Project: http://git-wip-us.ap

[3/7] incubator-mynewt-core git commit: Add assembler path.

2016-03-11 Thread ccollins
Add assembler path. 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/06bf5d16 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/06bf5d16 Diff: http://git-wip-us.apache.org/

[5/7] incubator-mynewt-core git commit: Use the presence of SIGALRM in the signal mask to detect whether the task is inside a critical section. Previously this was done by comparing the entire 'omask'

2016-03-11 Thread ccollins
Use the presence of SIGALRM in the signal mask to detect whether the task is inside a critical section. Previously this was done by comparing the entire 'omask' with 'allsigs'. This was dubious for a couple of reasons: - the compiler is free to add pad bytes between structure members and not init

[1/7] incubator-mynewt-core git commit: Revert changes to the stack sizes since they will have a detrimental effect on low memory embedded platforms.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b0db6dde6 -> f51c77b08 Revert changes to the stack sizes since they will have a detrimental effect on low memory embedded platforms. Scale up the stack size in sim-specific OS_STACK_ALIGN() to ensure that there is sufficien

[4/7] incubator-mynewt-core git commit: Mac OS X and Linux use different conventions for names of C functions.

2016-03-11 Thread ccollins
Mac OS X and Linux use different conventions for names of C functions. OS X adds a "_" prefix to all C function names whereas Linux uses the name unchanged. sigsetjmp() is a macro on Linux and the real function name is __sigsetjmp(). Project: http://git-wip-us.apache.org/repos/asf/incubator-myn

[7/7] incubator-mynewt-core git commit: Initialize libs/os in libs/testutil's tu_init().

2016-03-11 Thread ccollins
Initialize libs/os in libs/testutil's tu_init(). This is necessary for unit tests that run in sim and which don't explicitly initialize the OS. The set of blocked signals needs to be initialized before any OS functions are called. os_init() initializes the signal set. Project: http://git-wip-u

[6/7] incubator-mynewt-core git commit: Undef byte swapping macros that exist in some envs.

2016-03-11 Thread ccollins
Undef byte swapping macros that exist in some envs. This allows the nimble unit tests to compile in sim on my linux machine. 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/05ce86e7 Tree: http

[2/7] incubator-mynewt-core git commit: The stack usage for task1, task2, shell and newtmgr tasks is 204, 196, 632 and 192 dwords respectively. Prior to this change the stack size for these tasks was

2016-03-11 Thread ccollins
The stack usage for task1, task2, shell and newtmgr tasks is 204, 196, 632 and 192 dwords respectively. Prior to this change the stack size for these tasks was 128, 128, 384 and 512 words respectively. It was easy to induce a segfault on Linux by executing the "tasks" command at the shell prompt.

incubator-mynewt-core git commit: Closes pull request #16

2016-03-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f51c77b08 -> 473f5a83c Closes pull request #16 This indicates that Neel's linux fix has been merged to develop. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.

[GitHub] incubator-mynewt-site pull request: final doc changes for document...

2016-03-11 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/49 final doc changes for documenting building test libraries I also made some minor code changes which will appear in a pull request to the other repo. You can merge this pull requ

incubator-mynewt-newt git commit: add newt new command

2016-03-11 Thread sterling
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop f74590d09 -> b5850ea23 add newt new 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/b5850ea2 Tree: http://git-

incubator-mynewt-newt git commit: Clarify test result status message.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop b5850ea23 -> 21aa91742 Clarify test result status message. 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/21aa9174 Tr

incubator-mynewt-newt git commit: Fix testing of remote packages.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 21aa91742 -> de61a049a Fix testing of remote packages. 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/de61a049 Tree:

incubator-mynewt-newt git commit: Print full pkg name (w/repo) in test status msg.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop de61a049a -> 1251fac9c Print full pkg name (w/repo) in test status msg. 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/commi

incubator-mynewt-newt git commit: Add "target vars" command: shows valid var names.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 1251fac9c -> f34bd3f8a Add "target vars" command: shows valid var names. 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-site] Git Push Summary

2016-03-11 Thread wes3
Repository: incubator-mynewt-site Updated Branches: refs/heads/nimble_tutorial [created] 2bb96abce

incubator-mynewt-core git commit: Delete unittest target from core; it is in blinky.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 473f5a83c -> 9eb699db9 Delete unittest target from core; it is in blinky. 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/com

incubator-mynewt-newt git commit: Hide targets/unittest target in "target show"

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop f34bd3f8a -> a8e212a37 Hide targets/unittest target in "target show" 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/a

incubator-mynewt-newt git commit: Print special error message if no tests run.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop a8e212a37 -> c381615df Print special error message if no tests run. This is necessary in case the user runt "newt test all" after "newt new", without installing apache-mynewt-core. Project: http://git-wip-us.apache.org/re

incubator-mynewt-site git commit: Add Nimble tutorial

2016-03-11 Thread wes3
Repository: incubator-mynewt-site Updated Branches: refs/heads/nimble_tutorial 2bb96abce -> 74dcc0e4b Add Nimble tutorial Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/74dcc0e4 Tree: http

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

incubator-mynewt-newt git commit: Rename 'newt package' to 'newt pkg'

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 4e1dc8922 -> 655f5a3ea Rename 'newt package' to 'newt pkg' 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/655f5a3e Tr

incubator-mynewt-newt git commit: Add "newt package list" command.

2016-03-11 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop c381615df -> 4e1dc8922 Add "newt package list" 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/4e1dc892 Tree:

incubator-mynewt-core git commit: No jira ticket for this commit. Modifying some of how the nimble stack gets initialized and also trying to move configuration options out of the controller code into

2016-03-11 Thread wes3
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 9eb699db9 -> ec4830c93 No jira ticket for this commit. Modifying some of how the nimble stack gets initialized and also trying to move configuration options out of the controller code into nimble_opt.h Project: http://gi