You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/29 13:49:58 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #5370: stm32:Add OTG ID GPIO disable

davids5 commented on a change in pull request #5370:
URL: https://github.com/apache/incubator-nuttx/pull/5370#discussion_r795054516



##########
File path: arch/arm/src/stm32/Kconfig
##########
@@ -10828,6 +10828,19 @@ endmenu
 
 comment "USB Device Configuration"
 
+menu "OTG Configuration"
+	depends on STM32_OTGFS
+
+config OTG_ID_GPIO_DISABLE
+	bool "Disable the use of GPIO_OTG_ID pin."
+	default n
+	---help---
+		Disables/Enabled the use of GPIO_OTG_ID pin. This allows non OTG use

Review comment:
       @acassis - thanks. Another PR is coming




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org