[GitHub] mkiiskila opened a new pull request #552: native-armv7; stack initialization

2017-09-15 Thread git
mkiiskila opened a new pull request #552: native-armv7; stack initialization URL: https://github.com/apache/mynewt-core/pull/552 ?for tasks was violating ARM call rules. Task stack init routine departed with $sp pointing to value which was not aligned to 8 byte boundary.

[mynewt-site] branch asf-site updated (43664a0 -> 1754df4)

2017-09-15 Thread aditi
This is an automated email from the ASF dual-hosted git repository. aditi pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/mynewt-site.git. from 43664a0 Merge pull request #324 from runtime-bot/asf-site add 22d20e8 asf-site update Fri Sep 15

[GitHub] aditihilbert closed pull request #325: Update cross_tools.md

2017-09-15 Thread git
aditihilbert closed pull request #325: Update cross_tools.md URL: https://github.com/apache/mynewt-site/pull/325 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] aditihilbert closed pull request #326: automated asf-site build

2017-09-15 Thread git
aditihilbert closed pull request #326: automated asf-site build URL: https://github.com/apache/mynewt-site/pull/326 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[mynewt-site] branch master updated (a30cff3 -> e009b76)

2017-09-15 Thread aditi
This is an automated email from the ASF dual-hosted git repository. aditi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-site.git. from a30cff3 updated landing page to announce BLE mesh and LoRa add fcb7926 Update cross_tools.md new

[mynewt-site] 01/01: Merge pull request #326 from runtime-bot/asf-site

2017-09-15 Thread aditi
This is an automated email from the ASF dual-hosted git repository. aditi pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/mynewt-site.git commit 1754df4cfcfb293b9d9f12f93b34be0ba691e366 Merge: 43664a0 22d20e8 Author: aditihilbert

[mynewt-site] 01/01: Merge pull request #325 from apache/jacobrosenthal-patch-1

2017-09-15 Thread aditi
This is an automated email from the ASF dual-hosted git repository. aditi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-site.git commit e009b76b9553e30c052799e72aced5c584d5bd59 Merge: a30cff3 fcb7926 Author: aditihilbert AuthorDate:

[mynewt-site] branch master updated: updated landing page to announce BLE mesh and LoRa

2017-09-15 Thread aditi
This is an automated email from the ASF dual-hosted git repository. aditi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-site.git The following commit(s) were added to refs/heads/master by this push: new a30cff3 updated landing page to announce

[GitHub] jacobrosenthal opened a new pull request #325: Update cross_tools.md

2017-09-15 Thread git
jacobrosenthal opened a new pull request #325: Update cross_tools.md URL: https://github.com/apache/mynewt-site/pull/325 fix errant ` This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-site] 01/01: Update cross_tools.md

2017-09-15 Thread jacobrosenthal
This is an automated email from the ASF dual-hosted git repository. jacobrosenthal pushed a commit to branch jacobrosenthal-patch-1 in repository https://gitbox.apache.org/repos/asf/mynewt-site.git commit fcb7926be3cf81c83e11a177ebc563050f3147d0 Author: Jacob Rosenthal

[mynewt-site] branch jacobrosenthal-patch-1 created (now fcb7926)

2017-09-15 Thread jacobrosenthal
This is an automated email from the ASF dual-hosted git repository. jacobrosenthal pushed a change to branch jacobrosenthal-patch-1 in repository https://gitbox.apache.org/repos/asf/mynewt-site.git. at fcb7926 Update cross_tools.md This branch includes the following new commits:

[GitHub] sjanc opened a new pull request #26: merge 1_2_0_dev branch into master

2017-09-15 Thread git
sjanc opened a new pull request #26: merge 1_2_0_dev branch into master URL: https://github.com/apache/mynewt-newtmgr/pull/26 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] sjanc opened a new pull request #551: merge 1_2_0_dev branch into master

2017-09-15 Thread git
sjanc opened a new pull request #551: merge 1_2_0_dev branch into master URL: https://github.com/apache/mynewt-core/pull/551 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] andrzej-kaczmarek opened a new pull request #550: sys/console: Provide default implementation of console_out()

2017-09-15 Thread git
andrzej-kaczmarek opened a new pull request #550: sys/console: Provide default implementation of console_out() URL: https://github.com/apache/mynewt-core/pull/550 The weak symbol will be used if all consoles are disabled effectively disabling console io, but retaining console code. This

[GitHub] rymanluk commented on issue #548: os_task: Moved the initialisation of t_stacktop and t_stacksize.

2017-09-15 Thread git
rymanluk commented on issue #548: os_task: Moved the initialisation of t_stacktop and t_stacksize. URL: https://github.com/apache/mynewt-core/pull/548#issuecomment-329726983 Looks good to me This is an automated message

[GitHub] rymanluk commented on a change in pull request #548: os_task: Moved the initialisation of t_stacktop and t_stacksize.

2017-09-15 Thread git
rymanluk commented on a change in pull request #548: os_task: Moved the initialisation of t_stacktop and t_stacksize. URL: https://github.com/apache/mynewt-core/pull/548#discussion_r139089826 ## File path: kernel/os/src/os_task.c ## @@ -129,10 +129,10 @@

[GitHub] michal-narajowski closed pull request #543: sys/shell: add condition to newtmgr dependencies

2017-09-15 Thread git
michal-narajowski closed pull request #543: sys/shell: add condition to newtmgr dependencies URL: https://github.com/apache/mynewt-core/pull/543 This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] branch master updated (1a25bcb -> 9b1fd3b)

2017-09-15 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 1a25bcb Merge pull request #544 from michal-narajowski/eddystone-syscfg add b6aa8f1 sys/shell: add

[mynewt-core] branch master updated (9b1fd3b -> 24caedf)

2017-09-15 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 9b1fd3b Merge pull request #543 from michal-narajowski/shell-newtmgr-deps add 470c4e7 libc/baselibc: fix

[GitHub] michal-narajowski closed pull request #542: Printf fixes

2017-09-15 Thread git
michal-narajowski closed pull request #542: Printf fixes URL: https://github.com/apache/mynewt-core/pull/542 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[mynewt-core] 01/01: Merge pull request #542 from michal-narajowski/printf-fixes

2017-09-15 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 24caedf5d87474b64040c1e1f124ffe786d69d6b Merge: 9b1fd3b 41a5c6a Author: Michał Narajowski

[mynewt-core] 01/01: Merge pull request #544 from michal-narajowski/eddystone-syscfg

2017-09-15 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 1a25bcbc4c3655bf0f810a62424376a9d8b71f2c Merge: 10db5d6 d34d93e Author: Michał Narajowski

[GitHub] michal-narajowski closed pull request #544: apps: remove undefined BLE_EDDYSTONE syscfg value

2017-09-15 Thread git
michal-narajowski closed pull request #544: apps: remove undefined BLE_EDDYSTONE syscfg value URL: https://github.com/apache/mynewt-core/pull/544 This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] branch master updated (10db5d6 -> 1a25bcb)

2017-09-15 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 10db5d6 Merge pull request #549 from vsyn/mpu6050-interrupt add d34d93e apps: remove undefined

[GitHub] michal-narajowski commented on issue #543: sys/shell: add condition to newtmgr dependencies

2017-09-15 Thread git
michal-narajowski commented on issue #543: sys/shell: add condition to newtmgr dependencies URL: https://github.com/apache/mynewt-core/pull/543#issuecomment-329707856 test this please This is an automated message from the