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/06/07 09:11:30 UTC

[GitHub] [incubator-nuttx] CV-Bowen commented on a diff in pull request #6378: SSD1680 e-ink driver

CV-Bowen commented on code in PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#discussion_r890955859


##########
boards/Kconfig:
##########
@@ -225,12 +225,6 @@ config ARCH_BOARD_ESP32_DEVKITC
 		of two CPUs is symmetric, meaning they use the same addresses to
 		access the same memory.
 
-config ARCH_BOARD_TLSR8278ADK80D

Review Comment:
   Please do not delete other board config.



##########
boards/Kconfig:
##########
@@ -2607,7 +2610,6 @@ config ARCH_BOARD
 	default "b-g431b-esc1"             if ARCH_BOARD_B_G431B_ESC1
 	default "nucleo-g431kb"            if ARCH_BOARD_NUCLEO_G431KB
 	default "nucleo-g431rb"            if ARCH_BOARD_NUCLEO_G431RB
-	default "nucleo-g474re"            if ARCH_BOARD_NUCLEO_G474RE

Review Comment:
   Ditto



##########
boards/Kconfig:
##########
@@ -1965,16 +1977,6 @@ config ARCH_BOARD_NUCLEO_G431RB
 	---help---
 		STMicro Nucleo-G431RB board based on the STMicro STM32G431RB MCU.
 
-config ARCH_BOARD_NUCLEO_G474RE

Review Comment:
   Ditto



##########
boards/Kconfig:
##########
@@ -3397,9 +3405,6 @@ endif
 if ARCH_BOARD_XX3823
 source "boards/sparc/bm3823/xx3823/Kconfig"
 endif
-if ARCH_BOARD_TLSR8278ADK80D

Review Comment:
   Ditto



##########
boards/Kconfig:
##########
@@ -2434,13 +2436,14 @@ config ARCH_BOARD
 	default "emw3162"                  if ARCH_BOARD_EMW3162
 	default "quickfeather"             if ARCH_BOARD_QUICKFEATHER
 	default "esp32-devkitc"            if ARCH_BOARD_ESP32_DEVKITC
+	default "ttgo_lora_esp32"          if ARCH_BOARD_TTGO_LORA_ESP32
+	default "ttgo_eink5_v2"            if ARCH_BOARD_TTGO_T5V2_ESP32
 	default "esp32-ethernet-kit"       if ARCH_BOARD_ESP32_ETHERNETKIT
 	default "esp32-wrover-kit"         if ARCH_BOARD_ESP32_WROVERKIT
 	default "esp32c3-devkit"           if ARCH_BOARD_ESP32C3_DEVKIT
 	default "esp32s2-saola-1"          if ARCH_BOARD_ESP32S2_SAOLA_1
 	default "esp32s3-devkit"           if ARCH_BOARD_ESP32S3_DEVKIT
 	default "et-stm32-stamp"           if ARCH_BOARD_ET_STM32_STAMP
-	default "tlsr8278adk80d"           if ARCH_BOARD_TLSR8278ADK80D

Review Comment:
   Ditto



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