[GitHub] vrahane commented on issue #689: Feature/sensor cfg

2017-12-06 Thread GitBox
vrahane commented on issue #689: Feature/sensor cfg
URL: https://github.com/apache/mynewt-core/pull/689#issuecomment-349742971
 
 
   Hi @brianpax, code looks fine to me, I think you should rebase against 
apache/master instead of runtimeinc/pax-master-fork and push the changes. The 
objective is to remove the Merge pull request commits from the commit history 
and also get the code up-to-date. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] utzig commented on issue #694: Remove PPPoverEthernet due to incompatible license.

2017-12-06 Thread GitBox
utzig commented on issue #694: Remove PPPoverEthernet due to incompatible 
license.
URL: https://github.com/apache/mynewt-core/pull/694#issuecomment-349740970
 
 
   Thanks!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] utzig commented on issue #115: make master newt version ahead of releases

2017-12-06 Thread GitBox
utzig commented on issue #115: make master newt version ahead of releases
URL: https://github.com/apache/mynewt-newt/pull/115#issuecomment-349706188
 
 
   +1


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] branch master updated (59cb15d -> 6092db2)

2017-12-06 Thread rymek
This is an automated email from the ASF dual-hosted git repository.

rymek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


from 59cb15d  Merge pull request #690 from vsyn/stm32f401re
 add d5dbbd5  bma253: Remove reduntant variable
 new 6092db2  Merge pull request #692 from rymanluk/bma253_fixes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hw/drivers/sensors/bma253/src/bma253.c | 1 -
 1 file changed, 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[GitHub] rymanluk closed pull request #692: bma253: Remove reduntant variable

2017-12-06 Thread GitBox
rymanluk closed pull request #692: bma253: Remove reduntant variable
URL: https://github.com/apache/mynewt-core/pull/692
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/hw/drivers/sensors/bma253/src/bma253.c 
b/hw/drivers/sensors/bma253/src/bma253.c
index 2d1534617..71ebe3b08 100644
--- a/hw/drivers/sensors/bma253/src/bma253.c
+++ b/hw/drivers/sensors/bma253/src/bma253.c
@@ -44,7 +44,6 @@ static struct log bma253_log;
 #define BMA253_NOTIFY_MASK  0x01
 #define BMA253_READ_MASK0x02
 
-enum int_route int_route;
 static void
 delay_msec(uint32_t delay)
 {


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] 01/01: Merge pull request #692 from rymanluk/bma253_fixes

2017-12-06 Thread rymek
This is an automated email from the ASF dual-hosted git repository.

rymek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 6092db23dcd65ce3e15d178ee2c7f9e793031ecc
Merge: 59cb15d d5dbbd5
Author: Ɓukasz Rymanowski 
AuthorDate: Wed Dec 6 16:07:56 2017 +0100

Merge pull request #692 from rymanluk/bma253_fixes

bma253: Remove reduntant variable

 hw/drivers/sensors/bma253/src/bma253.c | 1 -
 1 file changed, 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" .


[mynewt-core] 01/01: Merge pull request #690 from vsyn/stm32f401re

2017-12-06 Thread julian
This is an automated email from the ASF dual-hosted git repository.

julian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 59cb15d6c046f88be6f657ab59c14e16502e016c
Merge: 4ef7405 53e46fe
Author: IMGJulian 
AuthorDate: Wed Dec 6 12:01:53 2017 +

Merge pull request #690 from vsyn/stm32f401re

STM32F4 HAL: Enable timer module

 hw/bsp/nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" .


[GitHub] IMGJulian closed pull request #690: STM32F4 HAL: Enable timer module

2017-12-06 Thread GitBox
IMGJulian closed pull request #690: STM32F4 HAL: Enable timer module
URL: https://github.com/apache/mynewt-core/pull/690
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/hw/bsp/nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h 
b/hw/bsp/nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h
index 7ee6e27a3..b3bdeca76 100644
--- a/hw/bsp/nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h
+++ b/hw/bsp/nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h
@@ -99,6 +99,7 @@
 #define HAL_RCC_MODULE_ENABLED
 #define HAL_SPI_MODULE_ENABLED
 #define HAL_CORTEX_MODULE_ENABLED
+#define HAL_TIM_MODULE_ENABLED
 #endif
 
 /* ## HSE/HSI Values adaptation # 
*/


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] branch master updated (4ef7405 -> 59cb15d)

2017-12-06 Thread julian
This is an automated email from the ASF dual-hosted git repository.

julian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


from 4ef7405  Merge pull request #687 from 
mkiiskila/flash_map_getnext_sector
 add 53e46fe  STM32RE HAL: Enable timer module
 new 59cb15d  Merge pull request #690 from vsyn/stm32f401re

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hw/bsp/nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].