This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 196ce5918c riscv/esp32: refresh defconfig to avoid ci fail
196ce5918c is described below

commit 196ce5918c9638c2048f067edf1fbcafb313aab9
Author: chao an <anchao.arc...@bytedance.com>
AuthorDate: Mon Jan 27 14:12:20 2025 +0800

    riscv/esp32: refresh defconfig to avoid ci fail
    
    Signed-off-by: chao an <anchao.arc...@bytedance.com>
---
 .../risc-v/esp32c3/esp32c3-generic/configs/temperature_sensor/defconfig | 2 +-
 .../risc-v/esp32c6/esp32c6-devkitc/configs/temperature_sensor/defconfig | 2 +-
 .../risc-v/esp32h2/esp32h2-devkit/configs/temperature_sensor/defconfig  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/boards/risc-v/esp32c3/esp32c3-generic/configs/temperature_sensor/defconfig 
b/boards/risc-v/esp32c3/esp32c3-generic/configs/temperature_sensor/defconfig
index 8550602be8..7ffe7554c2 100644
--- a/boards/risc-v/esp32c3/esp32c3-generic/configs/temperature_sensor/defconfig
+++ b/boards/risc-v/esp32c3/esp32c3-generic/configs/temperature_sensor/defconfig
@@ -42,8 +42,8 @@ CONFIG_START_DAY=29
 CONFIG_START_MONTH=11
 CONFIG_START_YEAR=2019
 CONFIG_SYSTEM_DUMPSTACK=y
-CONFIG_SYSTEM_SENSORTEST=y
 CONFIG_SYSTEM_NSH=y
+CONFIG_SYSTEM_SENSORTEST=y
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git 
a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/temperature_sensor/defconfig 
b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/temperature_sensor/defconfig
index a84901591f..e018f8ed0f 100644
--- a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/temperature_sensor/defconfig
+++ b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/temperature_sensor/defconfig
@@ -44,8 +44,8 @@ CONFIG_START_DAY=29
 CONFIG_START_MONTH=11
 CONFIG_START_YEAR=2019
 CONFIG_SYSTEM_DUMPSTACK=y
-CONFIG_SYSTEM_SENSORTEST=y
 CONFIG_SYSTEM_NSH=y
+CONFIG_SYSTEM_SENSORTEST=y
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git 
a/boards/risc-v/esp32h2/esp32h2-devkit/configs/temperature_sensor/defconfig 
b/boards/risc-v/esp32h2/esp32h2-devkit/configs/temperature_sensor/defconfig
index af870e29c6..fa8c1effcd 100644
--- a/boards/risc-v/esp32h2/esp32h2-devkit/configs/temperature_sensor/defconfig
+++ b/boards/risc-v/esp32h2/esp32h2-devkit/configs/temperature_sensor/defconfig
@@ -43,8 +43,8 @@ CONFIG_START_DAY=29
 CONFIG_START_MONTH=11
 CONFIG_START_YEAR=2019
 CONFIG_SYSTEM_DUMPSTACK=y
-CONFIG_SYSTEM_SENSORTEST=y
 CONFIG_SYSTEM_NSH=y
+CONFIG_SYSTEM_SENSORTEST=y
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y

Reply via email to