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 e22a839 commit 3198c8eCopy full SHA for 3198c8e
advanced/circuitpython/README.md
@@ -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