D | check_examples_cmake_make.py | 14 def _build_path(path, *paths): argument 15 return str(os.path.normpath(os.path.join(path, *paths)).replace('\\', '/')) 47 def get_idf_path(path, *paths): argument 49 return _build_path(IDF_PATH, path, *paths) 53 print('- Getting paths of apps')
|