circuitpython/ports/renode/circuitpy/code.py
Scott Shawcroft 442def3e68
Add minimal Renode port
This runs in the Renode simulator and enables easier tracing and
debugging of the CircuitPython core. This port can also serve as
a starting point for new ports because it implements the minimal
necessary for the CP core to run.
2024-04-23 13:31:31 -07:00

4 lines
160 B
Python

print("hello from renode")
# This folder gets merged into a FATFS image loaded into renode. Put what you
# want here and run `make BOARD=renode_cortex_m0plus`