[GitHub] vrahane commented on issue #1108: Fix/nrf52 i2c hang

2018-05-17 Thread GitBox
vrahane commented on issue #1108: Fix/nrf52 i2c hang URL: https://github.com/apache/mynewt-core/pull/1108#issuecomment-390092001 @benmccrea I think you did not mean to commit the first two changes. Please remove those and update the PR.

[GitHub] 720adams opened a new pull request #423: Update port_bsp.md

2018-05-17 Thread GitBox
720adams opened a new pull request #423: Update port_bsp.md URL: https://github.com/apache/mynewt-site/pull/423 One of the two lines is wrong. I recommend we fix this This is an automated message from the Apache Git Service.

[mynewt-core] branch master updated (8d29b90 -> 59e9cd2)

2018-05-17 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-core.git. from 8d29b90 Merge pull request #1097 from andrzej-kaczmarek/tinycrypt-init add 379d28a Update README with

[GitHub] sjanc closed issue #956: README in net/nimble

2018-05-17 Thread GitBox
sjanc closed issue #956: README in net/nimble URL: https://github.com/apache/mynewt-core/issues/956 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[mynewt-core] 01/01: Merge pull request #1094 from sjanc/readme

2018-05-17 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-core.git commit 59e9cd2e3cdfb867a69f6d2122997eb8768b4ec6 Merge: 8d29b90 379d28a Author: Szymon Janc

[GitHub] sjanc closed pull request #1094: Update README with notes about NimBLE moving to own repo

2018-05-17 Thread GitBox
sjanc closed pull request #1094: Update README with notes about NimBLE moving to own repo URL: https://github.com/apache/mynewt-core/pull/1094 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] SharanIoT commented on issue #1096: nimble dependency error

2018-05-17 Thread GitBox
SharanIoT commented on issue #1096: nimble dependency error URL: https://github.com/apache/mynewt-core/issues/1096#issuecomment-389790986 Hi Michal, After pulling your changes the PWM API errors in the blemesh_light are gone. But encountered the following error: `Error: In

[GitHub] SharanIoT commented on issue #1096: nimble dependency error

2018-05-17 Thread GitBox
SharanIoT commented on issue #1096: nimble dependency error URL: https://github.com/apache/mynewt-core/issues/1096#issuecomment-389795913 Found the problem. There is a copy-paste error in the nrfx52_config.h :) #ifndef NRFX_PWM_DEFAULT_CONFIG_BASE_CLOCK #define

[GitHub] SharanIoT commented on issue #1096: nimble dependency error

2018-05-17 Thread GitBox
SharanIoT commented on issue #1096: nimble dependency error URL: https://github.com/apache/mynewt-core/issues/1096#issuecomment-389790986 Hi Michal, After pulling your changes the PWM API errors in the blemesh_light are gone. But encountered the following error: `Error: In

[GitHub] SharanIoT commented on issue #1096: nimble dependency error

2018-05-17 Thread GitBox
SharanIoT commented on issue #1096: nimble dependency error URL: https://github.com/apache/mynewt-core/issues/1096#issuecomment-389790986 Hi Michal, After pulling your changes the PWM API errors in the blemesh_light are gone. But encountered the following error: `Error: In

[GitHub] SharanIoT commented on issue #1096: nimble dependency error

2018-05-17 Thread GitBox
SharanIoT commented on issue #1096: nimble dependency error URL: https://github.com/apache/mynewt-core/issues/1096#issuecomment-389790986 Hi Michal, After pulling your changes the PWM API errors in the blemesh_light are gone. But encountered the following error: `Error: In

[GitHub] kasjer opened a new pull request #1103: sensor/lis2dw12: Fix lis2dw12_set_tap_cfg

2018-05-17 Thread GitBox
kasjer opened a new pull request #1103: sensor/lis2dw12: Fix lis2dw12_set_tap_cfg URL: https://github.com/apache/mynewt-core/pull/1103 Z tap threshold was wrongly masked with register number LIS2DW12_REG_TAP_THS_Z instead of mask LIS2DW12_TAP_THS_Z_THS.

[GitHub] utzig opened a new pull request #1104: Add STM32 TRNG driver

2018-05-17 Thread GitBox
utzig opened a new pull request #1104: Add STM32 TRNG driver URL: https://github.com/apache/mynewt-core/pull/1104 This was tested on Olimex E407 and Nucleo-F767ZI; should work on any F4 (apart from F401) and F7 as long as clock configuration allows for TRNG usage.

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188980929 ## File path: hw/drivers/pwm/pwm_stm32/src/pwm_stm32.c ## @@ -0,0 +1,626 @@ +/* + * Licensed to the Apache Software

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188975398 ## File path: hw/drivers/pwm/pwm_stm32/src/pwm_stm32.c ## @@ -0,0 +1,626 @@ +/* + * Licensed to the Apache Software

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188964866 ## File path: hw/bsp/nucleo-f303re/src/hal_bsp.c ## @@ -80,7 +80,50 @@ bsp_uart_config(int port) assert(port <

[GitHub] mlaz commented on issue #876: UART logging caused an exception for nrf51 board

2018-05-17 Thread GitBox
mlaz commented on issue #876: UART logging caused an exception for nrf51 board URL: https://github.com/apache/mynewt-core/issues/876#issuecomment-389906547 https://github.com/apache/mynewt-nimble/pull/40 is merged This is an

[GitHub] mlaz closed issue #876: UART logging caused an exception for nrf51 board

2018-05-17 Thread GitBox
mlaz closed issue #876: UART logging caused an exception for nrf51 board URL: https://github.com/apache/mynewt-core/issues/876 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188982831 ## File path: hw/drivers/pwm/pwm_stm32/src/pwm_stm32.c ## @@ -0,0 +1,626 @@ +/* + * Licensed to the Apache Software

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188974269 ## File path: hw/drivers/pwm/pwm_stm32/src/pwm_stm32.c ## @@ -0,0 +1,626 @@ +/* + * Licensed to the Apache Software

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188982069 ## File path: hw/drivers/pwm/pwm_stm32/src/pwm_stm32.c ## @@ -0,0 +1,626 @@ +/* + * Licensed to the Apache Software

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188983271 ## File path: hw/drivers/pwm/pwm_stm32/src/pwm_stm32.c ## @@ -0,0 +1,626 @@ +/* + * Licensed to the Apache Software

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188974104 ## File path: hw/drivers/pwm/pwm_stm32/src/pwm_stm32.c ## @@ -0,0 +1,626 @@ +/* + * Licensed to the Apache Software

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188972514 ## File path: hw/drivers/pwm/pwm_stm32/src/pwm_stm32.c ## @@ -0,0 +1,626 @@ +/* + * Licensed to the Apache Software

[GitHub] mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled

2018-05-17 Thread GitBox
mlaz commented on a change in pull request #1102: Feature/stm32 pwm enabled URL: https://github.com/apache/mynewt-core/pull/1102#discussion_r188964597 ## File path: hw/bsp/nucleo-f303re/src/hal_bsp.c ## @@ -80,7 +80,50 @@ bsp_uart_config(int port) assert(port <

[GitHub] mlaz commented on issue #845: Issues when building for NRF52810

2018-05-17 Thread GitBox
mlaz commented on issue #845: Issues when building for NRF52810 URL: https://github.com/apache/mynewt-core/issues/845#issuecomment-389906880 @alvarop still waiting for your PR :) This is an automated message from the Apache

[GitHub] sterlinghughes commented on issue #74: nmxact; add API to allow CoAP server side operation

2018-05-17 Thread GitBox
sterlinghughes commented on issue #74: nmxact; add API to allow CoAP server side operation URL: https://github.com/apache/mynewt-newtmgr/pull/74#issuecomment-389948240 where are we on merging this? This is an automated

[GitHub] vrahane commented on issue #1088: [WIP] fix self test

2018-05-17 Thread GitBox
vrahane commented on issue #1088: [WIP] fix self test URL: https://github.com/apache/mynewt-core/pull/1088#issuecomment-389954093 Spoke to @InternetofAwesome. This needs some more work. This is an automated message from the

[GitHub] mkiiskila commented on issue #74: nmxact; add API to allow CoAP server side operation

2018-05-17 Thread GitBox
mkiiskila commented on issue #74: nmxact; add API to allow CoAP server side operation URL: https://github.com/apache/mynewt-newtmgr/pull/74#issuecomment-389960505 Yup, ready. This is an automated message from the Apache Git

[GitHub] wes3 opened a new pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
wes3 opened a new pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105 This is the first cut at a TLC5971 driver. This allows the user to control the global brightness and individual RGB leds in each of the four channels of the chip.

