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/11/22 08:04:44 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7647: Esp32 sparrow kit

pkarashchenko commented on code in PR #7647:
URL: https://github.com/apache/incubator-nuttx/pull/7647#discussion_r1028985298


##########
boards/Kconfig:
##########
@@ -253,6 +253,22 @@ config ARCH_BOARD_ESP32_LYRAT
 		Development Framework (ADF). It is designed for smart speakers and smart-home
 		applications. This port is for board version 4.3.
 
+config ARCH_BOARD_ESP32_SPARROWKIT
+	bool "Espressif ESP-SPARROW-KIT"
+	depends on ARCH_CHIP_ESP32WROVER
+	select ARCH_HAVE_LEDS
+	select ARCH_HAVE_BUTTONS
+	select ARCH_HAVE_IRQBUTTONS if ESP32_GPIO_IRQ
+	---help---
+    ESP32-SPARROW-KIT is a custom made development board based on Espressif's
+    ESP32WROVER chip. It features the following integrated components:
+        ESP32-WROVER-B module
+        LTR308 ambient light sensor
+        BME180 sensor
+        MicroSD card slot
+        LCD screen
+        I2S microphone

Review Comment:
   TABs



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