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

2017-08-07 Thread git
mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API URL: https://github.com/apache/mynewt-core/pull/448#discussion_r131654989 ## File path: hw/bsp/nrf52dk/pkg.yml ## @@ -39,8 +39,8 @@ pkg.cflags: - '-DPDM_ENABLED=0' -

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

2017-08-07 Thread git
mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API URL: https://github.com/apache/mynewt-core/pull/448#discussion_r131653999 ## File path: apps/pwm_test/src/main.c ## @@ -0,0 +1,71 @@ +/** + * Licensed to the Apache Software Foundation

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

2017-08-07 Thread git
mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API URL: https://github.com/apache/mynewt-core/pull/448#discussion_r131653889 ## File path: apps/pwm_test/pkg.yml ## @@ -0,0 +1,35 @@ +# +# Licensed to the Apache Software Foundation (ASF)

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

2017-08-07 Thread git
mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API URL: https://github.com/apache/mynewt-core/pull/448#discussion_r131653790 ## File path: apps/pwm_test/src/main.c ## @@ -0,0 +1,71 @@ +/** + * Licensed to the Apache Software Foundation

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

2017-08-07 Thread git
mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API URL: https://github.com/apache/mynewt-core/pull/448#discussion_r131653813 ## File path: hw/drivers/pwm/src/pwm.c ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache Software Foundation

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

2017-08-07 Thread git
mlaz commented on a change in pull request #448: [WIP DO NOT MERGE] PWM high level API URL: https://github.com/apache/mynewt-core/pull/448#discussion_r131653707 ## File path: apps/pwm_test/src/main.c ## @@ -0,0 +1,71 @@ +/** + * Licensed to the Apache Software Foundation