[mynewt-newtmgr] 01/01: Merge pull request #76 from mkiiskila/conf_save_nmgr

2018-05-17 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git commit e0ed5a698bd9f5414dc7b53f809725c3947a1ead Merge: 62f0e5d e3a7ec1 Author: mkiiskila AuthorDate:

[GitHub] mkiiskila closed pull request #76: nmxact; add option to include save command as part of config write.

2018-05-17 Thread GitBox
mkiiskila closed pull request #76: nmxact; add option to include save command as part of config write. URL: https://github.com/apache/mynewt-newtmgr/pull/76 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-newtmgr] branch master updated (62f0e5d -> e0ed5a6)

2018-05-17 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git. from 62f0e5d Merge pull request #75 from andrzej-kaczmarek/cli-interactive-fix add e3a7ec1 nmxact; add

[mynewt-core] branch master updated (59e9cd2 -> 9dcf9c8)

2018-05-17 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 59e9cd2 Merge pull request #1094 from sjanc/readme add d6f9223 sensor/lis2dw12: Fix lis2dw12_set_tap_cfg

[mynewt-core] 01/01: Merge pull request #1103 from kasjer/lis2dw12-fix

2018-05-17 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 9dcf9c8c8cf512b86e1936688bce9b05e5acc57a Merge: 59e9cd2 d6f9223 Author: mkiiskila AuthorDate: Thu

[GitHub] mkiiskila closed pull request #1103: sensor/lis2dw12: Fix lis2dw12_set_tap_cfg

2018-05-17 Thread GitBox
mkiiskila closed pull request #1103: sensor/lis2dw12: Fix lis2dw12_set_tap_cfg URL: https://github.com/apache/mynewt-core/pull/1103 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 commented on issue #74: nmxact; add API to allow CoAP server side operation

2018-05-17 Thread GitBox
mkiiskila commented on issue #74: nmxact; add API to allow CoAP server side operation URL: https://github.com/apache/mynewt-newtmgr/pull/74#issuecomment-389953161 I ran into a snag with this today. There is a small issue here. I'll have to amend this PR with few additional lines of code.

[GitHub] benmccrea opened a new pull request #1108: Fix/nrf52 i2c hang

2018-05-17 Thread GitBox
benmccrea opened a new pull request #1108: Fix/nrf52 i2c hang URL: https://github.com/apache/mynewt-core/pull/1108 The nRF52 TWI peripheral (I2C master) gets in a weird state when writing a reset byte out to the lp5523 (LED driver chip). Once in this state, the TWI will fail to output

[GitHub] sdalu commented on issue #1055: hw/util: blinker/beeper implementation

2018-05-17 Thread GitBox
sdalu commented on issue #1055: hw/util: blinker/beeper implementation URL: https://github.com/apache/mynewt-core/pull/1055#issuecomment-389994885 Coding style has been fixed, and now only using one callout This is an

[GitHub] mkiiskila opened a new issue #77: update vendored tarm/serial

2018-05-17 Thread GitBox
mkiiskila opened a new issue #77: update vendored tarm/serial URL: https://github.com/apache/mynewt-newtmgr/issues/77 This has a bug with the flush implementation for linux This is an automated message from the Apache Git

[mynewt-core] branch coverity_scan updated: Fix

2018-05-17 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch coverity_scan in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/coverity_scan by this push: new 55256cc Fix 55256cc is

[mynewt-core] branch coverity_scan updated: Full gcc path in cov-configure

2018-05-17 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch coverity_scan in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/coverity_scan by this push: new 872327f Full gcc path in

[mynewt-core] branch coverity_scan updated: Revert full gcc path, dump build-lig.txt

2018-05-17 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch coverity_scan in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/coverity_scan by this push: new 41195d3 Revert full gcc

[mynewt-core] branch coverity_scan updated: Add template, grep [ERROR]s

2018-05-17 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch coverity_scan in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/coverity_scan by this push: new 9120703 Add template, grep

[GitHub] alvarop opened a new pull request #1106: [WIP] NRF52810 Support

2018-05-17 Thread GitBox
alvarop opened a new pull request #1106: [WIP] NRF52810 Support URL: https://github.com/apache/mynewt-core/pull/1106 This PR hopes to add support for the NRF52810 series. It fixes the issues addressed in #845 (AFAIK) It does require updating to the CMSIS 5 header, which are also

