** TODO ** Put project introduction here. 1-2 sentence about the project.
- Import the basic ruleset. Follow the official GitHub guide.
- Update if necessary the issue_templates and the pull request template
- Create your sw projects under projects/ folder.
- Check .gitignore file and modify it if it is necessary
- Check the ./Dockerfile and extend it if necessary
- Make sure that the whole project can be compiled with a single "make all" command.
also implement "make clean" - Fill out the CODEOWNERS file. Here is the official github guide
- Add github app private key for CLA assistant signature. Contact silicon labs github support person for it.
- Check the available workflows and adjust them according to the repo types (internal or public)
- Update this Readme file and remove this list from it.
** TODO ** List the required hw components.
** TODO ** Create a block diagram about the components.
** TODO ** Add steps here how to create a build environment. Remove the not supported platforms.
Using Docker for the build environment has several advantages:
- Consistency: Ensures the build environment is the same across all development machines.
- Isolation: Keeps the build environment isolated from the host machine, avoiding conflicts.
- Portability: Allows the build environment to be easily shared and reproduced.
- Scalability: Simplifies scaling the build process across multiple machines.
To set up the Docker-based build environment, follow these steps:
- Install Docker on your machine. Only Linux and MacOS platforms are supported for now.
- Clone the repository.
- Build the Docker image using the provided Dockerfile.
- Run the Docker container with the necessary configurations.
** TODO ** With a numbered list define the process how to set up a development environment.
** TODO ** With a numbered list define the process how to set up a development environment.
** TODO ** With a numbered list define the process how to set up a development environment.
TODO Explain how can a developer debug this software project. Pictures are recommended.
Please follow the CONTRIBUTING guideline.
See the LICENSE.md file for details.
** TODO** List here the necessary secrets. DO NOT USE PERSONAL ACCESS TOKENS IN PUBLIC REPOSITORIES.