[GitHub] mkiiskila opened a new pull request #477: nrf51 ble; fix compilation when BLE_LL_CFG_FEAT_LL_PRIVACY is not set.

2017-08-02 Thread git
mkiiskila opened a new pull request #477: nrf51 ble; fix compilation when BLE_LL_CFG_FEAT_LL_PRIVACY is not set. URL: https://github.com/apache/mynewt-core/pull/477 This is an automated message from the Apache Git Service

[GitHub] mkiiskila closed pull request #477: nrf51 ble; fix compilation when BLE_LL_CFG_FEAT_LL_PRIVACY is not set.

2017-08-02 Thread git
mkiiskila closed pull request #477: nrf51 ble; fix compilation when BLE_LL_CFG_FEAT_LL_PRIVACY is not set. URL: https://github.com/apache/mynewt-core/pull/477 This is an automated message from the Apache Git Service. To

[GitHub] michal-narajowski commented on issue #77: Create compile_commands.json file on build

2017-08-03 Thread git
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

[GitHub] michal-narajowski commented on issue #469: sys/shell: fix shell_evq_set not updating console queues

2017-08-03 Thread git
. 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

[GitHub] michal-narajowski closed pull request #469: sys/shell: fix shell_evq_set not updating console queues

2017-08-03 Thread git
michal-narajowski closed pull request #469: sys/shell: fix shell_evq_set not updating console queues URL: https://github.com/apache/mynewt-core/pull/469 This is an automated message from the Apache Git Service. To respond

[GitHub] michal-narajowski commented on issue #470: btshell: port changes from bletiny from the last few months

2017-08-03 Thread git
. 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

[GitHub] michal-narajowski closed pull request #470: btshell: port changes from bletiny from the last few months

2017-08-03 Thread git
michal-narajowski closed pull request #470: btshell: port changes from bletiny from the last few months URL: https://github.com/apache/mynewt-core/pull/470 This is an automated message from the Apache Git Service. To

[GitHub] mkiiskila opened a new pull request #478: MCUs; remove dependency on compiler package, bsp has this already.

2017-08-04 Thread git
mkiiskila opened a new pull request #478: MCUs; remove dependency on compiler package, bsp has this already. URL: https://github.com/apache/mynewt-core/pull/478 This is an automated message from the Apache Git Service. To

[GitHub] mkiiskila closed pull request #478: MCUs; remove dependency on compiler package, bsp has this already.

2017-08-04 Thread git
mkiiskila closed pull request #478: MCUs; remove dependency on compiler package, bsp has this already. URL: https://github.com/apache/mynewt-core/pull/478 This is an automated message from the Apache Git Service. To

[GitHub] ccollins476ad closed pull request #16: MYNEWT-822 newtmgr - Native BLE - reconnect on immediate supervision timeout

2017-08-04 Thread git
ccollins476ad closed pull request #16: MYNEWT-822 newtmgr - Native BLE - reconnect on immediate supervision timeout URL: https://github.com/apache/mynewt-newtmgr/pull/16 This is an automated message from the Apache Git

[GitHub] ccollins476ad closed pull request #15: MYNEWT-821 newtmgr - Try harder to recover from disconnect during image upload

2017-08-04 Thread git
ccollins476ad closed pull request #15: MYNEWT-821 newtmgr - Try harder to recover from disconnect during image upload URL: https://github.com/apache/mynewt-newtmgr/pull/15 This is an automated message from the Apache Git

[GitHub] cwanda opened a new pull request #302: Fixed note about bno055 shell command setting.

2017-08-05 Thread git
ed 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] sjanc closed pull request #17: merge 1_1_0_dev into master

2017-08-07 Thread git
sjanc closed pull request #17: merge 1_1_0_dev into master URL: https://github.com/apache/mynewt-newtmgr/pull/17 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] sjanc closed pull request #83: Remove "incubating" and updated version number.

2017-08-07 Thread git
sjanc closed pull request #83: Remove "incubating" and updated version number. URL: https://github.com/apache/mynewt-newt/pull/83 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] IMGJulian commented on a change in pull request #474: PIC32: Fix stack align

