[GitHub] mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash

2018-04-18 Thread GitBox
mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash URL: https://github.com/apache/mynewt-core/pull/1015#discussion_r182450462 ## File path: hw/mcu/nordic/nrf52xxx/syscfg.yml ## @@ -114,6 +114,76 @@ syscfg.defs: description:

[GitHub] michal-narajowski opened a new pull request #161: cmake: Use paths relative to project root

2018-04-18 Thread GitBox
michal-narajowski opened a new pull request #161: cmake: Use paths relative to project root URL: https://github.com/apache/mynewt-newt/pull/161 Absolute paths shouldnt be necessary, CMake takes care of paths. Some users had issues with using absolute paths. This makes the

[GitHub] mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash

2018-04-18 Thread GitBox
mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash URL: https://github.com/apache/mynewt-core/pull/1015#discussion_r182450775 ## File path: hw/mcu/nordic/nrf52xxx/syscfg.yml ## @@ -114,6 +114,76 @@ syscfg.defs: description:

[GitHub] mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash

2018-04-18 Thread GitBox
mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash URL: https://github.com/apache/mynewt-core/pull/1015#discussion_r182449940 ## File path: hw/mcu/nordic/nrf52xxx/src/hal_qspi.c ## @@ -0,0 +1,279 @@ +/* + * Licensed to the Apache

[GitHub] mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash

2018-04-18 Thread GitBox
mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash URL: https://github.com/apache/mynewt-core/pull/1015#discussion_r182447133 ## File path: hw/mcu/nordic/nrf52xxx/src/hal_qspi.c ## @@ -0,0 +1,279 @@ +/* + * Licensed to the Apache

[GitHub] mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash

2018-04-18 Thread GitBox
mkiiskila commented on a change in pull request #1015: nrf52840 support for qspi flash URL: https://github.com/apache/mynewt-core/pull/1015#discussion_r182450858 ## File path: hw/mcu/nordic/nrf52xxx/syscfg.yml ## @@ -114,6 +114,76 @@ syscfg.defs: description:

[GitHub] mkiiskila commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
mkiiskila commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#issuecomment-382416609 Good, we need something like this. However, I think this should be a hw/driver interface instead. I'd like to be able

[GitHub] andrzej-kaczmarek commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
andrzej-kaczmarek commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#issuecomment-382425280 @mkiiskila so something like ADC or PWM where we have one package with common code and it requires package

[GitHub] michal-narajowski opened a new pull request #1038: sys/console: Add console history functionality

2018-04-18 Thread GitBox
michal-narajowski opened a new pull request #1038: sys/console: Add console history functionality URL: https://github.com/apache/mynewt-core/pull/1038 Use up and down arrows to browse history. Duplicate lines are dropped.

[GitHub] mkiiskila commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
mkiiskila commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#issuecomment-382431715 Exactly; I think that kind of flexibility would come handy for this.

[GitHub] sjanc closed pull request #52: nimble/ll: Fix dereferencing NULL pointer in ble_ll_scan_rx_isr_end

2018-04-18 Thread GitBox
sjanc closed pull request #52: nimble/ll: Fix dereferencing NULL pointer in ble_ll_scan_rx_isr_end URL: https://github.com/apache/mynewt-nimble/pull/52 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-nimble] 01/01: Merge pull request #48 from sjanc/scan_tmo

2018-04-18 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit b043da7b998d2102ce2a5c780f25a1a6cc9e7772 Merge: d378f3d d9f706a Author: Szymon Janc

[mynewt-nimble] branch master updated (49b0dd6 -> d378f3d)

2018-04-18 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from 49b0dd6 Merge pull request #49 from sjanc/scan_init add 1a7e3d1 nimble/ll: Fix dereferencing NULL

[GitHub] rymanluk opened a new pull request #53: nimble/ll: Fix check for scheduled item.

2018-04-18 Thread GitBox
rymanluk opened a new pull request #53: nimble/ll: Fix check for scheduled item. URL: https://github.com/apache/mynewt-nimble/pull/53 This patch makes sure check is correct when cputime just wrapped up. This is an

[GitHub] andrzej-kaczmarek opened a new pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
andrzej-kaczmarek opened a new pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037 This is proposed hal_trng which abstracts TRNG (True Random Number Generator) available on many SoCs. It exposed just few simple

[mynewt-nimble] branch master updated (d378f3d -> b043da7)

