From 01215d77ed4274884e9543eed92553b20d722c85 Mon Sep 17 00:00:00 2001 From: laride <198868291+laride@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:48:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20ESP-Hi=20=E5=9C=A8?= =?UTF-8?q?=E8=81=94=E7=BD=91=E6=97=B6=20crash=20=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#790)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: resolve crash issue during network connection on ESP-Hi * fix: adjust dependency rules for some components --- main/boards/esp-hi/config.json | 2 +- main/idf_component.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/main/boards/esp-hi/config.json b/main/boards/esp-hi/config.json index 28e49681..90bc407e 100644 --- a/main/boards/esp-hi/config.json +++ b/main/boards/esp-hi/config.json @@ -16,7 +16,7 @@ "CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=0", "CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=n", "CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y", - "CONFIG_ESP_MAIN_TASK_STACK_SIZE=6144", + "CONFIG_ESP_MAIN_TASK_STACK_SIZE=7168", "CONFIG_FREERTOS_HZ=1000", "CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=768", "CONFIG_LWIP_MAX_SOCKETS=10", diff --git a/main/idf_component.yml b/main/idf_component.yml index b356e482..5924fcd9 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -62,12 +62,14 @@ dependencies: sscma_client: git: https://github.com/Seeed-Studio/SenseCAP-Watcher-Firmware.git path: components/sscma_client + rules: + - if: target not in [esp32p4, esp32c3] esp_jpeg_simd: git: https://github.com/Seeed-Studio/SenseCAP-Watcher-Firmware.git path: components/esp_jpeg_simd rules: - - if: target not in [esp32p4] + - if: target not in [esp32p4, esp32c3] ## Required IDF version idf: