Search found 2 matches

by ArchieWu
Sun Jul 02, 2023 4:10 pm
Forum: ESP-IDF 中文讨论版
Topic: ESP-IDF 创建组件,需要调用time.h中的函数和结构体如何实现
Replies: 1
Views: 1085

ESP-IDF 创建组件,需要调用time.h中的函数和结构体如何实现

我现在有个组件,想要调用time.h中的函数和组件,但是编译一直报错,其他的组件我知道可以REQUIRES的形式修改CMakeLists.txt的形式添加库依赖, 但是这个time.h 好像不行他在编译器里面的文件夹. 我怎么尝试都编译失败,提示隐式的函数声明,应该是编译器还是没有链接到这个头文件.所以有哪个大佬知道如何添加链接依赖吗? 我可以看到我的路径差不多是这样的../esp502/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/xtensa-esp32s3-elf/include/time.h struct ...
by ArchieWu
Sun Jun 25, 2023 12:05 pm
Forum: ESP-IDF
Topic: SquareLineV1.3 generate lvgl template for ESP32-S3-EYE, but watchdog always be triggered
Replies: 0
Views: 2156

SquareLineV1.3 generate lvgl template for ESP32-S3-EYE, but watchdog always be triggered

hello guys, I use ESP32-S3-EYE board to learned lvgl software of SquareLine. I have export a template from SquareLine for ESP32-S3-EYE board. And the lcd can display normally, but I found the log info of the board, since the lvgl task and the watchdog was triggered. Who knows what I can do for this ...