{"id":28615510,"url":"https://github.com/siliconlabssoftware/devs-template-public","last_synced_at":"2026-03-08T14:32:48.884Z","repository":{"id":290324094,"uuid":"962491387","full_name":"SiliconLabsSoftware/devs-template-public","owner":"SiliconLabsSoftware","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-21T12:23:23.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T13:35:55.278Z","etag":null,"topics":["silabs"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SiliconLabsSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-08T08:30:42.000Z","updated_at":"2025-05-21T12:21:34.000Z","dependencies_parsed_at":"2025-05-22T10:16:25.683Z","dependency_job_id":null,"html_url":"https://github.com/SiliconLabsSoftware/devs-template-public","commit_stats":null,"previous_names":["siliconlabssoftware/devs-template-public"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/SiliconLabsSoftware/devs-template-public","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiliconLabsSoftware%2Fdevs-template-public","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiliconLabsSoftware%2Fdevs-template-public/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiliconLabsSoftware%2Fdevs-template-public/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiliconLabsSoftware%2Fdevs-template-public/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SiliconLabsSoftware","download_url":"https://codeload.github.com/SiliconLabsSoftware/devs-template-public/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiliconLabsSoftware%2Fdevs-template-public/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259382324,"owners_count":22848842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["silabs"],"created_at":"2025-06-12T02:09:09.274Z","updated_at":"2026-03-08T14:32:48.878Z","avatar_url":"https://github.com/SiliconLabsSoftware.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Developer Services template project\n** TODO ** Put project introduction here. 1-2 sentence about the project.\n## How to use the template\n1. Import the [basic ruleset](https://github.com/SiliconLabsSoftware/devs-template/blob/main/.github/rulesets/Silabs-basic-public-ruleset.json). Follow the official GitHub [guide](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/managing-rulesets-for-repositories-in-your-organization#importing-a-ruleset).\n2. Update if necessary the [issue_templates](.github/ISSUE_TEMPLATE/) and the [pull request template](./.github/PULL_REQUEST_TEMPLATE.md)\n3. Create your sw projects under [projects/](projects/) folder.\n4. Check [.gitignore](.gitignore) file and modify it if it is necessary\n5. Check the [./Dockerfile](./Dockerfile) and extend it if necessary\n6. Make sure that the whole project can be compiled with a single \"make all\" command.  \n   also implement \"make clean\"\n7. Fill out the [CODEOWNERS](./.github/CODEOWNERS) file. Here is the official github [guide](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)\n8. Add github app private key for CLA assistant signature. Contact silicon labs github support person for it.\n9. Check the available [workflows](./.github/workflows) and adjust them according to the repo types (internal or public)\n10. Update this Readme file and remove this list from it.\n\n## Hardware requirements\n** TODO ** List the required hw components.\n\n## Hardware Setup\n** TODO ** Create a block diagram about the components.\n\n## Build environment setup\n** TODO ** Add steps here how to create a build environment. Remove the not supported platforms.\n### Docker\nUsing Docker for the build environment has several advantages:\n- **Consistency**: Ensures the build environment is the same across all development machines.\n- **Isolation**: Keeps the build environment isolated from the host machine, avoiding conflicts.\n- **Portability**: Allows the build environment to be easily shared and reproduced.\n- **Scalability**: Simplifies scaling the build process across multiple machines.\n\nTo set up the Docker-based build environment, follow these steps:\n1. Install Docker on your machine. Only Linux and MacOS platforms are supported for now.\n2. Clone the repository.\n3. Build the Docker image using the provided [Dockerfile](./Dockerfile).\n4. Run the Docker container with the necessary configurations.\n\n### Windows\n** TODO ** With a numbered list define the process how to set up a development environment.\n\n### Linux\n** TODO ** With a numbered list define the process how to set up a development environment.\n\n### MacOS\n** TODO ** With a numbered list define the process how to set up a development environment.\n\n## Debug environment\n**TODO**\nExplain how can a developer debug this software project. Pictures are recommended.\n## Contributing\nPlease follow the [CONTRIBUTING](./.github/CONTRIBUTING.md) guideline.\n\n## License\nSee the [LICENSE.md](./LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconlabssoftware%2Fdevs-template-public","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiliconlabssoftware%2Fdevs-template-public","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconlabssoftware%2Fdevs-template-public/lists"}