[GitHub] mlaz closed pull request #631: removing illegal dependency on external repository

2017-10-18 Thread GitBox
mlaz closed pull request #631: removing illegal dependency on external repository URL: https://github.com/apache/mynewt-core/pull/631 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] ccollins476ad opened a new pull request #633: BLE Host - Fix typo in flag check

2017-10-18 Thread GitBox
ccollins476ad opened a new pull request #633: BLE Host - Fix typo in flag check URL: https://github.com/apache/mynewt-core/pull/633 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ccollins476ad opened a new pull request #632: BLE Host - Remove BLE_GAP_EVENT_CONN_CANCEL

2017-10-18 Thread GitBox
ccollins476ad opened a new pull request #632: BLE Host - Remove BLE_GAP_EVENT_CONN_CANCEL URL: https://github.com/apache/mynewt-core/pull/632 Cancelled connect procedures are reported as: event.type: BLE_GAP_EVENT_CONNECT event.connect.status: BLE_HS_EAPP Discussion

[GitHub] michal-narajowski closed pull request #620: mesh: Fix missing feature bits

2017-10-19 Thread GitBox
michal-narajowski closed pull request #620: mesh: Fix missing feature bits URL: https://github.com/apache/mynewt-core/pull/620 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] andrzej-kaczmarek commented on a change in pull request #632: BLE Host - Remove BLE_GAP_EVENT_CONN_CANCEL

2017-10-19 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #632: BLE Host - Remove BLE_GAP_EVENT_CONN_CANCEL URL: https://github.com/apache/mynewt-core/pull/632#discussion_r145642896 ## File path: net/nimble/host/include/host/ble_gap.h ## @@ -98,7 +98,7 @@ struct

[GitHub] michal-narajowski closed pull request #621: mesh: Heartbeat fixes for message count

2017-10-19 Thread GitBox
michal-narajowski closed pull request #621: mesh: Heartbeat fixes for message count URL: https://github.com/apache/mynewt-core/pull/621 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] mlaz commented on issue #631: removing illegal dependency on external repository

2017-10-19 Thread GitBox
mlaz commented on issue #631: removing illegal dependency on external repository URL: https://github.com/apache/mynewt-core/pull/631#issuecomment-337887737 I am sorry, I thought the original commit message was replicated on this commit's message.

[GitHub] sjanc commented on issue #631: removing illegal dependency on external repository

2017-10-19 Thread GitBox
sjanc commented on issue #631: removing illegal dependency on external repository URL: https://github.com/apache/mynewt-core/pull/631#issuecomment-337865033 This kind of commits should not be merge without _any_ explanation in commit message.

[GitHub] wes3 closed pull request #624: Gw conf tx

2017-10-18 Thread GitBox
wes3 closed pull request #624: Gw conf tx URL: https://github.com/apache/mynewt-core/pull/624 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

[GitHub] mkiiskila closed pull request #625: Remove inclusion of bsp.h

2017-10-18 Thread GitBox
mkiiskila closed pull request #625: Remove inclusion of bsp.h URL: https://github.com/apache/mynewt-core/pull/625 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] wes3 opened a new pull request #628: Commit of initial BMA253 driver.

2017-10-18 Thread GitBox
wes3 opened a new pull request #628: Commit of initial BMA253 driver. URL: https://github.com/apache/mynewt-core/pull/628 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ccollins476ad opened a new pull request #629: BLE Host - Delay sync callback after IRK restore

2017-10-18 Thread GitBox
ccollins476ad opened a new pull request #629: BLE Host - Delay sync callback after IRK restore URL: https://github.com/apache/mynewt-core/pull/629 Prior to commit On startup, the host executes the following steps: 1. HCI startup sequence 2. Call sync callback 3.

[GitHub] ccollins476ad opened a new pull request #636: BLE socket transport - don't drop large frames.

2017-10-23 Thread GitBox
ccollins476ad opened a new pull request #636: BLE socket transport - don't drop large frames. URL: https://github.com/apache/mynewt-core/pull/636 For large incoming ACL packets, the "current offset" field was rolling over, making it look like the packet was being dropped. The fix is to

