feat(tools): Move sample_project from examples to tools

Extended example readme.md by further development options.
This commit is contained in:
Marek Fiala
2024-09-13 10:18:20 +02:00
parent 5a5c004691
commit 6ec1e9107f
10 changed files with 19 additions and 51 deletions

View File

@@ -427,9 +427,9 @@ if __name__ == '__main__':
check_dirs = {IDF_PATH}
_exclude_dirs = [os.path.join(IDF_PATH, 'tools', 'unit-test-app'),
os.path.join(IDF_PATH, 'tools', 'test_build_system', 'build_test_app'),
os.path.join(IDF_PATH, 'examples', 'get-started', 'sample_project')]
os.path.join(IDF_PATH, 'tools', 'templates', 'sample_project')]
else:
_exclude_dirs = [os.path.join(IDF_PATH, 'examples', 'get-started', 'sample_project')]
_exclude_dirs = [os.path.join(IDF_PATH, 'tools', 'templates', 'sample_project')]
extra_default_build_targets_list: List[str] = []
bypass_check_test_targets_list: List[str] = []