From 0b2bbf8c971e04d3f8a21119a398e8d7f5b57691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 24 Nov 2020 16:10:56 +0100 Subject: [PATCH] libopencm3: use branch with OTG fix because the MINIF4 board does not have an optional pull-up resistor on D+, the device is not enumerated without this fix. this fix is not yet in official libopencm3 master. --- .gitmodules | 3 ++- libopencm3 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1a85cc2..6707cec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,5 @@ [submodule "libopencm3"] path = libopencm3 - url = https://github.com/libopencm3/libopencm3 + url = https://github.com/manuelbl/libopencm3 ignore = all + branch = no-vbus-sensing diff --git a/libopencm3 b/libopencm3 index cb0661f..2b603ff 160000 --- a/libopencm3 +++ b/libopencm3 @@ -1 +1 @@ -Subproject commit cb0661f81de5b1cae52ca99c7b5985b678176db7 +Subproject commit 2b603ff2af1ca41af5dc48c3b3e237a9cee9e7e7