[GitHub] vsyn opened a new pull request #630: LP5523: LED Driver

2017-10-18 Thread GitBox
vsyn opened a new pull request #630: LP5523: LED Driver URL: https://github.com/apache/mynewt-core/pull/630 I tried to stick to the data sheet nomenclature, looking back, I'm not sure that was the best way to go as it isn't very consistent.

[GitHub] ccollins476ad closed pull request #633: BLE Host - Fix typo in flag check

2017-10-19 Thread GitBox
ccollins476ad closed pull request #633: BLE Host - Fix typo in flag check URL: https://github.com/apache/mynewt-core/pull/633 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] vrahane commented on a change in pull request #630: LP5523: LED Driver

2017-10-23 Thread GitBox
vrahane commented on a change in pull request #630: LP5523: LED Driver URL: https://github.com/apache/mynewt-core/pull/630#discussion_r146358141 ## File path: hw/drivers/lp5523/src/lp5523.c ## @@ -0,0 +1,1144 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] vrahane commented on issue #630: LP5523: LED Driver

2017-10-23 Thread GitBox
vrahane commented on issue #630: LP5523: LED Driver URL: https://github.com/apache/mynewt-core/pull/630#issuecomment-338768742 Ah! I see. I don't think that should be an issue as these are driver specific #defines and anything you use is probably fine enough :-). About the outputs and

[GitHub] mkiiskila closed pull request #635: change OC_IF_RW to OC_IF_A in handler

2017-10-23 Thread GitBox
mkiiskila closed pull request #635: change OC_IF_RW to OC_IF_A in handler URL: https://github.com/apache/mynewt-core/pull/635 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] vrahane commented on a change in pull request #630: LP5523: LED Driver

2017-10-23 Thread GitBox
vrahane commented on a change in pull request #630: LP5523: LED Driver URL: https://github.com/apache/mynewt-core/pull/630#discussion_r146357329 ## File path: hw/drivers/lp5523/src/lp5523.c ## @@ -0,0 +1,1144 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] vrahane commented on a change in pull request #630: LP5523: LED Driver

2017-10-23 Thread GitBox
vrahane commented on a change in pull request #630: LP5523: LED Driver URL: https://github.com/apache/mynewt-core/pull/630#discussion_r146357747 ## File path: hw/drivers/lp5523/src/lp5523.c ## @@ -0,0 +1,1144 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] vrahane commented on a change in pull request #630: LP5523: LED Driver

2017-10-23 Thread GitBox
vrahane commented on a change in pull request #630: LP5523: LED Driver URL: https://github.com/apache/mynewt-core/pull/630#discussion_r146365301 ## File path: hw/drivers/lp5523/src/lp5523_shell.c ## @@ -0,0 +1,1017 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] rymanluk closed pull request #627: oic/ble_adapter: Fix build errors build for oc_client configuration

2017-10-24 Thread GitBox
rymanluk closed pull request #627: oic/ble_adapter: Fix build errors build for oc_client configuration URL: https://github.com/apache/mynewt-core/pull/627 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

[GitHub] rymanluk commented on a change in pull request #655: Support for APOLLO 2 and emspi HCI transport

2017-11-10 Thread GitBox
rymanluk commented on a change in pull request #655: Support for APOLLO 2 and emspi HCI transport URL: https://github.com/apache/mynewt-core/pull/655#discussion_r150195669 ## File path: apps/bleprph-emspi/pkg.yml ## @@ -0,0 +1,44 @@ +# Licensed to the Apache Software

[GitHub] utzig commented on issue #655: Support for APOLLO 2 and emspi HCI transport

2017-11-10 Thread GitBox
utzig commented on issue #655: Support for APOLLO 2 and emspi HCI transport URL: https://github.com/apache/mynewt-core/pull/655#issuecomment-343434556 Very nice! Stupid question: you added a new app because the existing BLE apps would not work over this new HCI transport?

[GitHub] andrzej-kaczmarek commented on a change in pull request #655: Support for APOLLO 2 and emspi HCI transport

