CONFIG_IDF_INIT_VERSION="5.2.1" CONFIG_IDF_TARGET_ESP32S3=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0009 # # Build type # CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y # CONFIG_APP_BUILD_TYPE_RAM is not set CONFIG_APP_BUILD_GENERATE_BINARIES=y CONFIG_APP_BUILD_BOOTLOADER=y CONFIG_APP_BU...
CONFIG_IDF_TARGET_ESP32S3_BETA_VERSION_2=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0004 # # SDK tool configuration # CONFIG_SDK_TOOLPREFIX="xtensa-esp32s3-elf-" # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set # end of SDK tool configuration # # Build type # CONFI...
2 changes: 1 addition & 1 deletion 2 tools/unit-test-app/configs/default_2_s3 Original file line numberDiff line numberDiff line change @@ -1,3 +1,3 @@ # This config is split between targets since different component needs to be excluded (esp32, esp32s2) CONFIG_IDF_TARGET="esp32...
The problem with ESP32-S3 is that the default UART0 RX gpio is the gpio 44 but the Kconfig only supports the range 0-39 This can be easily fixed changing the Kconfig to support custom ranges depending of the target range 0 39 if IDF_TARGET_ESP32 range 0 44 if IDF_TARGET_ESP32S3 I...
{ "configurations": [ { "name": "ESP-IDF", "compileCommands": "${workspaceFolder}/build/compile_commands.json", "compilerPath": "d:\\espressif\\tools\\xtensa-esp32s3-elf\\esp-12.2.0_20230208\\xtensa-esp32s3-elf\\bin\\xtensa-esp32s3-elf-gcc.exe", "includePath": [ "${config:idf...
Guistar/esp32-web-config 代码Issues0Pull Requests0Wiki统计流水线 服务 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(1) 管理 管理 master 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其...
CONFIG_IDF_TARGET_ESP32S3=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0009 # # Build type # CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y # CONFIG_APP_BUILD_TYPE_RAM is not set CONFIG_APP_BUILD_GENERATE_BINARIES=y CONFIG_APP_BUILD_BOOTLOADER=y CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y # CONFIG...
CONFIG_IDF_TARGET="esp32s3" CONFIG_IDF_TARGET_ESP32S3=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0009 # # Build type # CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y # CONFIG_APP_BUILD_TYPE_ELF_RAM is not set CONFIG_APP_BUILD_GENERATE_BINARIES=y CONFIG_APP_BUILD_BOOTLOADER=y CONFIG_APP_BU...
CONFIG_IDF_TARGET_ESP32=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 # # SDK tool configuration # CONFIG_SDK_TOOLPREFIX="xtensa-esp32-elf-" # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set # end of SDK tool configuration # # Build type # CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y #...
OS MacOS Operating System version macOS 13.2.1 Visual Studio Code version 1.79.2 ESP-IDF version 5.1 Python version 3.10.9 Doctor command output 你好,我是mac电脑安装了vscode和esp-idf。为什么显示identifier "CONFIG_IDF_TARGET" is undefined和identifier "CO