sdkconfig.h跳转问题by Gavinh » Mon Sep 11, 2023 10:33 am 问题描述:再vscode中使用ESP-IDFV5.03版本编译工程生成的sdkconfig.h无法跳转,在工程中跳转的sdkconfig.h文件是ESP-IDF中的! 环境:vscode中安装的ESP-IDFV5.03(低于V5的版本安装不成功!) 截图: error.png...
Code Issues232 Pull requests7 Actions Security Insights Additional navigation options [esp32]sdkconfig.hnot found with v4.2, was working with v4.1#3381 New issue Closed Description giupo Just for the info: lib_compat_mode = strictworked
Actual Results Expected Results If problems with PlatformIO Build System: The content of platformio.ini: [env:esp32s3box] platform = espressif32 board = esp32s3box framework = arduino Source file to reproduce issue: #include <Arduino.h> ...
rtthread-esp-idf / sdkconfig.h sdkconfig.h4.69 KB 一键复制编辑原始数据按行查看历史 flyingcys提交于7年前.add gagent cloud 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111...
* Espressif IoT Development Framework (ESP-IDF) Configuration Header */ #pragma once #define CONFIG_IDF_CMAKE 1 #define CONFIG_IDF_TARGET "esp32" #define CONFIG_IDF_TARGET_ESP32 1 #define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000 #define CONFIG_SDK_TOOLPREFIX "xtensa-esp32-elf-" #...
问题描述:在vscode中使用ESP-IDFV5.03版本,编译工程生成的sdkconfig.h文件无法跳转,只能跳转到ESP-IDF中的某个组件里面的sdkconfig.h文件,导致很多宏无法正确找到,显示红色下划线! 环境描述:win10,vscode,ESP-IDFV5.03 问题截图: error.png (28.75 KiB) Viewed 1905 times...