2017-11-10 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #655: Support for APOLLO 2 and emspi HCI transport URL: https://github.com/apache/mynewt-core/pull/655#discussion_r150206528 ## File path: net/nimble/transport/emspi/src/ble_hci_emspi.c ## @@ -0,0 +1,935 @@ +/* + *

[GitHub] andrzej-kaczmarek commented on a change in pull request #655: Support for APOLLO 2 and emspi HCI transport

2017-11-10 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #655: Support for APOLLO 2 and emspi HCI transport URL: https://github.com/apache/mynewt-core/pull/655#discussion_r150203150 ## File path: apps/bleprph-emspi/pkg.yml ## @@ -0,0 +1,44 @@ +# Licensed to the Apache

[GitHub] mkiiskila opened a new pull request #660: sys/config; doxygen formatted comments.

2017-11-15 Thread GitBox
mkiiskila opened a new pull request #660: sys/config; doxygen formatted comments. URL: https://github.com/apache/mynewt-core/pull/660 docs; Writeup about sys/config. This is an automated message from the Apache Git Service.

[GitHub] cwanda opened a new pull request #337: Fixed typo in slinky tutorial

2017-11-14 Thread GitBox
cwanda opened a new pull request #337: Fixed typo in slinky tutorial URL: https://github.com/apache/mynewt-site/pull/337 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] bgiori opened a new pull request #658: Change iptest light resource to match bleprph_oic

2017-11-14 Thread GitBox
bgiori opened a new pull request #658: Change iptest light resource to match bleprph_oic URL: https://github.com/apache/mynewt-core/pull/658 See #553 This is an automated message from the Apache Git Service. To respond to

[GitHub] ccollins476ad closed pull request #338: automated asf-site build

2017-11-14 Thread GitBox
ccollins476ad closed pull request #338: automated asf-site build URL: https://github.com/apache/mynewt-site/pull/338 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

[GitHub] ccollins476ad closed pull request #337: Fixed typo in slinky tutorial

2017-11-14 Thread GitBox
ccollins476ad closed pull request #337: Fixed typo in slinky tutorial URL: https://github.com/apache/mynewt-site/pull/337 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

[GitHub] mkiiskila opened a new pull request #659: gdb macro os_wakeups, which lists scheduled os_callouts and sleeping tasks

2017-11-14 Thread GitBox
mkiiskila opened a new pull request #659: gdb macro os_wakeups, which lists scheduled os_callouts and sleeping tasks URL: https://github.com/apache/mynewt-core/pull/659 This is an automated message from the Apache Git

[GitHub] mkiiskila opened a new pull request #661: OS minimal stack check at context switch time

2017-11-15 Thread GitBox
mkiiskila opened a new pull request #661: OS minimal stack check at context switch time URL: https://github.com/apache/mynewt-core/pull/661 This is an automated message from the Apache Git Service. To respond to the

[GitHub] utzig opened a new pull request #678: Fix net/mqtt/eclipse pkg.name

2017-11-27 Thread GitBox
utzig opened a new pull request #678: Fix net/mqtt/eclipse pkg.name URL: https://github.com/apache/mynewt-core/pull/678 Signed-off-by: Fabio Utzig This is an automated message from the Apache Git Service.

[GitHub] utzig closed pull request #678: Fix net/mqtt/eclipse pkg.name

2017-11-27 Thread GitBox
utzig closed pull request #678: Fix net/mqtt/eclipse pkg.name URL: https://github.com/apache/mynewt-core/pull/678 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] utzig commented on issue #679: BLE Host - use instance 0 when ext. adv. disabled.

2017-11-27 Thread GitBox
utzig commented on issue #679: BLE Host - use instance 0 when ext. adv. disabled. URL: https://github.com/apache/mynewt-core/pull/679#issuecomment-347283841 It works for me! This is an automated message from the Apache Git

[GitHub] ccollins476ad closed pull request #679: BLE Host - use instance 0 when ext. adv. disabled.

