CONFIG_IDF_TARGET_ESP32S2=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0002 # # SDK tool configuration # CONFIG_SDK_TOOLPREFIX="xtensa-esp32s2-elf-" # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set # end of SDK tool configuration # # Build type # CONFIG_APP_BUILD_TYP...
2 changes: 1 addition & 1 deletion 2 tools/unit-test-app/configs/default_2_s2 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...
(IDFGH-4350) Dec 1, 2020 Collaborator dobairoland commented Dec 1, 2020 Hi @nopnop2002. Have you also removed the build directory, i.e. rm -r build? A better solution is to use idf.py set-target esp32s2 but if you want to have an ESP32-S2-only project then I agree that ...
I realize this is probably more of a Kconfig question, but it's ESP-IDF I have this problem with. Whenever I build my ESP-IDF project (containing custom Kconfig projectbuild configurations), I get bogus changes in the sdkconfig like that: Code: Select all diff --git a/firmware/boards/...
另外发现还有几个问题,不知道是什么原因,我set-target是esp32s2,怎么还去检查esp32的GCC呢 企业微信截图_20220106150839.png 不要看问题这一栏,你只需要看第四列终端这一部分就行了,因为vscod本身不具有编译功能,他有些东西无法识别,程序编译的问题在“终端”这一部分都会显示samuelhg Posts: 13 Joined: Sun Oc...
CONFIG_IDF_TARGET="esp32s2" CONFIG_IDF_TARGET_ESP32S2=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0002 # # SDK tool configuration # CONFIG_SDK_TOOLPREFIX="xtensa-esp32s2-elf-" # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set # end of SDK tool configuration # # Build...
CONFIG_IDF_TARGET="esp32" 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_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_AP...
CONFIG_IDF_TARGET_ESP32S3=y 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...
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...