2018-04-18 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from d378f3d Merge pull request #52 from sjanc/scan_fix add 0d619e6 nimble/ll: Remove leftover TODO comment

[mynewt-nimble] 01/01: Merge pull request #52 from sjanc/scan_fix

2018-04-18 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit d378f3d04f74051461ba8c334640ba239f79b18c Merge: 49b0dd6 1a7e3d1 Author: Szymon Janc

[GitHub] sjanc opened a new pull request #54: nimble/ll: Fix advertising interval validation

2018-04-18 Thread GitBox
sjanc opened a new pull request #54: nimble/ll: Fix advertising interval validation URL: https://github.com/apache/mynewt-nimble/pull/54 For legacy advertising any interval between 0x0020 and 0x4000 is valid as long as min interval is not greater than max interval. For extended

[GitHub] andrzej-kaczmarek commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
andrzej-kaczmarek commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#issuecomment-382447851 @mkiiskila I pushed additional patches which implements the same functionality but as a driver, we can choose now

[GitHub] utzig commented on a change in pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
utzig commented on a change in pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#discussion_r182492972 ## File path: apps/trng_test/src/main.c ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache

[GitHub] utzig commented on a change in pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
utzig commented on a change in pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#discussion_r182493192 ## File path: hw/bsp/nrf52840pdk/src/hal_bsp.c ## @@ -200,6 +204,13 @@ hal_bsp_init(void)

[GitHub] utzig commented on a change in pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
utzig commented on a change in pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#discussion_r182493919 ## File path: apps/trng_test/pkg.yml ## @@ -0,0 +1,28 @@ +# Licensed to the Apache Software

[GitHub] wes3 commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
wes3 commented on issue #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#issuecomment-382439715 I have no issue with the API but I was wondering if the way this would basically work is that this package would have a buffer

[GitHub] mwilliford commented on issue #161: cmake: Use paths relative to project root

2018-04-18 Thread GitBox
mwilliford commented on issue #161: cmake: Use paths relative to project root URL: https://github.com/apache/mynewt-newt/pull/161#issuecomment-382458441 +1 works like a champ! This is an automated message from the Apache Git

[GitHub] utzig commented on a change in pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator

2018-04-18 Thread GitBox
utzig commented on a change in pull request #1037: [RFC] hw/hal: Add HAL for True Random Number Generator URL: https://github.com/apache/mynewt-core/pull/1037#discussion_r182509435 ## File path: hw/mcu/nordic/nrf52xxx/src/hal_trng.c ## @@ -0,0 +1,165 @@ +/* + * Licensed

[GitHub] utzig opened a new pull request #1039: Add stm32 common hal_timer (f4/f7/f3/l1)

2018-04-18 Thread GitBox
utzig opened a new pull request #1039: Add stm32 common hal_timer (f4/f7/f3/l1) URL: https://github.com/apache/mynewt-core/pull/1039 WIP - DO NOT MERGE Common hal_timer infrastructure, currently missing F1x, and might still have some issues.

[GitHub] rymanluk closed pull request #53: nimble/ll: Fix check for scheduled item.

2018-04-18 Thread GitBox
rymanluk closed pull request #53: nimble/ll: Fix check for scheduled item. URL: https://github.com/apache/mynewt-nimble/pull/53 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

[mynewt-nimble] 01/01: Merge pull request #53 from rymanluk/fix_sched

2018-04-18 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-nimble.git commit ccc9b80d8531f0b7536ddd301583f1bfbea44ab6 Merge: b043da7 5e81bbf Author: Ɓukasz Rymanowski

[mynewt-nimble] branch master updated (b043da7 -> ccc9b80)

2018-04-18 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-nimble.git. from b043da7 Merge pull request #48 from sjanc/scan_tmo add 5e81bbf nimble/ll: Fix check for scheduled item.

[GitHub] sterlinghughes commented on issue #919: nimble/mesh: Fix simulator segmentation fault on mesh init

2018-04-18 Thread GitBox
sterlinghughes commented on issue #919: nimble/mesh: Fix simulator segmentation fault on mesh init URL: https://github.com/apache/mynewt-core/pull/919#issuecomment-382528641 when r we fixing conflicts & merging? This is an

[mynewt-core] 01/01: Merge pull request #1031 from davidzuhn/patch-1

2018-04-18 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 f292e9259113689731e50a90e4057ebc63856c5b Merge: 941fccd aa7c9c7 Author: ccollins476ad

[mynewt-core] branch master updated (f292e92 -> 31aa50e)

