Skip to content

Commit 3198c8e

Browse files
committed
Minimal CircuitPython port documentation
1 parent e22a839 commit 3198c8e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

advanced/circuitpython/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Compiling CircuitPython
2+
```
3+
cd port-riscv-emu.py
4+
make
5+
```
6+
7+
## Running CircuitPython
8+
```
9+
./riscv-emu.py --timer=mmio --ram-size=4096 --uart --blkdev=advanced/circuitpython/riscv-emu.py/build-riscv-emu.py/circuitpy.img advanced/circuitpython/riscv-emu.py/build-riscv-emu.py/firmware.elf
10+
```
11+

0 commit comments

Comments
 (0)