Lines Matching full:idf_path
41 - export IDF_PATH=$PWD
47 - python ${IDF_PATH}/tools/ci/check_examples_cmake_make.py
67 …- python -m flake8 --config=$IDF_PATH/.flake8 --output-file=flake8_output.txt --tee --benchmark $I…
84 - python ${IDF_PATH}/tools/ci/test_check_kconfigs.py
94 - IDF_TARGET=esp32 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
95 - IDF_TARGET=esp32s2 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
96 - IDF_TARGET=esp32s3 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
97 - IDF_TARGET=esp32c3 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
99 - bash $IDF_PATH/tools/ci/check_blobs.sh
105 - cd ${IDF_PATH}/components/lwip/test_afl_host
109 - cd ${IDF_PATH}/components/mdns/test_afl_fuzz_host
128 …- find ${IDF_PATH}/components/soc/*/include/soc/ -name "*_struct.h" -print0 | xargs -0 -n1 ./tools…
142 - cd ${IDF_PATH}/tools/