You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2017/10/11 22:10:43 UTC

[mynewt-core] branch master updated: Add conditional dep for SOFT_PWM for nrf52dk bsp

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a796e7  Add conditional dep for SOFT_PWM for nrf52dk bsp
6a796e7 is described below

commit 6a796e7494686ae83214c1cb34af6ff968edea5e
Author: Vipul Rahane <vi...@apache.org>
AuthorDate: Wed Oct 11 15:08:47 2017 -0700

    Add conditional dep for SOFT_PWM for nrf52dk bsp
---
 hw/bsp/nrf52dk/pkg.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hw/bsp/nrf52dk/pkg.yml b/hw/bsp/nrf52dk/pkg.yml
index 0c9f42d..e00450a 100644
--- a/hw/bsp/nrf52dk/pkg.yml
+++ b/hw/bsp/nrf52dk/pkg.yml
@@ -96,3 +96,6 @@ pkg.deps.UART_1:
 
 pkg.deps.PWM:
     - "@mynewt_nordic/hw/drivers/pwm/pwm_nrf52"
+
+pkg.deps.SOFT_PWM:
+    - hw/drivers/pwm/soft_pwm

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].