Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal Renode port #9199

Merged
merged 12 commits into from May 1, 2024
Merged

Add minimal Renode port #9199

merged 12 commits into from May 1, 2024

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Apr 23, 2024

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.

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.
@tannewt tannewt requested a review from dhalbert April 23, 2024 20:32
@tannewt tannewt marked this pull request as ready for review April 24, 2024 18:57
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting!

A few very minor things, all with proposed suggestions. Looking forward to needing to use this for debugging something!

ports/renode/README.md Outdated Show resolved Hide resolved
ports/renode/Simple32Khz.cs Outdated Show resolved Hide resolved
ports/renode/Simple32Khz.cs Outdated Show resolved Hide resolved
ports/renode/Simple32Khz.cs Outdated Show resolved Hide resolved
ports/renode/Simple32Khz.cs Outdated Show resolved Hide resolved
ports/renode/common-hal/busio/UART.c Show resolved Hide resolved
ports/renode/boards/peripherals.repl Outdated Show resolved Hide resolved
ports/renode/mphalport.c Outdated Show resolved Hide resolved
tannewt and others added 2 commits April 26, 2024 14:38
Co-authored-by: Dan Halbert <halbert@halwitz.org>
@tannewt tannewt requested a review from dhalbert April 26, 2024 23:22
@dhalbert
Copy link
Collaborator

I merged #9207 first, which caused merge conflicts.

@tannewt
Copy link
Member Author

tannewt commented Apr 30, 2024

@dhalbert It is building again.

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All right!

@dhalbert dhalbert merged commit 8734076 into adafruit:main May 1, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants