[GitHub] mlampert commented on issue #947: Refactor/easing library

2018-03-21 Thread GitBox
mlampert commented on issue #947: Refactor/easing library URL: https://github.com/apache/mynewt-core/pull/947#issuecomment-375175612 The math is identical to the original implementation. Is there anything specific you're looking for?

[GitHub] vrahane closed pull request #926: Add Driver for LIS2DW12

2018-03-21 Thread GitBox
vrahane closed pull request #926: Add Driver for LIS2DW12 URL: https://github.com/apache/mynewt-core/pull/926 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

[mynewt-core] branch master updated: Add Driver for LIS2DW12 (#926)

2018-03-21 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new 40bb23b Add Driver for LIS2DW12

[GitHub] andrzej-kaczmarek opened a new pull request #946: hw/mcu/nordic: Refactor clock startup code

2018-03-21 Thread GitBox
andrzej-kaczmarek opened a new pull request #946: hw/mcu/nordic: Refactor clock startup code URL: https://github.com/apache/mynewt-core/pull/946 This patch changes clock startup code to have common part which enables LF clock for each of possible configurations. Also it fixes bitmasking

[GitHub] utzig commented on issue #945: lwIP - Disable -Werror

2018-03-21 Thread GitBox
utzig commented on issue #945: lwIP - Disable -Werror URL: https://github.com/apache/mynewt-core/pull/945#issuecomment-375097223 Forget the last comment... there is also a `-Wno-unused` which disables every non used related warning. Might be useful.

[GitHub] utzig commented on issue #945: lwIP - Disable -Werror

2018-03-21 Thread GitBox
utzig commented on issue #945: lwIP - Disable -Werror URL: https://github.com/apache/mynewt-core/pull/945#issuecomment-375093486 Should not the syntax do disable this be `-Wno-error=unused-const-variable`? This is an

[GitHub] ccollins476ad opened a new pull request #945: lwIP - Disable -Werror

2018-03-21 Thread GitBox
ccollins476ad opened a new pull request #945: lwIP - Disable -Werror URL: https://github.com/apache/mynewt-core/pull/945 The latest version of lwIP (2.0.3) provokes `unused-const-variable` warnings in some versions of gcc. For example: ``` Error:

[GitHub] sdalu opened a new issue #944: timezone daylight saving time, int16_t or boolean

2018-03-21 Thread GitBox
sdalu opened a new issue #944: timezone daylight saving time, int16_t or boolean URL: https://github.com/apache/mynewt-core/issues/944 It looks like `tz_dsttime` was originally designed to hold the offset value in seconds, but is used as a boolean. For bluetooth (current time service),

[mynewt-core] branch master updated (16240ee -> f36351b)

2018-03-21 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 16240ee use timezone for clocktime_to_timeval add 760db85 net/ip/lwip_base; upgrade to

[GitHub] ccollins476ad closed pull request #939: Upgrade lwIP to 2.0.3

2018-03-21 Thread GitBox
ccollins476ad closed pull request #939: Upgrade lwIP to 2.0.3 URL: https://github.com/apache/mynewt-core/pull/939 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

[mynewt-core] 01/01: Merge pull request #939 from ccollins476ad/lwip-2.0.3

2018-03-21 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit f36351b1ba52a2d122938b1c74944c3602ff056f Merge: 16240ee 5f78b2b Author: ccollins476ad

[GitHub] utzig closed pull request #928: datetime: use timezone for clocktime_to_timeval

2018-03-21 Thread GitBox
utzig closed pull request #928: datetime: use timezone for clocktime_to_timeval URL: https://github.com/apache/mynewt-core/pull/928 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

[mynewt-core] branch master updated: use timezone for clocktime_to_timeval

2018-03-21 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new 16240ee use timezone for

[GitHub] sdalu commented on issue #928: datetime: use timezone for clocktime_to_timeval

2018-03-21 Thread GitBox
sdalu commented on issue #928: datetime: use timezone for clocktime_to_timeval URL: https://github.com/apache/mynewt-core/pull/928#issuecomment-375039738 Seems I manage to squash it This is an automated message from the

[GitHub] utzig commented on issue #928: datetime: use timezone for clocktime_to_timeval

2018-03-21 Thread GitBox
utzig commented on issue #928: datetime: use timezone for clocktime_to_timeval URL: https://github.com/apache/mynewt-core/pull/928#issuecomment-375036330 Looks good, please squash your commits! This is an automated message

[GitHub] sdalu commented on a change in pull request #928: datetime: use timezone for clocktime_to_timeval

2018-03-21 Thread GitBox
sdalu commented on a change in pull request #928: datetime: use timezone for clocktime_to_timeval URL: https://github.com/apache/mynewt-core/pull/928#discussion_r176176955 ## File path: time/datetime/include/datetime/datetime.h ## @@ -68,7 +68,7 @@ int

[GitHub] sdalu closed pull request #904: ble service: Battery Service

2018-03-21 Thread GitBox
sdalu closed pull request #904: ble service: Battery Service URL: https://github.com/apache/mynewt-core/pull/904 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

[GitHub] sdalu commented on issue #904: ble service: Battery Service

2018-03-21 Thread GitBox
sdalu commented on issue #904: ble service: Battery Service URL: https://github.com/apache/mynewt-core/pull/904#issuecomment-375031302 See: https://github.com/apache/mynewt-nimble/pull/13 This is an automated message from the

[GitHub] sdalu closed pull request #901: ble service: Device Information Service

2018-03-21 Thread GitBox
sdalu closed pull request #901: ble service: Device Information Service URL: https://github.com/apache/mynewt-core/pull/901 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

[GitHub] sdalu commented on issue #901: ble service: Device Information Service

2018-03-21 Thread GitBox
sdalu commented on issue #901: ble service: Device Information Service URL: https://github.com/apache/mynewt-core/pull/901#issuecomment-375031155 See: https://github.com/apache/mynewt-nimble/pull/12 This is an automated

[GitHub] adityaxavier closed issue #864: JSON library's array count not incrementing

2018-03-21 Thread GitBox
adityaxavier closed issue #864: JSON library's array count not incrementing URL: https://github.com/apache/mynewt-core/issues/864 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] adityaxavier commented on issue #864: JSON library's array count not incrementing

2018-03-21 Thread GitBox
adityaxavier commented on issue #864: JSON library's array count not incrementing URL: https://github.com/apache/mynewt-core/issues/864#issuecomment-375022737 @michal-narajowski, Yes it does.. This is an automated message

[GitHub] utzig commented on a change in pull request #939: Upgrade lwIP to 2.0.3

2018-03-21 Thread GitBox
utzig commented on a change in pull request #939: Upgrade lwIP to 2.0.3 URL: https://github.com/apache/mynewt-core/pull/939#discussion_r176164240 ## File path: net/ip/lwip_base/include/lwip/init.h ## @@ -54,7 +54,7 @@ extern "C" { /** x.X.x: Minor version of the stack */

[GitHub] utzig commented on a change in pull request #939: Upgrade lwIP to 2.0.3

2018-03-21 Thread GitBox
utzig commented on a change in pull request #939: Upgrade lwIP to 2.0.3 URL: https://github.com/apache/mynewt-core/pull/939#discussion_r176164240 ## File path: net/ip/lwip_base/include/lwip/init.h ## @@ -54,7 +54,7 @@ extern "C" { /** x.X.x: Minor version of the stack */

[GitHub] utzig commented on a change in pull request #928: datetime: use timezone for clocktime_to_timeval

2018-03-21 Thread GitBox
utzig commented on a change in pull request #928: datetime: use timezone for clocktime_to_timeval URL: https://github.com/apache/mynewt-core/pull/928#discussion_r176161809 ## File path: time/datetime/src/datetime.c ## @@ -140,6 +140,10 @@ clocktime_to_timeval(const struct

[GitHub] utzig commented on a change in pull request #928: datetime: use timezone for clocktime_to_timeval

2018-03-21 Thread GitBox
utzig commented on a change in pull request #928: datetime: use timezone for clocktime_to_timeval URL: https://github.com/apache/mynewt-core/pull/928#discussion_r176161653 ## File path: time/datetime/include/datetime/datetime.h ## @@ -68,7 +68,7 @@ int

[mynewt-nffs] 01/01: Merge pull request #7 from nvlsianpu/zephyr/statistic_desc

2018-03-21 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nffs.git commit 199575aa8b309dfe809cc59b9c6854ccdad9bdf7 Merge: 6639f7a 57cf31a Author: Andrzej Kaczmarek

[GitHub] andrzej-kaczmarek closed pull request #7: Enable statistic for NFFS

2018-03-21 Thread GitBox
andrzej-kaczmarek closed pull request #7: Enable statistic for NFFS URL: https://github.com/apache/mynewt-nffs/pull/7 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

[mynewt-nffs] branch master updated (6639f7a -> 199575a)

2018-03-21 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nffs.git. from 6639f7a Merge pull request #6 from carlescufi/doc_revamp add 57cf31a Enable statistic for NFFS new

[mynewt-nimble] 01/01: Merge pull request #11 from michal-narajowski/mesh-onoff-level-models

2018-03-21 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-nimble.git commit 758de7ab8c25567da078e60adc0f7ab315ab05bf Merge: 223b0d4 60d1cd7 Author: Michał Narajowski

[mynewt-nimble] branch master updated (223b0d4 -> 758de7a)

2018-03-21 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-nimble.git. from 223b0d4 Merge pull request #10 from michal-narajowski/mesh-mbuf-leak-fix add 60d1cd7 mesh: Add example

[GitHub] nvlsianpu commented on a change in pull request #7: Enable statistic for NFFS

2018-03-21 Thread GitBox
nvlsianpu commented on a change in pull request #7: Enable statistic for NFFS URL: https://github.com/apache/mynewt-nffs/pull/7#discussion_r176081476 ## File path: include/nffs/nffs.h ## @@ -284,6 +289,29 @@ struct nffs_dir { struct nffs_dirent nd_dirent; };

[GitHub] nvlsianpu commented on a change in pull request #7: Enable statistic for NFFS

2018-03-21 Thread GitBox
nvlsianpu commented on a change in pull request #7: Enable statistic for NFFS URL: https://github.com/apache/mynewt-nffs/pull/7#discussion_r176081476 ## File path: include/nffs/nffs.h ## @@ -284,6 +289,29 @@ struct nffs_dir { struct nffs_dirent nd_dirent; };

[mynewt-core] 01/01: Merge pull request #943 from michal-narajowski/nrf52-pwm-fix

2018-03-21 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 37fb08543a33afe0b2ddbc04b501d6c31adb9ce4 Merge: 4e86947 528fb04 Author: Michał Narajowski

[GitHub] michal-narajowski closed pull request #943: hw/bsp: Fix PWM config out pin redefinition on nrf52840

2018-03-21 Thread GitBox
michal-narajowski closed pull request #943: hw/bsp: Fix PWM config out pin redefinition on nrf52840 URL: https://github.com/apache/mynewt-core/pull/943 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

[mynewt-core] branch master updated (4e86947 -> 37fb085)

2018-03-21 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 4e86947 Assert on SPI confi errors add 528fb04 hw/bsp: Fix PWM config out pin redefinition on nrf52840

[GitHub] michal-narajowski opened a new pull request #943: hw/bsp: Fix PWM config out pin redefinition on nrf52840

2018-03-21 Thread GitBox
michal-narajowski opened a new pull request #943: hw/bsp: Fix PWM config out pin redefinition on nrf52840 URL: https://github.com/apache/mynewt-core/pull/943 Error: :0:0: error: "NRFX_PWM_DEFAULT_CONFIG_OUT0_PIN" redefined [-Werror] :0:0: note: this is the location of the previous

[GitHub] utzig opened a new pull request #411: Fix building on mynewt 1.3.0

2018-03-21 Thread GitBox
utzig opened a new pull request #411: Fix building on mynewt 1.3.0 URL: https://github.com/apache/mynewt-site/pull/411 This fixes a broken example due to lack of `MYNEWT_VAL(x)` definition. PS: `shell.h` already includes `` in `master` so this change will not be required when 1.4.0 comes

[GitHub] utzig opened a new pull request #942: Fix printf fault before UART was initialized

2018-03-21 Thread GitBox
utzig opened a new pull request #942: Fix printf fault before UART was initialized URL: https://github.com/apache/mynewt-core/pull/942 This fixes an issue were `os_default_irq` is trying to print dump information before UART initialization was completed, causing a fault and losing all

[GitHub] utzig commented on issue #941: Stm32 common SPI

2018-03-21 Thread GitBox
utzig commented on issue #941: Stm32 common SPI URL: https://github.com/apache/mynewt-core/pull/941#issuecomment-374904742 PS: there are some `#if 0`, `FIXME` and `TODO` in the code. I would prefer to leave them there if it is in one of the two driver files and `hw/mcu/stm/stm32_common`!

[GitHub] utzig commented on issue #925: Fix stm32f1xx/olimex-p103 UART

2018-03-21 Thread GitBox
utzig commented on issue #925: Fix stm32f1xx/olimex-p103 UART URL: https://github.com/apache/mynewt-core/pull/925#issuecomment-374903592 Any feedback here? This is an automated message from the Apache Git Service. To respond

[GitHub] utzig opened a new pull request #941: Stm32 common SPI

2018-03-21 Thread GitBox
utzig opened a new pull request #941: Stm32 common SPI URL: https://github.com/apache/mynewt-core/pull/941 This adds an initial common shared SPI driver for all STM32 supported MCUs. For now I disabled support for slave on F3/F7, which have internal FIFOs. The TX FIFO is not

[mynewt-core] branch master updated (fa5d3ff -> 4e86947)

2018-03-21 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from fa5d3ff Merge pull request #935 from ncasaril/shell_cmd_reg_help new 60d6c13 Add option do configure spi

[GitHub] utzig commented on issue #867: Add option do configure spi master/slave number

2018-03-21 Thread GitBox
utzig commented on issue #867: Add option do configure spi master/slave number URL: https://github.com/apache/mynewt-core/pull/867#issuecomment-374902293 TODO: still needs testing on a single board with SPI_0 <-> SPI_1 communication, to be done in the near future.

[mynewt-core] 01/02: Add option do configure spi master/slave number

2018-03-21 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 60d6c13073f2b60eb02665849c8822be5877bb86 Author: Fabio Utzig AuthorDate: Fri Mar 2 08:27:43 2018

[mynewt-core] 02/02: Assert on SPI confi errors

2018-03-21 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 4e86947a8ffd42cf7559be5b3da571b740c8f4c4 Author: Fabio Utzig AuthorDate: Fri Mar 9 15:46:54 2018

[GitHub] utzig closed pull request #867: Add option do configure spi master/slave number

2018-03-21 Thread GitBox
utzig closed pull request #867: Add option do configure spi master/slave number URL: https://github.com/apache/mynewt-core/pull/867 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

[mynewt-nimble] branch master updated (ba00bae -> 223b0d4)

2018-03-21 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-nimble.git. from ba00bae Merge pull request #6 from michal-narajowski/mesh-dep-fix add 2e3897f mesh: Fix os_mbuf leak in

[GitHub] michal-narajowski commented on issue #864: JSON library's array count not incrementing

2018-03-21 Thread GitBox
michal-narajowski commented on issue #864: JSON library's array count not incrementing URL: https://github.com/apache/mynewt-core/issues/864#issuecomment-374868745 @adityaxavier, does this solve your issue? This is an