翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
manifest.yml の例
--- # This is an example of the manifest file that is included at the root of all FreeRTOS GitHub repositories. name : "Project_Name" version: "202012.00-LTS" description: "Clear concise description of this project." dependencies: - name: "dependency_1" version: "v1.0.0" repository: type: "git" url: "https://github.com/account/dependency_1" path: "/relative/path/from/project/root/to/dependency_1" branch: "1.x" - name: "dependency_2" version: "v1.0.1_LTS" repository: type: "git" url: "https://github.com/account/dependency_1" path: "/relative/path/from/project/root/to/dependency_2" license: "MIT"