Searched refs:find_apps (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/ |
D | CIScanTests.py | 14 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/ |
D | build_template_app.sh | 56 …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 …
|
D | find_apps_build_apps.sh | 126 ${IDF_PATH}/tools/find_apps.py \
|
D | executable-list.txt | 76 tools/find_apps.py
|
D | mypy_ignore_list.txt | 215 tools/find_apps.py
|
/hal_espressif-3.5.0/tools/ |
D | find_apps.py | 123 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)
|