Home
last modified time | relevance | path

Searched refs:find_apps (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py14 from find_apps import find_apps
161 _apps = find_apps(build_system_class, app_dir, True, exclude_apps, target.lower())
172 find_apps(build_system_class, path, True, exclude_apps, target.lower()))
/hal_espressif-3.5.0/tools/ci/
Dbuild_template_app.sh56 …tools/find_apps.py -vv --format json --work-dir ${BUILD_PATH}/cmake --build-dir ${BUILD_DIR} --bui…
65 …tools/find_apps.py -vv --format json --work-dir ${BUILD_PATH}/make/${BUILD_DIR} --build-dir build …
Dfind_apps_build_apps.sh126 ${IDF_PATH}/tools/find_apps.py \
Dexecutable-list.txt76 tools/find_apps.py
Dmypy_ignore_list.txt215 tools/find_apps.py
/hal_espressif-3.5.0/tools/
Dfind_apps.py123 def find_apps(build_system_class, path, recursive, exclude_list, target): function
285 … app_dirs += find_apps(build_system_class, path, args.recursive, args.exclude or [], args.target)