Added more details on dependencies.
This commit is contained in:
parent
b442ec78dc
commit
6d227bc37a
18
README.md
18
README.md
|
@ -2,9 +2,21 @@
|
||||||
|
|
||||||
## Description
|
## 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
|
## 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
|
## Using the template
|
||||||
|
|
||||||
|
@ -12,6 +24,12 @@
|
||||||
|
|
||||||
### Running Tests
|
### Running Tests
|
||||||
|
|
||||||
|
```sh
|
||||||
|
echo "1" | ./otto.sh
|
||||||
|
```
|
||||||
|
|
||||||
### Building Binaries
|
### Building Binaries
|
||||||
|
|
||||||
|
|
||||||
### Flashing Micro-Controller
|
### Flashing Micro-Controller
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue