Skip to content

Commit 0c0d4a4

Browse files
committed
docs readme: update document
Signed-off-by: John Sanpe <[email protected]>
1 parent d89ed41 commit 0c0d4a4

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# PY32F0 CMAKE TEMPLATE
1+
# PY32F0xx CMAKE TEMPLATE
2+
3+
This project demonstrates the operation of bfdev on the PY32F0xx platform.
4+
5+
## How to compile
6+
7+
```
8+
# apt install gcc-arm-none-eabi
9+
# ./build.sh
10+
```
11+
12+
## Run benchmark
13+
14+
Flash the generated image `build/examples/benchmark/benchmark.hex` to stm32 chip.
15+
16+
```
17+
[info] benchmark: Benchmark for PY32F0xx.
18+
[info] benchmark: Bfdev version: 1.0.1-devel
19+
...
20+
```

0 commit comments

Comments
 (0)