2017-11-27 Thread GitBox
ccollins476ad closed pull request #679: BLE Host - use instance 0 when ext. adv. disabled. URL: https://github.com/apache/mynewt-core/pull/679 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 #679: BLE Host - use instance 0 when ext. adv. disabled.

2017-11-27 Thread GitBox
ccollins476ad opened a new pull request #679: BLE Host - use instance 0 when ext. adv. disabled. URL: https://github.com/apache/mynewt-core/pull/679 This is an automated message from the Apache Git Service. To respond to

[GitHub] cwanda opened a new pull request #111: fixed matchNamePath for windows and added -f flag for rm in build.sh

2017-11-28 Thread GitBox
cwanda opened a new pull request #111: fixed matchNamePath for windows and added -f flag for rm in build.sh URL: https://github.com/apache/mynewt-newt/pull/111 fixed matchNamePath for windows and also added -f to rm /tmp/* in build.sh so won't get prompt when removing write

[GitHub] utzig closed pull request #111: fixed matchNamePath for windows and added -f flag for rm in build.sh

2017-11-28 Thread GitBox
utzig closed pull request #111: fixed matchNamePath for windows and added -f flag for rm in build.sh URL: https://github.com/apache/mynewt-newt/pull/111 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

[GitHub] mkiiskila opened a new pull request #681: sys/config; adjust fs_mkdir() for config storage directory to take place

2017-11-28 Thread GitBox
mkiiskila opened a new pull request #681: sys/config; adjust fs_mkdir() for config storage directory to take place URL: https://github.com/apache/mynewt-core/pull/681 after root FS has been initialized. This is an automated

[GitHub] cwanda commented on issue #111: fixed matchNamePath for windows and added -f flag for rm in build.sh

2017-11-28 Thread GitBox
cwanda commented on issue #111: fixed matchNamePath for windows and added -f flag for rm in build.sh URL: https://github.com/apache/mynewt-newt/pull/111#issuecomment-347605485 hi fabio. Thanks. Not sure if you are waiting to merge later, but in case you are not, you will need to merge

[GitHub] mkiiskila closed pull request #682: Remove apps/fat2native. This does not build, and has not been

2017-11-28 Thread GitBox
mkiiskila closed pull request #682: Remove apps/fat2native. This does not build, and has not been URL: https://github.com/apache/mynewt-core/pull/682 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

[GitHub] ccollins476ad opened a new pull request #112: Abort operation when git clone fails

2017-11-28 Thread GitBox
ccollins476ad opened a new pull request #112: Abort operation when git clone fails URL: https://github.com/apache/mynewt-newt/pull/112 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] mkiiskila opened a new pull request #683: stm32_eth; fix compiler warning.

2017-11-28 Thread GitBox
mkiiskila opened a new pull request #683: stm32_eth; fix compiler warning. URL: https://github.com/apache/mynewt-core/pull/683 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] mkiiskila opened a new pull request #682: Remove apps/fat2native. This does not build, and has not been

2017-11-28 Thread GitBox
mkiiskila opened a new pull request #682: Remove apps/fat2native. This does not build, and has not been URL: https://github.com/apache/mynewt-core/pull/682 used since dev time of fs/fatfs. This is an automated message from

[GitHub] mkiiskila closed pull request #681: sys/config; adjust fs_mkdir() for config storage directory to take place

2017-11-28 Thread GitBox
mkiiskila closed pull request #681: sys/config; adjust fs_mkdir() for config storage directory to take place URL: https://github.com/apache/mynewt-core/pull/681 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

[GitHub] utzig commented on issue #113: Update release to 1.3.0

2017-11-28 Thread GitBox
utzig commented on issue #113: Update release to 1.3.0 URL: https://github.com/apache/mynewt-newt/pull/113#issuecomment-347664167 Yes, but according to the document I need to update the blinky tag it seems. Is not this usually just pushed, instead of PRing?

[GitHub] utzig closed pull request #113: Update release to 1.3.0

2017-11-28 Thread GitBox
utzig closed pull request #113: Update release to 1.3.0 URL: https://github.com/apache/mynewt-newt/pull/113 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

