Lines Matching refs:idf
31 [ -z ${ESP_IDF_TEMPLATE_GIT} ] && ESP_IDF_TEMPLATE_GIT=https://github.com/espressif/esp-idf-templat…
54 $CHECKOUT_REF_SCRIPT esp-idf-template .
58 idf.py fullclean || exit $?
70 idf.py build || exit $?
79 idf.py build || failure "Failed to partial build"
80 …assert_rebuilt ${APP_BINS} esp-idf/esp_system/libesp_system.a esp-idf/esp_system/CMakeFiles/${IDF_…
81 …assert_not_rebuilt esp-idf/lwip/liblwip.a esp-idf/freertos/libfreertos.a ${BOOTLOADER_BINS} ${PART…
86 idf.py build || failure "Failed to partial build bootloader"
87 …assert_rebuilt ${BOOTLOADER_BINS} bootloader/esp-idf/main/CMakeFiles/${IDF_COMPONENT_PREFIX}_main.…
93 idf.py build || failure "Failed to build partition table"
101 idf.py build || failure "Partial build failed"
109 idf.py build || failure "Failed to build with app version"
113 idf.py build || failure "Failed to rebuild with changed app version"
115 assert_not_rebuilt ${BOOTLOADER_BINS} esp-idf/esp_system/libesp_system.a
119 idf.py build
120 assert_not_rebuilt ${APP_BINS} ${BOOTLOADER_BINS} esp-idf/esp_system/libesp_system.a
125 idf.py reconfigure >> log.log || failure "Failed to build"
131 idf.py clean > /dev/null
137 idf.py build >> log.log || failure "Failed to build"
149 idf.py reconfigure || failure "Failed to use IDF_VERSION_MAJOR in component CMakeLists.txt"
155 idf.py reconfigure &> log.log || failure "Failed to build"
158 idf_version=$(idf.py --version)
169 idf.py -B "${OUTOFTREE_BUILD}" build || failure "Failed to build with out-of-tree build dir"
181 idf.py -B "build/subdirectory" build || failure "Failed to build with build dir as subdir"
191 CRLF_ESPIDF=${TESTDIR}/esp-idf-crlf
198 IDF_PATH=${CRLF_ESPIDF} idf.py build || failure "Failed to build with CRLFs in source"
204 idf.py build
210 idf.py build || failure "Failed to rebuild with modified linker script"
219 idf.py build || failure "Failed to rebuild with modified linker script"
229 idf.py build || failure "Failed to rebuild with modified linker script"
239 idf.py build || failure "Failed to rebuild with modified linker fragment file"
246 idf.py build
250 idf.py build
255 assert_rebuilt esp-idf/newlib/CMakeFiles/${IDF_COMPONENT_PREFIX}_newlib.dir/newlib_init.c.obj
256 …assert_rebuilt esp-idf/nvs_flash/CMakeFiles/${IDF_COMPONENT_PREFIX}_nvs_flash.dir/src/nvs_api.cpp.…
257 …assert_rebuilt esp-idf/freertos/CMakeFiles/${IDF_COMPONENT_PREFIX}_freertos.dir/port/xtensa/xtensa…
262 idf.py build
267 idf.py build || failure "Build failed"
270 assert_rebuilt esp-idf/newlib/CMakeFiles/${IDF_COMPONENT_PREFIX}_newlib.dir/newlib_init.c.obj
271 …assert_rebuilt esp-idf/nvs_flash/CMakeFiles/${IDF_COMPONENT_PREFIX}_nvs_flash.dir/src/nvs_api.cpp.…
272 …assert_rebuilt esp-idf/freertos/CMakeFiles/${IDF_COMPONENT_PREFIX}_freertos.dir/port/xtensa/xtensa…
288 idf.py -G Ninja build || failure "idf.py cannot build with Ninja"
295 idf.py -G "Unix Makefiles" build || failure "idf.py cannot build with Unix Makefiles"
333 idf.py clean > /dev/null
334 idf.py fullclean > /dev/null
338 idf.py reconfigure > /dev/null
339 idf.py build || failure "Failed to build with PHY_INIT_DATA"
345 idf.py clean > /dev/null
346 idf.py fullclean > /dev/null
351 idf.py reconfigure > /dev/null
352 idf.py build || failure "Failed to build with ethernet component disabled"
372 idf.py -DIDF_TARGET=$other_target reconfigure || failure "Failed to set target via idf.py"
379 …idf.py reconfigure -DIDF_TARGET=$other_target || failure "Failed to set target via idf.py subcomma…
386 idf.py set-target ${other_target} || failure "Failed to set target via idf.py set-target"
393 idf.py set-target ESP32-S2
398 idf.py fullclean || failure "Failed to clean the build directory"
399 idf.py reconfigure || failure "Failed to reconfigure after fullclean"
407 …idf.py reconfigure || failure "Failed to reconfigure with default target set in sdkconfig.defaults"
419 …idf.py reconfigure || failure "Failed to reconfigure with default target set in sdkconfig.defaults…
429 idf.py set-target ${other_target} || failure "Couldn't set target to ${other_target}"
432 …! idf.py reconfigure || failure "Build did't fail when IDF_TARGET was set to an incompatible value…
435 …! idf.py reconfigure || failure "Build did't fail when IDF_TARGET in CMakeCache.txt didn't match t…
438 …! idf.py reconfigure || failure "Build did't fail when IDF_TARGET in CMakeCache.txt didn't match t…
448 idf.py build || failure "Auto generated CMakeLists.txt build failed"
454 (idf.py reconfigure | grep "$PWD/main") || failure "Failed to verify original `main` directory"
459 … (idf.py reconfigure | grep "$PWD/main/main/main") || failure "Failed to set EXTRA_COMPONENT_DIRS"
465 idf.py clean > /dev/null
466 idf.py fullclean > /dev/null
472 idf.py reconfigure > /dev/null
490 …idf.py -C $IDF_PATH/examples/build_system/cmake/import_lib -B `pwd`/build -D SDKCONFIG_DEFAULTS="`…
513 idf.py reconfigure
521 idf.py clean > /dev/null
522 idf.py fullclean > /dev/null
526 idf.py python-clean
532 idf.py partition-table | grep -E "# ESP-IDF .+ Partition Table"
546 ${PYTHON} $IDF_PATH/tools/idf.py build || failure "build failed"
551 idf.py clean > /dev/null
555 idf.py reconfigure > /dev/null
566 idf.py reconfigure > /dev/null
579 idf.py clean
592 idf.py reconfigure > /dev/null
601 echo '{"version": 1}' | idf.py confserver || failure "Couldn't load confserver"
605 …(export PATH=$PWD:$PATH && idf.py --ccache reconfigure | grep "ccache will be used") || failure "c…
606 idf.py fullclean
607 (export PATH=$PWD:$PATH && idf.py reconfigure| grep -c "ccache will be used" | grep -wq 0) \
609 …(export PATH=$PWD:$PATH && idf.py --no-ccache reconfigure| grep -c "ccache will be used" | grep -w…
616 idf.py bootloader
623 mkdir -p components/esp32 && idf.py reconfigure
631 idf.py reconfigure
643 idf.py -DEXTRA_COMPONENT_DIRS=$PWD/mycomponents/mycomponent reconfigure
650 idf.py -DEXTRA_COMPONENT_DIRS=$PWD/mycomponents reconfigure
660 idf.py build || "Failed to build project"
661 …idf.py monitor --print-filter="*:I" -p tty.fake | grep "'--print_filter', '\*:I'" || failure "It s…
668 ! idf.py build || failure "Build should fail if requirements are not satisfied"
670 idf.py build || failure "Build succeeds once requirements are satisfied"
679 …(idf.py reconfigure | grep "SRCS:$(${REALPATH} main/main.c)") || failure "Component properties sho…
685 idf.py clean > /dev/null
686 idf.py fullclean > /dev/null
691 idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults1;sdkconfig.defaults2" reconfigure > /dev/null
700 git worktree add ../esp-idf-template-test test_build_system
701 …diff <(idf.py reconfigure | grep "App \"app-template\" version: ") <(cd ../esp-idf-template-test &…
703 git worktree remove ../esp-idf-template-test
710 idf.py custom_target 1>log.txt || failure "Could not invoke idf.py with custom target"
719 …( idf.py build 2>&1 | grep "does not fit in configured flash size 1MB" ) || failure "Build didn't …
725 idf.py bootloader || failure "Failed to build bootloader"
730 idf.py bootloader || failure "Failed to build bootloader"
735 idf.py bootloader || failure "Failed to build bootloader"
740 idf.py bootloader || failure "Failed to build bootloader"
746 idf.py dfu &> tmp.log
748 idf.py set-target esp32s2
749 idf.py dfu &> tmp.log
757 idf.py uf2 &> tmp.log
760 idf.py uf2-app &> tmp.log
763 idf.py set-target esp32s2
764 idf.py uf2 &> tmp.log
772 idf.py reconfigure || failure "Couldn't configure for loadable ELF file"
774 idf.py build || failure "Couldn't build a loadable ELF file"
794 …(idf.py reconfigure | grep "overriden_dir:$IDF_PATH/components/esp32") || failure "Failed to get …
799 …(idf.py reconfigure | grep "kconfig:$IDF_PATH/components/esp32/Kconfig") || failure "Failed to ve…
808 …(idf.py reconfigure | grep "$PWD/extra_dir/my_component") || failure "Unable to find component sp…
811 …(idf.py reconfigure | grep "$PWD/components/my_component") || failure "Project components should …
817 (idf.py -C projects create-project temp_test_project) || failure "Failed to create the project."
820 idf.py build || failure "Failed to build the project."
827 (idf.py -C projects create-project temp_test_project) || failure "Failed to create the project."
829 …(idf.py -C components create-component temp_test_component) || failure "Failed to create the compo…
833 idf.py build || failure "Failed to build the project."
842 …expected_failure $EXPECTED_EXIT_VALUE idf.py create-project --path "$IDF_PATH/example_proj/" temp_…
848 …expected_failure $EXPECTED_EXIT_VALUE idf.py create-project --path "$IDF_PATH/example_proj" temp_t…
853 idf.py build
854 idf.py set-target esp32s2
855 idf.py docs || failure "'idf.py docs' failed"
856 …idf.py docs --no-browser | grep "https://docs.espressif.com/projects/esp-idf/en" || failure "'idf.…
857 …idf.py docs --no-browser --language en | grep "https://docs.espressif.com/projects/esp-idf/en" || …
858 …idf.py docs --no-browser --language en --version v4.2.1 | grep "https://docs.espressif.com/project…
859 …idf.py docs --no-browser --language en --version v4.2.1 --target esp32 | grep "https://docs.espres…
860 …idf.py docs --no-browser --language en --version v4.2.1 --target esp32 --starting-page get-started…
865 idf.py post_debug &> tmp.log
869 idf.py efuse_common_table &> tmp.log