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 2020/12/04 06:26:42 UTC

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2463: boards: Added Teensy-4.x BSP

btashton commented on a change in pull request #2463:
URL: https://github.com/apache/incubator-nuttx/pull/2463#discussion_r535865150



##########
File path: boards/arm/imxrt/teensy-4.x/Kconfig
##########
@@ -0,0 +1,36 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+if ARCH_BOARD_TEENSY_4X
+choice
+	prompt "Boot Flash"
+	default TEENSY4_QSPI_FLASH
+
+config TEENSY4_QSPI_FLASH
+	bool "QSPI Flash"
+
+endchoice # Boot Flash
+
+choice
+	prompt "Board configuration"
+
+config TEENSY_40
+	bool "Teensy 4.0"
+
+config TEENSY_41
+	bool "Teensy 4.1"
+
+endchoice # Board configuration
+
+menu "Sensors interfaces"
+
+config BMP280_LPI2C

Review comment:
       I don't think this should be here.  I don't see it on the board schematics.




----------------------------------------------------------------
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.

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