From 0c8ce033ca1120166499840a40225b322b92add9 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Sun, 22 Oct 2023 17:18:53 -0300 Subject: [PATCH] boards: Rename shiftgame to brickmatch --- .../configs/{shiftgame => brickmatch}/defconfig | 2 +- .../configs/{shiftgame => brickmatch}/defconfig | 2 +- boards/xtensa/esp32/esp32-devkitc/configs/brickmatch/defconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename boards/arm/stm32/stm32f4discovery/configs/{shiftgame => brickmatch}/defconfig (98%) rename boards/risc-v/esp32c3/esp32c3-devkit-rust-1/configs/{shiftgame => brickmatch}/defconfig (98%) diff --git a/boards/arm/stm32/stm32f4discovery/configs/shiftgame/defconfig b/boards/arm/stm32/stm32f4discovery/configs/brickmatch/defconfig similarity index 98% rename from boards/arm/stm32/stm32f4discovery/configs/shiftgame/defconfig rename to boards/arm/stm32/stm32f4discovery/configs/brickmatch/defconfig index 6dce163f4967c..214ab3189c6b2 100644 --- a/boards/arm/stm32/stm32f4discovery/configs/shiftgame/defconfig +++ b/boards/arm/stm32/stm32f4discovery/configs/brickmatch/defconfig @@ -28,7 +28,7 @@ CONFIG_EXAMPLES_FB_STACKSIZE=16000 CONFIG_EXAMPLES_HELLO=y CONFIG_FS_LARGEFILE=y CONFIG_FS_PROCFS=y -CONFIG_GAMES_SHIFT=y +CONFIG_GAMES_BRICKMATCH=y CONFIG_HAVE_CXX=y CONFIG_HAVE_CXXINITIALIZE=y CONFIG_INIT_ENTRYPOINT="nsh_main" diff --git a/boards/risc-v/esp32c3/esp32c3-devkit-rust-1/configs/shiftgame/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit-rust-1/configs/brickmatch/defconfig similarity index 98% rename from boards/risc-v/esp32c3/esp32c3-devkit-rust-1/configs/shiftgame/defconfig rename to boards/risc-v/esp32c3/esp32c3-devkit-rust-1/configs/brickmatch/defconfig index f07f6c06259ff..f4f86c45d11d1 100644 --- a/boards/risc-v/esp32c3/esp32c3-devkit-rust-1/configs/shiftgame/defconfig +++ b/boards/risc-v/esp32c3/esp32c3-devkit-rust-1/configs/brickmatch/defconfig @@ -40,7 +40,7 @@ CONFIG_ESP32C3_SPI2_MOSIPIN=5 CONFIG_ESP32C3_USBSERIAL=y CONFIG_EXAMPLES_FB=y CONFIG_FS_PROCFS=y -CONFIG_GAMES_SHIFT=y +CONFIG_GAMES_BRICKMATCH=y CONFIG_IDLETHREAD_STACKSIZE=2048 CONFIG_INIT_ENTRYPOINT="nsh_main" CONFIG_INTELHEX_BINARY=y diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/brickmatch/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/brickmatch/defconfig index f964842f05832..fc7bde61ffd0e 100644 --- a/boards/xtensa/esp32/esp32-devkitc/configs/brickmatch/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/brickmatch/defconfig @@ -26,7 +26,7 @@ CONFIG_ESP32_UART0=y CONFIG_EXAMPLES_APDS9960=y CONFIG_EXAMPLES_FB=y CONFIG_FS_PROCFS=y -CONFIG_GAMES_SHIFT=y +CONFIG_GAMES_BRICKMATCH=y CONFIG_HAVE_CXX=y CONFIG_HAVE_CXXINITIALIZE=y CONFIG_IDLETHREAD_STACKSIZE=3072