[GitHub] vrahane commented on a change in pull request #1088: [WIP] fix self test

2018-05-17 Thread GitBox
vrahane commented on a change in pull request #1088: [WIP] fix self test URL: https://github.com/apache/mynewt-core/pull/1088#discussion_r189122242 ## File path: hw/drivers/sensors/lis2dw12/src/lis2dw12.c ## @@ -1863,60 +1915,94 @@ int lis2dw12_get_int1_on_int2_map(struct

[GitHub] InternetofAwesome commented on issue #1088: fix self test

2018-05-17 Thread GitBox
InternetofAwesome commented on issue #1088: fix self test URL: https://github.com/apache/mynewt-core/pull/1088#issuecomment-390027070 Allright, ready for review This is an automated message from the Apache Git Service. To

[GitHub] vrahane commented on a change in pull request #1088: [WIP] fix self test

2018-05-17 Thread GitBox
vrahane commented on a change in pull request #1088: [WIP] fix self test URL: https://github.com/apache/mynewt-core/pull/1088#discussion_r189121986 ## File path: hw/drivers/sensors/lis2dw12/src/lis2dw12.c ## @@ -1863,60 +1915,94 @@ int lis2dw12_get_int1_on_int2_map(struct

[GitHub] vrahane commented on a change in pull request #1088: [WIP] fix self test

2018-05-17 Thread GitBox
vrahane commented on a change in pull request #1088: [WIP] fix self test URL: https://github.com/apache/mynewt-core/pull/1088#discussion_r189121625 ## File path: hw/drivers/sensors/lis2dw12/src/lis2dw12.c ## @@ -1863,60 +1915,94 @@ int lis2dw12_get_int1_on_int2_map(struct

[GitHub] vrahane commented on a change in pull request #1088: [WIP] fix self test

2018-05-17 Thread GitBox
vrahane commented on a change in pull request #1088: [WIP] fix self test URL: https://github.com/apache/mynewt-core/pull/1088#discussion_r189122099 ## File path: hw/drivers/sensors/lis2dw12/src/lis2dw12.c ## @@ -1863,60 +1915,94 @@ int lis2dw12_get_int1_on_int2_map(struct

[GitHub] vrahane commented on a change in pull request #1088: [WIP] fix self test

2018-05-17 Thread GitBox
vrahane commented on a change in pull request #1088: [WIP] fix self test URL: https://github.com/apache/mynewt-core/pull/1088#discussion_r189122190 ## File path: hw/drivers/sensors/lis2dw12/src/lis2dw12.c ## @@ -1863,60 +1915,94 @@ int lis2dw12_get_int1_on_int2_map(struct

[GitHub] vrahane commented on a change in pull request #1088: [WIP] fix self test

2018-05-17 Thread GitBox
vrahane commented on a change in pull request #1088: [WIP] fix self test URL: https://github.com/apache/mynewt-core/pull/1088#discussion_r189121881 ## File path: hw/drivers/sensors/lis2dw12/src/lis2dw12.c ## @@ -1863,60 +1915,94 @@ int lis2dw12_get_int1_on_int2_map(struct

[GitHub] InternetofAwesome commented on issue #1088: [WIP] fix self test

2018-05-17 Thread GitBox
InternetofAwesome commented on issue #1088: [WIP] fix self test URL: https://github.com/apache/mynewt-core/pull/1088#issuecomment-390027070 Allright, ready for review This is an automated message from the Apache Git

[GitHub] wes3 commented on issue #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
wes3 commented on issue #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#issuecomment-390038688 Thanks for the review Jerzy! I addressed all of your comments except the global buffer as opposed to stack. Since it is fairly small I decided to leave

[GitHub] kasjer commented on issue #1103: sensor/lis2dw12: Fix lis2dw12_set_tap_cfg

2018-05-17 Thread GitBox
kasjer commented on issue #1103: sensor/lis2dw12: Fix lis2dw12_set_tap_cfg URL: https://github.com/apache/mynewt-core/pull/1103#issuecomment-389974594 @vrahane It was not possible to set certain threshold I tried set 7 to all off them but Z did not get set

[GitHub] vrahane commented on issue #1103: sensor/lis2dw12: Fix lis2dw12_set_tap_cfg

