We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89ed41 commit 0c0d4a4Copy full SHA for 0c0d4a4
README.md
@@ -1 +1,20 @@
1
-# PY32F0 CMAKE TEMPLATE
+# 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