mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 06:27:29 +00:00
feat(tools): Move sample_project from examples to tools
Extended example readme.md by further development options.
This commit is contained in:
@@ -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] = []
|
||||
|
Reference in New Issue
Block a user