[3/4] incubator-mynewt-core git commit: Logging format and initialization

2016-09-07 Thread ccollins
Logging format and initialization MYNEWT-368: Complete logging format changes including saving log format version in fcb struct in flash MYNEWT-262: Move initialization of logging resources to application. Logging handler is chosen by application and uses standard log_handlers rather than

[1/4] incubator-mynewt-core git commit: Change logging format to use 16-bit log index.

2016-09-07 Thread ccollins
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 260a90ebb -> 7f28def42 Change logging format to use 16-bit log index. Change log struct (log_entry_hdr) from using an 8-bit to 16-bit index (ue_index) and reducing the log module number (ue_module) from 16-bit to 8-bit

[2/3] incubator-mynewt-site git commit: Merge branch 'MYNEWT-126' of https://github.com/paulfdietrich/incubator-mynewt-site into develop

2016-09-07 Thread aditi
Merge branch 'MYNEWT-126' of https://github.com/paulfdietrich/incubator-mynewt-site into develop 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/1f1e4dce Tree:

[GitHub] incubator-mynewt-site pull request #114: MYNEWT-126

2016-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-mynewt-site/pull/114 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[3/3] incubator-mynewt-site git commit: fixed typos. This closes #114

2016-09-07 Thread aditi
fixed typos. This closes #114 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/09fe1db4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/09fe1db4 Diff:

[1/3] incubator-mynewt-site git commit: MYNEWT-126 docs for autocomplete

2016-09-07 Thread aditi
Repository: incubator-mynewt-site Updated Branches: refs/heads/develop 717df57a9 -> 09fe1db4b MYNEWT-126 docs for autocomplete 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/a67738a4

incubator-mynewt-core git commit: I had put these in the wrong place. I have to put them in a place where calling them doesn; t do anything. Instead I had put them after the data init so that they wer

2016-09-07 Thread paulfdietrich
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 90a567cab -> 260a90ebb I had put these in the wrong place. I have to put them in a place where calling them doesn;t do anything. Instead I had put them after the data init so that they were overwriting the important

[2/3] incubator-mynewt-newt git commit: MYNEWT-126

2016-09-07 Thread paulfdietrich
MYNEWT-126 add autocompletion to newt. To get autocompletion working in your shell you have to tell bash complete -C "newt complete" newt which tells the mac autocomplete code to use newt (sub command newt complete) to get autocompletions. If you execute newt complete from the command line

[1/3] incubator-mynewt-newt git commit: MYNEWT-128

2016-09-07 Thread paulfdietrich
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop e287dae75 -> 40c8f6811 MYNEWT-128 fix the autocomplete when we have a short flag without a space Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[GitHub] incubator-mynewt-site pull request #114: MYNEWT-126

2016-09-07 Thread paulfdietrich
GitHub user paulfdietrich opened a pull request: https://github.com/apache/incubator-mynewt-site/pull/114 MYNEWT-126 docs for autocomplete You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulfdietrich/incubator-mynewt-site

incubator-mynewt-newt git commit: MYNEWT-309; change project.yml config for directories to exclude to be project.ignore_dirs. Allow full path names, instead of just top-level directory.

2016-09-07 Thread marko
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 75c540e6b -> e287dae75 MYNEWT-309; change project.yml config for directories to exclude to be project.ignore_dirs. Allow full path names, instead of just top-level directory. Project:

incubator-mynewt-newt git commit: newt - Put paths of conflicting packages in error.

2016-09-07 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 45479e436 -> 75c540e6b newt - Put paths of conflicting packages in error. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: