Lines Matching full:echo
46 [ -z ${IDF_PATH} ] && echo "IDF_PATH is not set. Need path to esp-idf installation." && exit 2
52 git checkout ${CI_BUILD_REF_NAME} || echo "Using esp-idf-template default branch..."
107 echo "IDF_VER_0123456789_0123456789_0123456789" > ${IDF_PATH}/version.txt
108 echo "project-version-1.0" > ${TESTDIR}/template/version.txt
112 echo "project-version-2.0(012345678901234567890123456789)" > ${TESTDIR}/template/version.txt
134 echo "project_version_from_txt" > ${TESTDIR}/template/version.txt
135 echo "CONFIG_APP_PROJECT_VER_FROM_CONFIG=y" >> sdkconfig.defaults
136 echo 'CONFIG_APP_PROJECT_VER="project_version_from_Kconfig"' >> sdkconfig.defaults
147 (echo -e "if (NOT IDF_VERSION_MAJOR)\n message(FATAL_ERROR \"IDF version not set\")\n endif()" \
208 echo "/* (Build test comment) */" >> ${IDF_PATH}/components/esp_rom/esp32/ld/esp32.rom.ld
218 echo "/* (Build test comment) */" >> ${IDF_PATH}/components/esp_system/ld/esp32/sections.ld.in
228 echo "/* (Build test comment) */" >> ${IDF_PATH}/components/esp_system/ld/esp32/memory.ld.in
238 echo "# (Build test comment)" >> ${IDF_PATH}/components/esp_common/common.lf
323 …echo "source \"\$IDF_PATH/examples/wifi/getting_started/station/main/Kconfig.projbuild\"" > main/K…
337 echo "CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION=y" >> sdkconfig.defaults
349 echo "CONFIG_ETH_USE_SPI_ETHERNET=" >> sdkconfig.defaults
350 echo "CONFIG_ETH_USE_ESP32_EMAC=" >> sdkconfig.defaults
406 echo "CONFIG_IDF_TARGET=\"${other_target}\"" > sdkconfig.defaults
417 echo "CONFIG_IDF_TARGET=\"${other_target}\"" > sdkconfig.defaults
434 echo "CONFIG_IDF_TARGET=\"esp32\"" >> sdkconfig
469 echo "CONFIG_PARTITION_TABLE_OFFSET=0x10000" >> sdkconfig.defaults
470 echo "CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y" >> sdkconfig.defaults.esp32
471 echo "CONFIG_PARTITION_TABLE_TWO_OTA=y" >> sdkconfig
487 echo "CONFIG_ESP32_SPIRAM_SUPPORT=y" >> sdkconfig.defaults
488 echo "CONFIG_SPIRAM_CACHE_WORKAROUND=y" >> sdkconfig.defaults
498 echo "CONFIG_ESP32_SPIRAM_SUPPORT=y" > $IDF_AS_LIB/sdkconfig
499 echo "CONFIG_SPIRAM_CACHE_WORKAROUND=y" >> $IDF_AS_LIB/sdkconfig
508 stratlc=`echo $strat | tr A-Z a-z`
509 echo "CONFIG_ESP32_SPIRAM_SUPPORT=y" > sdkconfig.defaults
510 echo "CONFIG_SPIRAM_CACHE_WORKAROUND_STRATEGY_$strat=y" >> sdkconfig.defaults
511 echo "CONFIG_SPIRAM_CACHE_WORKAROUND=y" >> sdkconfig.defaults
516 echo ${PWD}
541 echo "The build system has executed '/usr/bin/env python' or similar"
554 echo "" > ${IDF_PATH}/sdkconfig.rename
556 echo "CONFIG_TEST_OLD_OPTION=y" >> sdkconfig
557 echo "CONFIG_TEST_OLD_OPTION CONFIG_TEST_NEW_OPTION" >> ${IDF_PATH}/sdkconfig.rename
558 echo -e "\n\
581 echo "CONFIG_TEST_OLD_OPTION=7" > sdkconfig.defaults
582 echo "CONFIG_TEST_OLD_OPTION CONFIG_TEST_NEW_OPTION" > ${IDF_PATH}/sdkconfig.rename
583 echo -e "\n\
601 echo '{"version": 1}' | idf.py confserver || failure "Couldn't load confserver"
630 echo "idf_component_register()" > main/test/CMakeLists.txt
639 echo "idf_component_register()" > mycomponents/mycomponent/CMakeLists.txt
642 echo "idf_component_register()" > mycomponents/esp32/CMakeLists.txt
649 echo "idf_component_register()" > esp32/CMakeLists.txt
659 echo "import sys;print(sys.argv[1:])" > ${IDF_PATH}/tools/idf_monitor.py
689 echo "CONFIG_PARTITION_TABLE_OFFSET=0x10000" >> sdkconfig.defaults1
690 echo "CONFIG_PARTITION_TABLE_TWO_OTA=y" >> sdkconfig.defaults2
708 echo "" >> CMakeLists.txt
709 …echo "add_custom_target(custom_target COMMAND \${CMAKE_COMMAND} -E echo \"${msg}\")" >> CMakeLists…
718 echo "CONFIG_ESPTOOLPY_FLASHSIZE_1MB=y" >> sdkconfig # introduce undersize flash
729 echo "CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y" > sdkconfig
734 echo "CONFIG_FLASHMODE_QIO=y" > sdkconfig
739 echo "CONFIG_ESPTOOLPY_FLASHFREQ_80M=y" > sdkconfig
771 echo "CONFIG_APP_BUILD_TYPE_ELF_RAM=y" > sdkconfig
779 echo -e "\nidf_build_get_property(project_dir PROJECT_DIR)" >> CMakeLists.txt
780 echo -e "\nmessage(\"Project directory: \${project_dir}\")" >> CMakeLists.txt
792 …echo "idf_component_get_property(overriden_dir \${COMPONENT_NAME} COMPONENT_OVERRIDEN_DIR)" >> com…
793 echo "message(STATUS overriden_dir:\${overriden_dir})" >> components/esp32/CMakeLists.txt
796 …echo "idf_component_register(KCONFIG \${overriden_dir}/Kconfig)" >> components/esp32/CMakeLists.txt
797 …echo "idf_component_get_property(kconfig \${COMPONENT_NAME} KCONFIG)" >> components/esp32/CMakeLis…
798 echo "message(STATUS kconfig:\${overriden_dir}/Kconfig)" >> components/esp32/CMakeLists.txt
805 echo "idf_component_register()" > extra_dir/my_component/CMakeLists.txt
810 echo "idf_component_register()" > components/my_component/CMakeLists.txt
816 echo "Trying to create project."
819 echo "Building the project temp_test_project . . ."
826 echo "Trying to create project . . ."
828 echo "Trying to create component . . ."
875 echo "Some failures were detected:"
876 echo -e "${FAILURES}"
879 echo "Build tests passed."
885 echo "******** $1"
891 echo "!!!!!!!!!!!!!!!!!!!"
892 echo "FAILURE: $1"
893 echo "!!!!!!!!!!!!!!!!!!!"
901 echo "[ERROR] Exit value of executed command is $EXIT_VALUE (expected $1)"; return 1