2017-08-07 Thread git
suggestion, it seems much nicer than using a `uint64_t` to me. `typedef uint32_t __attribute__((aligned(8))) os_stack_t;` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub a

[GitHub] IMGJulian commented on a change in pull request #474: PIC32: Fix stack align

2017-08-07 Thread git
suggestion, it seems much nicer than using a `uint64_t` to me. 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 que

[GitHub] mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API

2017-08-07 Thread git
omated 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] mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API

2017-08-07 Thread git
- 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] mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API

2017-08-07 Thread git
1); + +chan_conf.pin = LED_2; +pwm_chan_config(pwm, 1, &chan_conf); +pwm_enable_duty_cycle(pwm, 1, value/10); + +//changing frequency while playing Review comment: Changed as requested. ---- This is an au

[GitHub] mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API

2017-08-07 Thread git
newt_nordic/hw/drivers/pwm/pwm_nrf52" Review comment: Changed as requested. -------- 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 specif

[GitHub] mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API

2017-08-07 Thread git
w comment: Changed as requested. 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

[GitHub] mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API

2017-08-07 Thread git
hanged PWM1_ENABLED and PWM2_ENABLED values to 0. Waiting for further instructions/requests on this. ---- 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

[GitHub] mlaz closed pull request #442: Enabeling PWM1 and PWM2 on nrf52dk bsp

2017-08-07 Thread git
mlaz closed pull request #442: Enabeling PWM1 and PWM2 on nrf52dk bsp URL: https://github.com/apache/mynewt-core/pull/442 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] mlaz commented on issue #442: Enabeling PWM1 and PWM2 on nrf52dk bsp

2017-08-07 Thread git
. 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] IMGJulian commented on a change in pull request #474: PIC32: Fix stack align

2017-08-07 Thread git
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] mkiiskila commented on a change in pull request #474: PIC32: Fix stack align

2017-08-07 Thread git
d if it turns out not to be enough, we'll modify this further. 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 qu

[GitHub] ccollins476ad opened a new pull request #479: Allow GATT services to be registered after startup

2017-08-07 Thread git
unexpected * error. */ int ble_gatts_start(void) 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. F

[GitHub] ccollins476ad commented on a change in pull request #472: Sensor evq

2017-08-07 Thread git
--- 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] ccollins476ad closed pull request #479: Allow GATT services to be registered after startup

2017-08-07 Thread git
ccollins476ad closed pull request #479: Allow GATT services to be registered after startup URL: https://github.com/apache/mynewt-core/pull/479 This is an automated message from the Apache Git Service. To respond to the

[GitHub] ccollins476ad opened a new pull request #480: Allow GATT services to be registered after startup

