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

xiaoxiang 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 48dd8bca58 qemu: fix CI check error when check qemu net (savedefconfig)
48dd8bca58 is described below

commit 48dd8bca5840615a3c59bd2215e870938616e1ef
Author: ligd <[email protected]>
AuthorDate: Mon Oct 14 16:16:34 2024 +0800

    qemu: fix CI check error when check qemu net (savedefconfig)
    
    boards/arm/samv7/same70-xplained/configs/pysim/defconfig
    boards/arm/stm32h7/nucleo-h743zi2/configs/jumbo/defconfig
    
    Signed-off-by: ligd <[email protected]>
---
 boards/arm/samv7/same70-xplained/configs/pysim/defconfig  | 1 -
 boards/arm/stm32h7/nucleo-h743zi2/configs/jumbo/defconfig | 1 -
 2 files changed, 2 deletions(-)

diff --git a/boards/arm/samv7/same70-xplained/configs/pysim/defconfig 
b/boards/arm/samv7/same70-xplained/configs/pysim/defconfig
index d31d78a94b..e7e6012af3 100644
--- a/boards/arm/samv7/same70-xplained/configs/pysim/defconfig
+++ b/boards/arm/samv7/same70-xplained/configs/pysim/defconfig
@@ -149,7 +149,6 @@ CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_NSH_STACKSIZE=2048
 CONFIG_SYSTEM_PING=y
 CONFIG_SYSTEM_PING_STACKSIZE=2048
-CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE=2048
 CONFIG_SYSTEM_TELNETD_STACKSIZE=2048
 CONFIG_TLS_NCLEANUP=1
 CONFIG_USART1_SERIAL_CONSOLE=y
diff --git a/boards/arm/stm32h7/nucleo-h743zi2/configs/jumbo/defconfig 
b/boards/arm/stm32h7/nucleo-h743zi2/configs/jumbo/defconfig
index 1413adc4a2..9587578b7c 100644
--- a/boards/arm/stm32h7/nucleo-h743zi2/configs/jumbo/defconfig
+++ b/boards/arm/stm32h7/nucleo-h743zi2/configs/jumbo/defconfig
@@ -118,7 +118,6 @@ CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_NSH_STACKSIZE=2048
 CONFIG_SYSTEM_PING=y
 CONFIG_SYSTEM_PING_STACKSIZE=2048
-CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE=2048
 CONFIG_SYSTEM_TELNETD_STACKSIZE=2048
 CONFIG_TASK_NAME_SIZE=16
 CONFIG_TESTING_FSTEST=y

Reply via email to