You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2022/03/07 18:41:22 UTC

[mynewt-core] 02/02: bsp/black_vet6: Set USB_DP_HAS_EXTERNAL_PULL_UP to 1

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

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

commit 43f53eedb919acb5e59c811609153cfdb4e9ff1e
Author: Jerzy Kasenberg <je...@apache.org>
AuthorDate: Sat Mar 5 11:59:07 2022 +0100

    bsp/black_vet6: Set USB_DP_HAS_EXTERNAL_PULL_UP to 1
    
    Black_vet6 boards have D+ line with external pullup.
    To handle software resets this line needs to go down.
    This sets up USB_DP_HAS_EXTERNAL_PULL_UP to 1 so application
    or target does not have to specify this.
---
 hw/bsp/black_vet6/syscfg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/bsp/black_vet6/syscfg.yml b/hw/bsp/black_vet6/syscfg.yml
index 3fe20e1..eaf2501 100644
--- a/hw/bsp/black_vet6/syscfg.yml
+++ b/hw/bsp/black_vet6/syscfg.yml
@@ -108,3 +108,5 @@ syscfg.vals:
     TIMER_0_TIM: 'TIM2'
     TIMER_1_TIM: 'TIM3'
     TIMER_2_TIM: 'TIM4'
+
+    USB_DP_HAS_EXTERNAL_PULL_UP: 1