Compare commits
No commits in common. "6d227bc37a3f339382858bd70b05d1db16f2d3fb" and "e499ac44cfb702e928fa0d5aa7dbc796cda6ec79" have entirely different histories.
6d227bc37a
...
e499ac44cf
1 changed files with 0 additions and 35 deletions
35
README.md
35
README.md
|
@ -1,35 +0,0 @@
|
||||||
# CH32V20X TDD template
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
This is a TDD focused template that uses the cpputest testing harness and
|
|
||||||
CMAKE for the build system. The build system and testing is held together with
|
|
||||||
the use of the `otto.sh` script.
|
|
||||||
|
|
||||||
## Dependencies
|
|
||||||
|
|
||||||
- CMAKE >= 3.20
|
|
||||||
- CppUTest >= 3.8
|
|
||||||
- Bash/Sh shell
|
|
||||||
|
|
||||||
|
|
||||||
## Hardware Specific
|
|
||||||
|
|
||||||
Given this template targets the whole range of CH32V20X chips you will want
|
|
||||||
to define their memory layout to reflect the chip you have chosen.
|
|
||||||
|
|
||||||
## Using the template
|
|
||||||
|
|
||||||
### Setting up dependencies
|
|
||||||
|
|
||||||
### Running Tests
|
|
||||||
|
|
||||||
```sh
|
|
||||||
echo "1" | ./otto.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
### Building Binaries
|
|
||||||
|
|
||||||
|
|
||||||
### Flashing Micro-Controller
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue