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.
4 lines
160 B
Python
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`
|