2017-08-07 Thread git
unexpected * error. */ int ble_gatts_start(void) ``` 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 comm

[GitHub] vrahane commented on a change in pull request #472: Sensor evq

2017-08-07 Thread git
t Chris. Will fix it. 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] andrzej-kaczmarek opened a new pull request #84: Add option to launch build command using /bin/sh

2017-08-08 Thread git
applicable only for Linux and MacOS platforms. 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 abou

[GitHub] rymanluk closed pull request #476: nimble/controller: Fix for privacy mode

2017-08-08 Thread git
rymanluk closed pull request #476: nimble/controller: Fix for privacy mode URL: https://github.com/apache/mynewt-core/pull/476 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] IMGJulian commented on a change in pull request #474: PIC32: Fix stack align

2017-08-08 Thread git
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] IMGJulian commented on a change in pull request #474: PIC32: Fix stack align

2017-08-08 Thread git
ery time I want to access the FPU context. 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

[GitHub] sjanc commented on issue #84: Add option to launch build command using /bin/sh

2017-08-08 Thread git
ilds tests)? 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] sjanc closed pull request #84: Add option to launch build command using /bin/sh

2017-08-08 Thread git
sjanc closed pull request #84: Add option to launch build command using /bin/sh URL: https://github.com/apache/mynewt-newt/pull/84 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ccollins476ad opened a new pull request #481: oic: Per-resource transport layer sec requirements

2017-08-08 Thread git
ned in the CoAP spec. 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, plea

[GitHub] vrahane closed pull request #472: Sensor evq

2017-08-08 Thread git
vrahane closed pull request #472: Sensor evq URL: https://github.com/apache/mynewt-core/pull/472 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] mkiiskila commented on a change in pull request #474: PIC32: Fix stack align

2017-08-08 Thread git
uld make sense to do that via a separate pull request? So that we can get this stack alignment issue fixed sooner rather than later. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] rymanluk closed pull request #461: nimble/controller: Improve scanner

2017-08-09 Thread git
rymanluk closed pull request #461: nimble/controller: Improve scanner URL: https://github.com/apache/mynewt-core/pull/461 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] andrzej-kaczmarek opened a new pull request #85: Escape quotes in command string when running using shell

2017-08-09 Thread git
andrzej-kaczmarek opened a new pull request #85: Escape quotes in command string when running using shell URL: https://github.com/apache/mynewt-newt/pull/85 This is an automated message from the Apache Git Service. To

[GitHub] andrzej-kaczmarek closed pull request #85: Escape quotes in command string when running using shell

2017-08-09 Thread git
andrzej-kaczmarek closed pull request #85: Escape quotes in command string when running using shell URL: https://github.com/apache/mynewt-newt/pull/85 This is an automated message from the Apache Git Service. To respond to

[GitHub] ccollins476ad opened a new pull request #482: BLE Host - Auto own-addr-type values

2017-08-09 Thread git
-- 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] aditihilbert closed pull request #302: Fixed note about bno055 shell command setting.

2017-08-09 Thread git
aditihilbert closed pull request #302: Fixed note about bno055 shell command setting. URL: https://github.com/apache/mynewt-site/pull/302 This is an automated message from the Apache Git Service. To respond to the message

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

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

[GitHub] sjanc commented on issue #480: Allow GATT services to be registered after startup

2017-08-09 Thread git
libraries. 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 Infrastruct

[GitHub] IMGJulian commented on a change in pull request #474: PIC32: Fix stack align

2017-08-10 Thread git
take me a bit of time though, I have a lot on at the moment! 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

[GitHub] ccollins476ad closed pull request #482: BLE Host - Auto own-addr-type values

2017-08-10 Thread git
ccollins476ad closed pull request #482: BLE Host - Auto own-addr-type values URL: https://github.com/apache/mynewt-core/pull/482 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ccollins476ad commented on issue #480: Allow GATT services to be registered after startup

2017-08-10 Thread git
look. 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] ccollins476ad opened a new pull request #483: BLE Host - Automatic own-addr-type resolution

2017-08-10 Thread git
s it uses, it can just use whatever is available. 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 t

[GitHub] ccollins476ad commented on issue #480: Allow GATT services to be registered after startup

2017-08-10 Thread git
e the ability to reset its GATT state and accept new service registration calls. 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 spe

[GitHub] ccollins476ad commented on issue #480: Allow GATT services to be registered after startup

2017-08-10 Thread git
e and accept new service registration calls. 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 se

[GitHub] ccollins476ad opened a new pull request #86: newt - Fix handling of private github repos.

2017-08-10 Thread git
ly used if 'password' is empty. 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] mkiiskila opened a new pull request #484: native/hal_uart; TX once for every RX in poller

2017-08-10 Thread git
ed 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] michal-narajowski closed pull request #77: Create compile_commands.json file on build

2017-08-11 Thread git
michal-narajowski closed pull request #77: Create compile_commands.json file on build URL: https://github.com/apache/mynewt-newt/pull/77 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] wes3 opened a new pull request #485: nimble/bletest: fix bletest build

2017-08-11 Thread git
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] wes3 opened a new pull request #486: hw/mcu/nordic: HFXO was not being turned on by hal timer

2017-08-11 Thread git
nt to turn on these timers they want it more accurate than the HFINT (which I have seen be 6000 ppm off!) This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] wes3 closed pull request #485: nimble/bletest: fix bletest build

2017-08-11 Thread git
wes3 closed pull request #485: nimble/bletest: fix bletest build URL: https://github.com/apache/mynewt-core/pull/485 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] wes3 closed pull request #486: hw/mcu/nordic: HFXO was not being turned on by hal timer

2017-08-11 Thread git
wes3 closed pull request #486: hw/mcu/nordic: HFXO was not being turned on by hal timer URL: https://github.com/apache/mynewt-core/pull/486 This is an automated message from the Apache Git Service. To respond to the

[GitHub] ccollins476ad opened a new pull request #87: newt - Fix crash during "newt test" command.

2017-08-11 Thread git
de for determining a builder's test package. Now that the Builder struct has a dedicated field for this information, this code is unnecessary and has been removed. This is an automated message from the Apache Git Service.

[GitHub] wes3 opened a new pull request #487: Coverity fixes

2017-08-11 Thread git
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] ccollins476ad opened a new pull request #488: Delay start events until end of main()

2017-08-11 Thread git
e their package. 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 Infras

[GitHub] mkiiskila closed pull request #484: native/hal_uart; TX once for every RX in poller

2017-08-12 Thread git
mkiiskila closed pull request #484: native/hal_uart; TX once for every RX in poller URL: https://github.com/apache/mynewt-core/pull/484 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] mkiiskila commented on issue #448: [WIP DO NOT MERGE] PWM high level API

2017-08-12 Thread git
? 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] ccollins476ad commented on issue #488: Delay start events until end of main()

2017-08-12 Thread git
. 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] ccollins476ad closed pull request #488: Delay start events until end of main()

2017-08-12 Thread git
ccollins476ad closed pull request #488: Delay start events until end of main() URL: https://github.com/apache/mynewt-core/pull/488 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ccollins476ad closed pull request #87: newt - Fix crash during `newt test` and `newt run` commands.

2017-08-13 Thread git
ccollins476ad closed pull request #87: newt - Fix crash during `newt test` and `newt run` commands. URL: https://github.com/apache/mynewt-newt/pull/87 This is an automated message from the Apache Git Service. To respond to

[GitHub] IMGJulian closed pull request #474: PIC32: Fix stack align

2017-08-14 Thread git
IMGJulian closed pull request #474: PIC32: Fix stack align URL: https://github.com/apache/mynewt-core/pull/474 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] michal-narajowski opened a new pull request #88: [RFC] Add option to generate CMakeLists.txt file for a target

2017-08-14 Thread git
. Usage: newt target cmake 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

[GitHub] wes3 closed pull request #487: Coverity fixes

2017-08-14 Thread git
wes3 closed pull request #487: Coverity fixes URL: https://github.com/apache/mynewt-core/pull/487 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] ccollins476ad commented on issue #88: [RFC] Add option to generate CMakeLists.txt file for a target

2017-08-14 Thread git
wNewtError(err.Error()) } ``` `NewTargetBuilder()` already returns a NewtError, so this code can just return `err` unadorned. By returning the original error, you preserve the stack trace. This is an automated message from the Ap

