787280da0c | ||
---|---|---|
ch32v20x_tdd_template@e8e158ad5c | ||
i2c_sensor_driver@4e093f648a | ||
stm32f1xx_tdd_template@fdc220f5b6 | ||
x86_tdd_template@5668381b6f | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md |
README.md
tdd_templates
A master repo of multiple templates for rust tdd cycles across multiple platforms
Targets(Platforms)
This outlines the plans for what targets will be the most supported and worked on.
Tier 1
- x86-linux/Freebsd
- stm32f1xx
- ch32v20x
Tier 2
- AVR
- armv6
- armv7
Usage
- Download the master repo(superrepo)
- cd into the directory.
- check out the newest release tag.
- fetch the git sub-modules or templates as desired.
- read the readme in the sub-module/template
git clone ssh://git@gorge.works:30023/TDD-For-Rust/tdd_templates.git
cd tdd_templates
# Updates and clones for all submodules.
git submodule update --init