2018-05-17 Thread GitBox
vrahane commented on issue #1103: sensor/lis2dw12: Fix lis2dw12_set_tap_cfg URL: https://github.com/apache/mynewt-core/pull/1103#issuecomment-389990100 Ok, sounds fine. We are not using 7 as a threshold value for double taps, hence probably missing this issue. Thank you for fixing it.

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189097925 ## File path: hw/drivers/tlc5971/src/tlc5971.c ## @@ -0,0 +1,270 @@ +/** + * Licensed to the Apache Software

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189098809 ## File path: hw/drivers/tlc5971/src/tlc5971.c ## @@ -0,0 +1,270 @@ +/** + * Licensed to the Apache Software

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189093124 ## File path: hw/drivers/tlc5971/include/tlc5971/tlc5971.h ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189096658 ## File path: hw/drivers/tlc5971/src/tlc5971.c ## @@ -0,0 +1,270 @@ +/** + * Licensed to the Apache Software

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189096053 ## File path: hw/drivers/tlc5971/src/tlc5971.c ## @@ -0,0 +1,270 @@ +/** + * Licensed to the Apache Software

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189093913 ## File path: hw/drivers/tlc5971/include/tlc5971/tlc5971.h ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189094036 ## File path: hw/drivers/tlc5971/include/tlc5971/tlc5971.h ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189094433 ## File path: hw/drivers/tlc5971/src/tlc5971.c ## @@ -0,0 +1,270 @@ +/** + * Licensed to the Apache Software

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189095733 ## File path: hw/drivers/tlc5971/include/tlc5971/tlc5971.h ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache

[GitHub] kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
kasjer commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189098457 ## File path: hw/drivers/tlc5971/src/tlc5971.c ## @@ -0,0 +1,270 @@ +/** + * Licensed to the Apache Software

[mynewt-core] branch coverity_scan updated: Remove group, remove gcc flags

2018-05-17 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch coverity_scan in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/coverity_scan by this push: new 7b37f22 Remove group, remove

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

2018-05-17 Thread GitBox
jacobrosenthal commented on issue #948: Sensors: lis2ds12 URL: https://github.com/apache/mynewt-core/pull/948#issuecomment-390011594 An attempt at following but theres been so many refactors Im sure Ive broken everything. @matthewwarnes could you post any code, or better yet PR it as an

[GitHub] ccollins476ad opened a new pull request #166: newt test - test all descendent packages.

2018-05-17 Thread GitBox
ccollins476ad opened a new pull request #166: newt test - test all descendent packages. URL: https://github.com/apache/mynewt-newt/pull/166 If the user specifies a non-unittest package as the argument to `newt test `, newt attempts to test every unittest package that is a descendent of

[GitHub] andrzej-kaczmarek opened a new pull request #1107: SystemView updates

2018-05-17 Thread GitBox
andrzej-kaczmarek opened a new pull request #1107: SystemView updates URL: https://github.com/apache/mynewt-core/pull/1107 This provides better integration of SystemView into Mynewt. Changes include: * renamed `os_trace_` APIs so the names are more consistent * changed all `os_trace_`

[GitHub] vrahane commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
vrahane commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189127498 ## File path: hw/drivers/tlc5971/src/tlc5971.c ## @@ -0,0 +1,270 @@ +/** + * Licensed to the Apache Software

[GitHub] andrzej-kaczmarek opened a new pull request #100: nimble/ll: Use simply memcpy for copying in resolv

2018-05-17 Thread GitBox
andrzej-kaczmarek opened a new pull request #100: nimble/ll: Use simply memcpy for copying in resolv URL: https://github.com/apache/mynewt-nimble/pull/100 Copying data by words requires both src and dst to be word aligned, but fc4497b78 modified ble_ll_resolv_entry struct so neither

[GitHub] wes3 commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver

2018-05-17 Thread GitBox
wes3 commented on a change in pull request #1105: hw/drivers: Add TLC5971 driver URL: https://github.com/apache/mynewt-core/pull/1105#discussion_r189133913 ## File path: hw/drivers/tlc5971/src/tlc5971.c ## @@ -0,0 +1,270 @@ +/** + * Licensed to the Apache Software

[GitHub] wes3 commented on issue #100: nimble/ll: Use simply memcpy for copying in resolv

2018-05-17 Thread GitBox
wes3 commented on issue #100: nimble/ll: Use simply memcpy for copying in resolv URL: https://github.com/apache/mynewt-nimble/pull/100#issuecomment-390058104 Not sure it matters any longer, but I have recollections that there was not enough time in the past and that this code was