[GitHub] aditihilbert opened a new pull request #304: Updated the upcoming events

2017-08-14 Thread git
aditihilbert opened a new pull request #304: Updated the upcoming events URL: https://github.com/apache/mynewt-site/pull/304 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] aditihilbert closed pull request #304: Updated the upcoming events

2017-08-14 Thread git
aditihilbert closed pull request #304: Updated the upcoming events URL: https://github.com/apache/mynewt-site/pull/304 This is an automated message from the Apache Git Service. To respond to the message, please log on

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

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

[GitHub] mkiiskila opened a new pull request #18: nmxact; allow PUT with payload.

2017-08-15 Thread git
mkiiskila opened a new pull request #18: nmxact; allow PUT with payload. URL: https://github.com/apache/mynewt-newtmgr/pull/18 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] mkiiskila closed pull request #18: nmxact; allow PUT with payload.

2017-08-15 Thread git
mkiiskila closed pull request #18: nmxact; allow PUT with payload. URL: https://github.com/apache/mynewt-newtmgr/pull/18 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] mkiiskila opened a new pull request #19: nmxact; allow PUT with payload

2017-08-15 Thread git
mkiiskila opened a new pull request #19: nmxact; allow PUT with payload URL: https://github.com/apache/mynewt-newtmgr/pull/19 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] mkiiskila closed pull request #19: nmxact; allow PUT with payload