2018-04-18 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 f292e92 Merge pull request #1031 from davidzuhn/patch-1 add 1057edc boot_serial: Remove required API

[GitHub] ccollins476ad closed pull request #1031: fix/typo

2018-04-18 Thread GitBox
ccollins476ad closed pull request #1031: fix/typo URL: https://github.com/apache/mynewt-core/pull/1031 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

[mynewt-core] 01/01: Merge pull request #1019 from ccollins476ad/boot-serial-no-console

2018-04-18 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 31aa50e8c465e4a2776d92c16693548be288cf31 Merge: f292e92 1057edc Author: ccollins476ad

[GitHub] ccollins476ad closed pull request #1019: boot_serial: Remove required API "console"

2018-04-18 Thread GitBox
ccollins476ad closed pull request #1019: boot_serial: Remove required API "console" URL: https://github.com/apache/mynewt-core/pull/1019 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

[GitHub] sterlinghughes commented on issue #1010: os: Add os_time_ticks_to_ms

2018-04-18 Thread GitBox
sterlinghughes commented on issue #1010: os: Add os_time_ticks_to_ms URL: https://github.com/apache/mynewt-core/pull/1010#issuecomment-382534636 can we merge? This is an automated message from the Apache Git Service. To

[GitHub] vrahane commented on issue #948: Sensors: lis2ds12

2018-04-18 Thread GitBox
vrahane commented on issue #948: Sensors: lis2ds12 URL: https://github.com/apache/mynewt-core/pull/948#issuecomment-382527692 @jacobrosenthal Can you please make changes to the driver based on what me and @matthewwarnes have fixed.

[mynewt-core] 01/01: Merge pull request #986 from ccollins476ad/test-task

2018-04-18 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 3ca3808a00875c0318eca4b5783d9283f1b8f8b2 Merge: 31aa50e 2c6da7f Author: ccollins476ad

[GitHub] ccollins476ad closed pull request #986: Simplify unit tests that run in the OS

2018-04-18 Thread GitBox
ccollins476ad closed pull request #986: Simplify unit tests that run in the OS URL: https://github.com/apache/mynewt-core/pull/986 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 (31aa50e -> 3ca3808)

2018-04-18 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 31aa50e Merge pull request #1019 from ccollins476ad/boot-serial-no-console add b3dbaab kernel/os -

[mynewt-core] branch master updated (5f7116b -> ffbebe8)

2018-04-18 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 5f7116b Merge pull request #1013 from davidzuhn/fix/error-result add 54938ff net/ip/mn_socket - IPv6

[mynewt-core] 01/01: Merge pull request #934 from ccollins476ad/parse-fns

2018-04-18 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 ffbebe89e9e6351cbb4dcbc956d68dfce2a5530b Merge: 5f7116b 697084d Author: ccollins476ad

[GitHub] ccollins476ad closed pull request #934: util/parse - Additional parsing functions.

2018-04-18 Thread GitBox
ccollins476ad closed pull request #934: util/parse - Additional parsing functions. URL: https://github.com/apache/mynewt-core/pull/934 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] 01/01: Merge pull request #994 from sterlinghughes/config_docs

2018-04-18 Thread sterling
This is an automated email from the ASF dual-hosted git repository. sterling pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 2b161f33005eb8fe9b3d1bac361d4d2bbaa93bbc Merge: ffbebe8 2324388 Author: Sterling Hughes

[mynewt-core] branch master updated (ffbebe8 -> 2b161f3)

2018-04-18 Thread sterling
This is an automated email from the ASF dual-hosted git repository. sterling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from ffbebe8 Merge pull request #934 from ccollins476ad/parse-fns add d614e3c Add configuration

[GitHub] sterlinghughes closed pull request #994: Add configuration documentation

2018-04-18 Thread GitBox
sterlinghughes closed pull request #994: Add configuration documentation URL: https://github.com/apache/mynewt-core/pull/994 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] sterlinghughes commented on issue #1018: Sensors/BMA2XX - New PR from PR #699 comments

2018-04-18 Thread GitBox
sterlinghughes commented on issue #1018: Sensors/BMA2XX - New PR from PR #699 comments URL: https://github.com/apache/mynewt-core/pull/1018#issuecomment-382535691 oh no, more conflicts! rymanluk/vrahane, can you look this over, merge it, and fix conflicts so we can get this in? The