[GitHub] mkiiskila commented on issue #113: Update release to 1.3.0

2017-11-28 Thread GitBox
mkiiskila commented on issue #113: Update release to 1.3.0 URL: https://github.com/apache/mynewt-newt/pull/113#issuecomment-347661759 Should this be merged to 1_3_0_dev branch instead? This is an automated message from the

[GitHub] utzig opened a new pull request #113: Update release to 1.3.0

2017-11-28 Thread GitBox
utzig opened a new pull request #113: Update release to 1.3.0 URL: https://github.com/apache/mynewt-newt/pull/113 Signed-off-by: Fabio Utzig This is an automated message from the Apache Git Service. To

[GitHub] michal-narajowski opened a new pull request #676: apps/btshell: Fix compilation with BLE_EXT_ADV disabled

2017-11-24 Thread GitBox
michal-narajowski opened a new pull request #676: apps/btshell: Fix compilation with BLE_EXT_ADV disabled URL: https://github.com/apache/mynewt-core/pull/676 Add missing #if directive to fix use of undeclared variable. This

[GitHub] michal-narajowski commented on issue #643: [RFC] mesh: API and shell commands for PTS testing

2017-11-24 Thread GitBox
michal-narajowski commented on issue #643: [RFC] mesh: API and shell commands for PTS testing URL: https://github.com/apache/mynewt-core/pull/643#issuecomment-346835092 This functionality will be added in different PR, so closing this one.

[GitHub] michal-narajowski closed pull request #643: [RFC] mesh: API and shell commands for PTS testing

2017-11-24 Thread GitBox
michal-narajowski closed pull request #643: [RFC] mesh: API and shell commands for PTS testing URL: https://github.com/apache/mynewt-core/pull/643 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:

[GitHub] michal-narajowski opened a new pull request #677: sys/console: Fix console freeze

2017-11-24 Thread GitBox
michal-narajowski opened a new pull request #677: sys/console: Fix console freeze URL: https://github.com/apache/mynewt-core/pull/677 console_queue_char() may be called from interrupt context and waiting for uart to drain the buffer may cause the console to freeze. In these

[GitHub] utzig opened a new pull request #51: Add missing licenses

2017-11-22 Thread GitBox
utzig opened a new pull request #51: Add missing licenses URL: https://github.com/apache/mynewt-newtmgr/pull/51 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] d3zd3z opened a new pull request #108: RFC: Add support for encrypted private keys

2017-11-22 Thread GitBox
d3zd3z opened a new pull request #108: RFC: Add support for encrypted private keys URL: https://github.com/apache/mynewt-newt/pull/108 DO NOT MERGE YET, need to resolve how to vendor dependencies. This series adds support for PKCS#8/5 RSA and ECDSA private keys. This is a newer

[GitHub] ccollins476ad opened a new pull request #675: apollo2 - Ensure OS tick timer is running.

2017-11-22 Thread GitBox
ccollins476ad opened a new pull request #675: apollo2 - Ensure OS tick timer is running. URL: https://github.com/apache/mynewt-core/pull/675 The code assumes that when it does not reschedule the OS tick timer (STIMER), it will expire on the next OS tick. This assumption failed on the

[GitHub] ccollins476ad closed pull request #675: apollo2 - Ensure OS tick timer is running.

2017-11-22 Thread GitBox
ccollins476ad closed pull request #675: apollo2 - Ensure OS tick timer is running. URL: https://github.com/apache/mynewt-core/pull/675 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] andrzej-kaczmarek opened a new pull request #673: nimble: Various fixes

2017-11-22 Thread GitBox
andrzej-kaczmarek opened a new pull request #673: nimble: Various fixes URL: https://github.com/apache/mynewt-core/pull/673 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] utzig closed pull request #51: Fix issues found by apache-rat

2017-11-23 Thread GitBox
utzig closed pull request #51: Fix issues found by apache-rat URL: https://github.com/apache/mynewt-newtmgr/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 foreign pull

[GitHub] andrzej-kaczmarek closed pull request #96: newt: Workaound incorrectly resolved symbols in 'newt size'

2017-11-23 Thread GitBox
andrzej-kaczmarek closed pull request #96: newt: Workaound incorrectly resolved symbols in 'newt size' URL: https://github.com/apache/mynewt-newt/pull/96 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

[GitHub] andrzej-kaczmarek closed pull request #673: nimble: Various fixes

2017-11-23 Thread GitBox
andrzej-kaczmarek closed pull request #673: nimble: Various fixes URL: https://github.com/apache/mynewt-core/pull/673 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

[GitHub] sjanc closed pull request #671: Extended Advertising API

2017-11-23 Thread GitBox
sjanc closed pull request #671: Extended Advertising API URL: https://github.com/apache/mynewt-core/pull/671 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

[GitHub] vrahane closed pull request #52: remove BuildAdveritser to fix windows build error

2017-11-22 Thread GitBox
vrahane closed pull request #52: remove BuildAdveritser to fix windows build error URL: https://github.com/apache/mynewt-newtmgr/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 provenance: As this is

[GitHub] andrzej-kaczmarek commented on issue #96: newt: Workaound incorrectly resolved symbols in 'newt size'

2017-11-23 Thread GitBox
andrzej-kaczmarek commented on issue #96: newt: Workaound incorrectly resolved symbols in 'newt size' URL: https://github.com/apache/mynewt-newt/pull/96#issuecomment-346553568 since this works fine and fixes the problem I'll merge this now and will take another look (as suggested in

[GitHub] sjanc commented on issue #671: Extended Advertising API

2017-11-22 Thread GitBox
sjanc commented on issue #671: Extended Advertising API URL: https://github.com/apache/mynewt-core/pull/671#issuecomment-346381104 Hi Chris, thanks for review! I think I've fixed all the issues mentioned, and few other bugs as well that I found while working on your comments:-)

[GitHub] cwanda opened a new pull request #341: Updated 1.2.0 install doc to simplify adding new releases

2017-11-23 Thread GitBox
cwanda opened a new pull request #341: Updated 1.2.0 install doc to simplify adding new releases URL: https://github.com/apache/mynewt-site/pull/341 **NOTE: This PR updates the 1.2.0 docs to make it easier to update new releases. It does not have the updates needed for the 1.3.0

[GitHub] mkiiskila closed pull request #684: net/nimble/host unittest; change null initialization to memset.

2017-11-28 Thread GitBox
mkiiskila closed pull request #684: net/nimble/host unittest; change null initialization to memset. URL: https://github.com/apache/mynewt-core/pull/684 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

[GitHub] mkiiskila closed pull request #683: stm32_eth; fix compiler warning.

2017-11-28 Thread GitBox
mkiiskila closed pull request #683: stm32_eth; fix compiler warning. URL: https://github.com/apache/mynewt-core/pull/683 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

[GitHub] mkiiskila commented on issue #53: [DO NOT MERGE] Replace currantlabs dep with go-ble.

2017-11-29 Thread GitBox
mkiiskila commented on issue #53: [DO NOT MERGE] Replace currantlabs dep with go-ble. URL: https://github.com/apache/mynewt-newtmgr/pull/53#issuecomment-348019246 I get this on my MacOS 10.13.1 from this branch: newtmgr -c named_oic --name ci res get public /oic/d 2017/11/29

[GitHub] mkiiskila opened a new pull request #687: add flash_area_getnext_sector(), and knob to select a style of emulated flash in sim

2017-11-30 Thread GitBox
mkiiskila opened a new pull request #687: add flash_area_getnext_sector(), and knob to select a style of emulated flash in sim URL: https://github.com/apache/mynewt-core/pull/687 This is an automated message from the Apache

[GitHub] ccollins476ad commented on issue #686: BLE Host flow control

2017-11-30 Thread GitBox
ccollins476ad commented on issue #686: BLE Host flow control URL: https://github.com/apache/mynewt-core/pull/686#issuecomment-348375749 ## Overview Controller to host flow control (hereon called "flow control") stops the controller from sending more ACL data packets than the host

[GitHub] ccollins476ad commented on issue #686: [DO NOT MERGE] BLE Host flow control

2017-11-30 Thread GitBox
ccollins476ad commented on issue #686: [DO NOT MERGE] BLE Host flow control URL: https://github.com/apache/mynewt-core/pull/686#issuecomment-348375749 ## Overview Controller to host flow control (hereon called "flow control") stops the controller from sending more ACL data packets

[GitHub] ccollins476ad opened a new pull request #688: os_mbuf_pool - Remove unused member

2017-11-30 Thread GitBox
ccollins476ad opened a new pull request #688: os_mbuf_pool - Remove unused member URL: https://github.com/apache/mynewt-core/pull/688 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ccollins476ad opened a new pull request #109: newt - Delete temporary directory after use

2017-11-27 Thread GitBox
ccollins476ad opened a new pull request #109: newt - Delete temporary directory after use URL: https://github.com/apache/mynewt-newt/pull/109 This change involves a modification to the Downloader.DownloadRepo() interface. Previously, this function created a temporary directory and

[GitHub] utzig closed pull request #677: sys/console: Fix console freeze

2017-11-27 Thread GitBox
utzig closed pull request #677: sys/console: Fix console freeze URL: https://github.com/apache/mynewt-core/pull/677 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

[GitHub] utzig closed pull request #676: apps/btshell: Fix compilation with BLE_EXT_ADV disabled

2017-11-27 Thread GitBox
utzig closed pull request #676: apps/btshell: Fix compilation with BLE_EXT_ADV disabled URL: https://github.com/apache/mynewt-core/pull/676 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

[GitHub] utzig closed pull request #110: newt - 1-dev and 1.0-dev should not compare equal

2017-11-28 Thread GitBox
utzig closed pull request #110: newt - 1-dev and 1.0-dev should not compare equal URL: https://github.com/apache/mynewt-newt/pull/110 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] ccollins476ad opened a new pull request #680: Fix arduino primo LED pin (25 --> 20).

2017-11-27 Thread GitBox
ccollins476ad opened a new pull request #680: Fix arduino primo LED pin (25 --> 20). URL: https://github.com/apache/mynewt-core/pull/680 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ccollins476ad opened a new pull request #110: newt - 1-dev and 1.0-dev should not compare equal

2017-11-27 Thread GitBox
ccollins476ad opened a new pull request #110: newt - 1-dev and 1.0-dev should not compare equal URL: https://github.com/apache/mynewt-newt/pull/110 Newt generated some false positives when comparing the desired repo version against an actual version. The problem was that unspecified

[GitHub] ccollins476ad closed pull request #109: newt - Delete temporary directory after use

2017-11-27 Thread GitBox
ccollins476ad closed pull request #109: newt - Delete temporary directory after use URL: https://github.com/apache/mynewt-newt/pull/109 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] ccollins476ad closed pull request #680: Fix arduino primo LED pin (25 --> 20).

2017-11-27 Thread GitBox
ccollins476ad closed pull request #680: Fix arduino primo LED pin (25 --> 20). URL: https://github.com/apache/mynewt-core/pull/680 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] mkiiskila closed pull request #670: MYNEWT-865; flush RXD if needed before starting read operation.

2017-11-22 Thread GitBox
mkiiskila closed pull request #670: MYNEWT-865; flush RXD if needed before starting read operation. URL: https://github.com/apache/mynewt-core/pull/670 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

[GitHub] rymanluk closed pull request #50: oic: Allow to provide GET query parameters

2017-11-22 Thread GitBox
rymanluk closed pull request #50: oic: Allow to provide GET query parameters URL: https://github.com/apache/mynewt-newtmgr/pull/50 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] utzig opened a new pull request #674: Fix issues found by apache-rat

2017-11-22 Thread GitBox
utzig opened a new pull request #674: Fix issues found by apache-rat URL: https://github.com/apache/mynewt-core/pull/674 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ccollins476ad closed pull request #107: newt - Only validate package name once

2017-11-22 Thread GitBox
ccollins476ad closed pull request #107: newt - Only validate package name once URL: https://github.com/apache/mynewt-newt/pull/107 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] mkiiskila closed pull request #672: imgmgr; imgmgr_read_info() was not checking image header magic unless

2017-11-22 Thread GitBox
mkiiskila closed pull request #672: imgmgr; imgmgr_read_info() was not checking image header magic unless URL: https://github.com/apache/mynewt-core/pull/672 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

[GitHub] utzig closed pull request #674: Fix issues found by apache-rat

2017-11-22 Thread GitBox
utzig closed pull request #674: Fix issues found by apache-rat URL: https://github.com/apache/mynewt-core/pull/674 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] mkiiskila opened a new pull request #685: sys/flash_map; add flash_area_getnext_sector().

2017-11-29 Thread GitBox
mkiiskila opened a new pull request #685: sys/flash_map; add flash_area_getnext_sector(). URL: https://github.com/apache/mynewt-core/pull/685 This allows user to query info about sectors within area without having to allocate a (possibly big) array of struct flash_areas.

[GitHub] mkiiskila opened a new pull request #684: net/nimble/host unittest; change null initialization to memset.

2017-11-28 Thread GitBox
mkiiskila opened a new pull request #684: net/nimble/host unittest; change null initialization to memset. URL: https://github.com/apache/mynewt-core/pull/684 This is an automated message from the Apache Git Service. To

[GitHub] ccollins476ad commented on issue #691: WIP - Fix license issues

2017-12-04 Thread GitBox
ccollins476ad commented on issue #691: WIP - Fix license issues URL: https://github.com/apache/mynewt-core/pull/691#issuecomment-349068097 Looks good to me. The `apollo2.ld` file uses the same license as the other ld files. Elsewhere in `LICENSE`, we call these out as a: "modified

[GitHub] mkiiskila commented on issue #687: add flash_area_getnext_sector(), and knob to select a style of emulated flash in sim

2017-11-30 Thread GitBox
mkiiskila commented on issue #687: add flash_area_getnext_sector(), and knob to select a style of emulated flash in sim URL: https://github.com/apache/mynewt-core/pull/687#issuecomment-348407710 Yes, it should. Thanks for pointing that out.

[GitHub] placrosse opened a new pull request #344: correct debug command typo

2017-12-05 Thread GitBox
placrosse opened a new pull request #344: correct debug command typo URL: https://github.com/apache/mynewt-site/pull/344 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] utzig closed pull request #114: Fix license issues

2017-12-05 Thread GitBox
utzig closed pull request #114: Fix license issues URL: https://github.com/apache/mynewt-newt/pull/114 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

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

2017-12-05 Thread GitBox
utzig commented on issue #115: make master newt version ahead of releases URL: https://github.com/apache/mynewt-newt/pull/115#issuecomment-349320057 I believe the process is to merge back the `x_x_x_dev` branch that originated the release candidate to `master` once the new release is

[GitHub] ccollins476ad closed pull request #688: os_mbuf_pool - Remove unused member

2017-12-01 Thread GitBox
ccollins476ad closed pull request #688: os_mbuf_pool - Remove unused member URL: https://github.com/apache/mynewt-core/pull/688 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] mkiiskila closed pull request #687: add flash_area_getnext_sector(), and knob to select a style of emulated flash in sim

2017-12-01 Thread GitBox
mkiiskila closed pull request #687: add flash_area_getnext_sector(), and knob to select a style of emulated flash in sim URL: https://github.com/apache/mynewt-core/pull/687 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] brianpax opened a new pull request #689: Feature/sensor cfg

2017-12-01 Thread GitBox
brianpax opened a new pull request #689: Feature/sensor cfg URL: https://github.com/apache/mynewt-core/pull/689 Abstracted sensor configuration function in sensor driver library This is an automated message from the Apache

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-13 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156611630 ## File path: hw/drivers/sensors/bma2xx/syscfg.yml ## @@ -18,6 +18,48 @@ # syscfg.defs: -BMA2xx_LOG: -description:

  1   2   3   4   5   6   7   8   9   10   >