anchao commented on code in PR #11707:
URL: https://github.com/apache/nuttx/pull/11707#discussion_r1498462023


##########
arch/tricore/src/.gitignore:
##########
@@ -0,0 +1,4 @@
+/locked.r

Review Comment:
   let me remove



##########
arch/tricore/src/tc3xx/Kconfig:
##########
@@ -0,0 +1,28 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+comment "TC3XX Configuration Options"
+
+menu "TC3XX Peripheral Support"
+
+# These "hidden" settings determine whether a peripheral option is available
+# for the selected MCU
+
+config TC3XX_HAVE_UART0
+       bool
+       default y

Review Comment:
   Done



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to