[mynewt-core] branch master updated: nrf52xxx_i2c: Fix to allow hal_i2c_clear_bus to read from input-buffer (#940)

2018-04-18 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 5f8a758 nrf52xxx_i2c: Fix to allow

[GitHub] vrahane closed pull request #940: nrf52xxx_i2c: Fix to allow hal_i2c_clear_bus to read from input-buffer

2018-04-18 Thread GitBox
vrahane closed pull request #940: nrf52xxx_i2c: Fix to allow hal_i2c_clear_bus to read from input-buffer URL: https://github.com/apache/mynewt-core/pull/940 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-nimble] 01/01: Merge pull request #51 from andrzej-kaczmarek/ext-adv-fix

2018-04-18 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-nimble.git commit 9781315518d83a2807563498137562647b2554bf Merge: ccc9b80 a28837c Author: Andrzej Kaczmarek

[GitHub] andrzej-kaczmarek closed pull request #51: Multiple fixes to extended advertising

2018-04-18 Thread GitBox
andrzej-kaczmarek closed pull request #51: Multiple fixes to extended advertising URL: https://github.com/apache/mynewt-nimble/pull/51 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

[GitHub] sdalu commented on issue #980: util/button: Use the button id in callback instead of button pointer

2018-04-18 Thread GitBox
sdalu commented on issue #980: util/button: Use the button id in callback instead of button pointer URL: https://github.com/apache/mynewt-core/pull/980#issuecomment-38253 I would prefer to have this small api change merge now.

[mynewt-nimble] branch master updated (ccc9b80 -> 9781315)

2018-04-18 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-nimble.git. from ccc9b80 Merge pull request #53 from rymanluk/fix_sched add 1ffdb89 nimble/ll: Remove redundant check

[mynewt-core] 12/13: Fix stm32f3/f7 restart issues, add timingr

2018-04-18 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 a97f28399322528dcab1eec691cefa6a6989f07c Author: Fabio Utzig AuthorDate: Fri Mar 23 09:52:45 2018

[mynewt-core] 03/13: Fix i2c config naming for all f4 bsps

2018-04-18 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 e418a77180c42bfa81995312a6997342f8d242e6 Author: Fabio Utzig AuthorDate: Thu Mar 22 09:47:43 2018

[mynewt-core] 10/13: Add i2c driver for F3/F7

2018-04-18 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 20e796df31323b54b9f125690286114a773d0b8b Author: Fabio Utzig AuthorDate: Thu Mar 22 14:55:17 2018

[mynewt-core] 08/13: Add initial stm32f3 mcu i2c config

2018-04-18 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 0ebe880cf2bfb74d2de931335aa7220c34fcf877 Author: Fabio Utzig AuthorDate: Thu Mar 22 14:53:18 2018

[mynewt-core] 04/13: Add missing i2c addr shift left in probe

2018-04-18 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 a3852bd18ff2761f0781f005ccd25df2c9c06ae3 Author: Fabio Utzig AuthorDate: Thu Mar 22 08:52:55 2018

[mynewt-core] 13/13: Initial stm32f1 i2c support + olimex-p103 config

2018-04-18 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 9f4fc4aaf90791b060a64bafa3184e8623b8f387 Author: Fabio Utzig AuthorDate: Fri Mar 23 11:22:45 2018

[mynewt-core] 07/13: Enable I2C module for stm32f3 bsps

2018-04-18 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 6de6d41080cb5a93d77b834fd6f4e45e06e3eda8 Author: Fabio Utzig AuthorDate: Thu Mar 22 14:49:05 2018

[mynewt-core] 05/13: Undo previously applied i2c patch to stm32cube

2018-04-18 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 847cbcb27205f5ce97704095dfacac3fc597d60c Author: Fabio Utzig AuthorDate: Thu Mar 22 09:23:03 2018

[mynewt-core] branch master updated (bac5f88 -> 9f4fc4a)

2018-04-18 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 bac5f88 Sensors/BMA2XX - New PR from PR #699 comments (#1018) new a9e286f Comment on nucleo-f401 i2c

[mynewt-core] 01/01: Merge pull request #1013 from davidzuhn/fix/error-result

2018-04-18 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 5f7116ba142e902f5c2c5f44ba8f7a7dd09b69c1 Merge: 3ca3808 2b13f06 Author: ccollins476ad

[GitHub] vrahane commented on issue #948: Sensors: lis2ds12

2018-04-18 Thread GitBox
vrahane commented on issue #948: Sensors: lis2ds12 URL: https://github.com/apache/mynewt-core/pull/948#issuecomment-382530397 For lis2dw12 that is. This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] branch master updated (3ca3808 -> 5f7116b)

2018-04-18 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 3ca3808 Merge pull request #986 from ccollins476ad/test-task add 2b13f06 use the proper error code

[GitHub] ccollins476ad closed pull request #1013: docs: use the proper error code in example

2018-04-18 Thread GitBox
ccollins476ad closed pull request #1013: docs: use the proper error code in example URL: https://github.com/apache/mynewt-core/pull/1013 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

[GitHub] sterlinghughes commented on issue #953: Stm32 common I2C

2018-04-18 Thread GitBox
sterlinghughes commented on issue #953: Stm32 common I2C URL: https://github.com/apache/mynewt-core/pull/953#issuecomment-382533326 @utzig can you merge? This is an automated message from the Apache Git Service. To respond to

[GitHub] sterlinghughes commented on issue #936: [RFC] hw/bsp: Clean up NRFX config on nrf52840

2018-04-18 Thread GitBox
sterlinghughes commented on issue #936: [RFC] hw/bsp: Clean up NRFX config on nrf52840 URL: https://github.com/apache/mynewt-core/pull/936#issuecomment-382533216 ccan we update . && merge? This is an automated message from

[GitHub] sterlinghughes commented on issue #980: util/button: Use the button id in callback instead of button pointer

2018-04-18 Thread GitBox
sterlinghughes commented on issue #980: util/button: Use the button id in callback instead of button pointer URL: https://github.com/apache/mynewt-core/pull/980#issuecomment-382533612 Should we wait for those changes or merge now & fix that in a separate PR?

[GitHub] sterlinghughes commented on issue #961: hw/util: blinker/beeper implementation

2018-04-18 Thread GitBox
sterlinghughes commented on issue #961: hw/util: blinker/beeper implementation URL: https://github.com/apache/mynewt-core/pull/961#issuecomment-382533449 @wes3 can you review & approve? This is an automated message from the

[GitHub] sterlinghughes commented on issue #984: hw/util/button: allow to specify eventq

2018-04-18 Thread GitBox
sterlinghughes commented on issue #984: hw/util/button: allow to specify eventq URL: https://github.com/apache/mynewt-core/pull/984#issuecomment-382533897 @sdalu we like variable declarations at the top of functions to make it clear where things are defined. if you are too far from

[mynewt-core] 06/13: stm32l1 i2c support

2018-04-18 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 9e0d1ef42a7cbbe5776559c03fb4527e46d108f9 Author: Fabio Utzig AuthorDate: Thu Mar 22 09:51:09 2018

[GitHub] sjanc opened a new pull request #52: nimble/ll: Fix dereferencing NULL pointer in ble_ll_scan_rx_isr_end

2018-04-18 Thread GitBox
sjanc opened a new pull request #52: nimble/ll: Fix dereferencing NULL pointer in ble_ll_scan_rx_isr_end URL: https://github.com/apache/mynewt-nimble/pull/52 If we are out of buffers NULL rxpdu can be passed to this function. Dereference it only after checking if it is not NULL.

[GitHub] mkiiskila opened a new pull request #1036: os; add os_get_uptime()

2018-04-18 Thread GitBox
mkiiskila opened a new pull request #1036: os; add os_get_uptime() URL: https://github.com/apache/mynewt-core/pull/1036 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] mwilliford closed issue #46: ble_ll_scan.c calls ble_ll_scan_init twice, which corrupts g_os_mempool_list

2018-04-18 Thread GitBox
mwilliford closed issue #46: ble_ll_scan.c calls ble_ll_scan_init twice, which corrupts g_os_mempool_list URL: https://github.com/apache/mynewt-nimble/issues/46 This is an automated message from the Apache Git Service. To

[GitHub] mwilliford commented on issue #46: ble_ll_scan.c calls ble_ll_scan_init twice, which corrupts g_os_mempool_list

2018-04-18 Thread GitBox
mwilliford commented on issue #46: ble_ll_scan.c calls ble_ll_scan_init twice, which corrupts g_os_mempool_list URL: https://github.com/apache/mynewt-nimble/issues/46#issuecomment-382290925 It seems like this issue is fixed, thanks!

[GitHub] ccollins476ad opened a new pull request #1040: mn_socket - Fix build error due to missing include

2018-04-18 Thread GitBox
ccollins476ad opened a new pull request #1040: mn_socket - Fix build error due to missing include URL: https://github.com/apache/mynewt-core/pull/1040 This commit fixes the following build error: ``` Error: repos/apache-mynewt-core/net/ip/mn_socket/src/mn_socket_aconv.c: In

[GitHub] ccollins476ad closed pull request #1040: mn_socket - Fix build error due to missing include

2018-04-18 Thread GitBox
ccollins476ad closed pull request #1040: mn_socket - Fix build error due to missing include URL: https://github.com/apache/mynewt-core/pull/1040 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

[mynewt-core] 01/01: Merge pull request #1040 from ccollins476ad/mn_socket-include-fix

2018-04-18 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 61ad5bb5d042714cfb63c384c0f19509904509fb Merge: 9f4fc4a 7fc6ae8 Author: ccollins476ad

[mynewt-core] branch master updated (9f4fc4a -> 61ad5bb)

2018-04-18 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 9f4fc4a Initial stm32f1 i2c support + olimex-p103 config add 7fc6ae8 mn_socket - Fix build error due

[mynewt-nimble] 01/01: Merge pull request #55 from andrzej-kaczmarek/build-fix

2018-04-18 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-nimble.git commit b270fb6d35141826cfc87993fbf45c25f63658f2 Merge: 9781315 4120b11 Author: Andrzej Kaczmarek

[GitHub] andrzej-kaczmarek opened a new pull request #55: nimble/host: Fix build with ext adv disabled

2018-04-18 Thread GitBox
andrzej-kaczmarek opened a new pull request #55: nimble/host: Fix build with ext adv disabled URL: https://github.com/apache/mynewt-nimble/pull/55 This is an automated message from the Apache Git Service. To respond to the

[GitHub] andrzej-kaczmarek commented on issue #55: nimble/host: Fix build with ext adv disabled

2018-04-18 Thread GitBox
andrzej-kaczmarek commented on issue #55: nimble/host: Fix build with ext adv disabled URL: https://github.com/apache/mynewt-nimble/pull/55#issuecomment-38297 trivial build fix after merging #51 This is an automated

[GitHub] andrzej-kaczmarek closed pull request #55: nimble/host: Fix build with ext adv disabled

2018-04-18 Thread GitBox
andrzej-kaczmarek closed pull request #55: nimble/host: Fix build with ext adv disabled URL: https://github.com/apache/mynewt-nimble/pull/55 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

[mynewt-nimble] branch master updated (9781315 -> b270fb6)

2018-04-18 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-nimble.git. from 9781315 Merge pull request #51 from andrzej-kaczmarek/ext-adv-fix add 4120b11 nimble/host: Fix build

[GitHub] ccollins476ad closed pull request #1041: util/parse - Add needed mn_socket dependency.

2018-04-18 Thread GitBox
ccollins476ad closed pull request #1041: util/parse - Add needed mn_socket dependency. URL: https://github.com/apache/mynewt-core/pull/1041 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

[mynewt-core] 01/01: Merge pull request #1041 from ccollins476ad/parse-mn-socket

2018-04-18 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 f17faef62b210a2ef7c6caaac911d64b9cfcd3e9 Merge: 61ad5bb b98655e Author: ccollins476ad

[mynewt-core] branch master updated (61ad5bb -> f17faef)

2018-04-18 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 61ad5bb Merge pull request #1040 from ccollins476ad/mn_socket-include-fix add b98655e util/parse -

[GitHub] ccollins476ad opened a new pull request #1042: util/parse - Fix dep: net/ip/{socket => mn_socket}

2018-04-18 Thread GitBox
ccollins476ad opened a new pull request #1042: util/parse - Fix dep: net/ip/{socket => mn_socket} URL: https://github.com/apache/mynewt-core/pull/1042 This is an automated message from the Apache Git Service. To respond to

[mynewt-core] branch master updated (f17faef -> d68c9d7)

2018-04-18 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 f17faef Merge pull request #1041 from ccollins476ad/parse-mn-socket add d82076b util/parse - Fix dep:

[GitHub] ccollins476ad closed pull request #1042: util/parse - Fix dep: net/ip/{socket => mn_socket}

2018-04-18 Thread GitBox
ccollins476ad closed pull request #1042: util/parse - Fix dep: net/ip/{socket => mn_socket} URL: https://github.com/apache/mynewt-core/pull/1042 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

[GitHub] ccollins476ad opened a new pull request #1041: util/parse - Add needed mn_socket dependency.

2018-04-18 Thread GitBox
ccollins476ad opened a new pull request #1041: util/parse - Add needed mn_socket dependency. URL: https://github.com/apache/mynewt-core/pull/1041 This is an automated message from the Apache Git Service. To respond to the