Added the targets that the project will focus on.
This commit is contained in:
parent
97c568b78d
commit
f28254db1a
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue