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/03/08 08:58:28 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5686: xtensa/esp32s3: Add SPI RAM/PSRAM Support

pkarashchenko commented on a change in pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r821451649



##########
File path: arch/xtensa/src/esp32s3/Kconfig
##########
@@ -331,6 +336,119 @@ config ESP32S3_UART2
 	select UART2_SERIALDRIVER
 	select ARCH_HAVE_SERIAL_TERMIOS
 
+menu "SPI RAM Config"
+	depends on ESP32S3_SPIRAM
+
+choice ESP32S3_SPIRAM_MODE
+       prompt "Mode (QUAD/OCT) of SPI RAM chip"
+       default ESP32S3_SPIRAM_MODE_QUAD

Review comment:
       Please change to 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