2017-08-15 Thread git
mkiiskila closed pull request #19: nmxact; allow PUT with payload URL: https://github.com/apache/mynewt-newtmgr/pull/19 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 #20: Post delete

2017-08-15 Thread git
transports (serial and UDP). 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

[GitHub] sjanc opened a new pull request #489: Random fixes for issues reported by static analysis

2017-08-16 Thread git
sjanc opened a new pull request #489: Random fixes for issues reported by static analysis URL: https://github.com/apache/mynewt-core/pull/489 This is an automated message from the Apache Git Service. To respond to the

[GitHub] sjanc opened a new pull request #490: nimble/host: Refactor HCI commands sending functions

2017-08-16 Thread git
her. 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

[GitHub] ccollins476ad closed pull request #480: Allow GATT services to be registered after startup

2017-08-16 Thread git
ccollins476ad closed pull request #480: Allow GATT services to be registered after startup URL: https://github.com/apache/mynewt-core/pull/480 This is an automated message from the Apache Git Service. To respond to the

[GitHub] wes3 opened a new pull request #491: MYNEWT-801: Lora API

2017-08-16 Thread git
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] InternetofAwesome opened a new pull request #492: [wip - don't merge] Fix/rc timer

2017-08-16 Thread git
InternetofAwesome opened a new pull request #492: [wip - don't merge] Fix/rc timer URL: https://github.com/apache/mynewt-core/pull/492 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] ccollins476ad closed pull request #20: Post delete

2017-08-16 Thread git
ccollins476ad closed pull request #20: Post delete URL: https://github.com/apache/mynewt-newtmgr/pull/20 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] sjanc commented on issue #490: nimble/host: Refactor HCI commands sending functions

2017-08-17 Thread git
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] sjanc commented on issue #490: nimble/host: Refactor HCI commands sending functions

2017-08-17 Thread git
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] sjanc closed pull request #489: Random fixes for issues reported by static analysis

2017-08-17 Thread git
sjanc closed pull request #489: Random fixes for issues reported by static analysis URL: https://github.com/apache/mynewt-core/pull/489 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] cwanda opened a new pull request #306: Fixed broken link

2017-08-17 Thread git
cwanda opened a new pull request #306: Fixed broken link URL: https://github.com/apache/mynewt-site/pull/306 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] mkiiskila closed pull request #306: Fixed broken link

2017-08-17 Thread git
mkiiskila closed pull request #306: Fixed broken link URL: https://github.com/apache/mynewt-site/pull/306 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] aditihilbert closed pull request #290: [DO NOT MERGE THIS UNTIL sensor apps are in apple and play store] Add links and notes about the mynewt smart device app.

2017-08-17 Thread git
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] aditihilbert closed pull request #307: automated asf-site build

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

[GitHub] sterlinghughes commented on issue #491: MYNEWT-801: Lora API

2017-08-17 Thread git
sterlinghughes commented on issue #491: MYNEWT-801: Lora API URL: https://github.com/apache/mynewt-core/pull/491#issuecomment-323136707 tremendous! This is an automated message from the Apache Git Service. To respond to the

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

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

[GitHub] ccollins476ad commented on issue #490: nimble/host: Refactor HCI commands sending functions

2017-08-17 Thread git
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] wes3 closed pull request #491: MYNEWT-801: Lora API

2017-08-17 Thread git
wes3 closed pull request #491: MYNEWT-801: Lora API URL: https://github.com/apache/mynewt-core/pull/491 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] mlaz commented on issue #448: PWM high level API

2017-08-17 Thread git
. 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

[GitHub] mlaz commented on issue #448: PWM high level API

2017-08-17 Thread git
. 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

[GitHub] wes3 commented on issue #492: Add ability to configure RC timer for RTC on nRF51

2017-08-17 Thread git
. 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

<    4   5   6   7   8   9   10   11   12   13   >