if(BOOTLOADER_BUILD) # bootloader only needs FreeRTOS for config, not for anything else idf_component_register() return() endif() idf_build_get_property(target IDF_TARGET) if(CONFIG_FREERTOS_SMP) if(CONFIG_IDF_TARGET_ARCH_XTENSA) set(srcs ...
if(BOOTLOADER_BUILD) # bootloader only needs FreeRTOS for config, not for anything else idf_component_register() return() endif() idf_build_get_property(target IDF_TARGET) if(CONFIG_FREERTOS_SMP) if(CONFIG_IDF_TARGET_ARCH_XTENSA) set(srcs ...
idf_build_get_property(target IDF_TARGET) if(${target} STREQUAL "linux") return() # This component is not supported by the POSIX/Linux simulator endif() set(srcs "src/bootloader_common.c" "src/bootloader_common_loader.c" 6 changes: 6 additions & 0 deletions 6 components/bt/CMakeLists....
idf_build_get_property(idf_path IDF_PATH) idf_build_get_property(idf_target IDF_TARGET) idf_build_get_property(sdkconfig SDKCONFIG) idf_build_get_property(python PYTHON) idf_build_get_property(extra_cmake_args EXTRA_CMAKE_ARGS) externalproject_add(bootloader SOURCE_DIR "${CMAKE_CURRENT_LIST...
idf_build_get_property(config_dir CONFIG_DIR) # The contents of 'sources' is from the __component_add_sources call if(sources OR __EMBED_FILES OR __EMBED_TXTFILES) add_library(${component_lib} STATIC ${sources}) __component_set_property(${component_target} COMPONENT_TYPE LIBRARY) ...
idf_build_get_property(LV_MICROPYTHON LV_MICROPYTHON) if(LV_MICROPYTHON) idf_component_register( SRCS ${SOURCES} INCLUDE_DIRS ${LVGL_ROOT_DIR} ${LVGL_ROOT_DIR}/src ${LVGL_ROOT_DIR}/../ ${LVGL_ROOT_DIR}/demos REQUIRES main) target_compile_definitions(${COMPONENT_LIB} INTERFACE "-...
_log_stop = .; . = ALIGN(4); 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 然后删除软件工程目录下的“build”目录,“sdkconfig”文件,再运行“idf.py set-target esp32s2”命令重新配置目标处理器,之后运行“idf.py build”发现此编译问题已经解决。
idf_build_get_property(LV_MICROPYTHON LV_MICROPYTHON) if(LV_MICROPYTHON) idf_component_register( SRCS ${SOURCES} INCLUDE_DIRS ${LVGL_ROOT_DIR} ${LVGL_ROOT_DIR}/src ${LVGL_ROOT_DIR}/../ ${LVGL_ROOT_DIR}/demos REQUIRES main) target_compile_definitions(${COMPONENT_LIB} ...
check_dirs = [f'build_{target}_{config}'] else: check_dirs = [] build_dir_arg = request.config.getoption('build_dir', None) if build_dir_arg: check_dirs.append(build_dir_arg) if target is not None and config is not None: check_dirs.append(f'build_{target}_{config...
check_dirs = [f'build_{target}_{config}'] else: check_dirs = [] build_dir_arg = request.config.getoption('build_dir', None) if build_dir_arg: check_dirs.append(build_dir_arg) if target is not None and config is not None: check_dirs.append(f'build_{target}_{config...