Search found 4 matches

by zsd0101
Mon Feb 07, 2022 12:42 pm
Forum: ESP-IDF 中文讨论版
Topic: ESP32C3编出来的组件静态库不完整
Replies: 0
Views: 2279

ESP32C3编出来的组件静态库不完整

最近从 ESP32切到了 ESP32C3,发现 riscv编译链编出来的组件不完整——例如 mbedtls组件,之前在 ESP32平台、使用 xtensa编出来的libmbedtls.a有 5131KB(使用GNU make编译,在工程目录下执行 make即可),而 ESP32C3平台编出来的 libmbedtls.a只有 128KB(因为平台限制,使用的 cmake编译,直接使用 idf.py build编译的)。
求指教这个是什么原因?
by zsd0101
Mon Nov 01, 2021 3:35 am
Forum: ESP-IDF 中文讨论版
Topic: 如何升级libcoap?
Replies: 0
Views: 1524

如何升级libcoap?

我在使用 esp-idf-v4.2.1.我需要升级 libcoap 到4-3-0版本, 所以把这个版本文件替换掉 esp-idf-v4.2.1\components\coap。还修改了 compenent.mk 和 CMakeLists.txt 中相关的内容(coap2修改为coap3): compenent.mk # # Component Makefile # COMPONENT_ADD_INCLUDEDIRS := port/include port/include/coap libcoap/include libcoap/include/coap3 CMakeLists.txt set...
by zsd0101
Mon Nov 01, 2021 3:30 am
Forum: ESP-IDF
Topic: How to update libcoap?
Replies: 0
Views: 1197

How to update libcoap?

i`m using esp-idf-v4.2.1. I need to integrate libcoap 4-3-0, so I replace esp-idf-v4.2.1\components\coap with this version library. And change compenent.mk and CMakeLists.txt: compenent.mk # # Component Makefile # COMPONENT_ADD_INCLUDEDIRS := port/include port/include/coap libcoap/include libcoap/in...
by zsd0101
Sun Sep 26, 2021 1:36 pm
Forum: ESP-IDF
Topic: A stack overflow in task msg_send has been detected.
Replies: 2
Views: 2337

A stack overflow in task msg_send has been detected.

I`m using esp-idf-v4.2.1. I got this message when calling esp_wifi_start(): [Codebox]***ERROR*** A stack overflow in task msg_send has been detected. Backtrace:0x40087127:0x3ffd2370 0x400877d1:0x3ffd2390 0x400897ed:0x3ffd23b0 0x4008807e:0x3ffd2430 0x40089a4c:0x3ffd2450 0x40089a02:0x00000000 |<-CORRU...