-
Notifications
You must be signed in to change notification settings - Fork 25
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
Is the project abandoned? #5
Comments
So it seems. :( |
I found this scaprile/rp2040pio fork that had made some improvements. 7 commits ahead |
I'm currently working on a fork with some improvements, though it's not ready to merge yet.. |
@byteit101 I gave your fork a try, and eventually got it working. Wanted to drop some additional usage notes for other folks. I'd add these directly to your fork, but it looks like the issues tab is unavailable, so sharing notes here instead. git clone https://github.com/byteit101/pio-debugger-emulator.git
cd pio-debugger-emulator
./gradlew jar
# Ubuntu 22.04 has an older java version. Update required:
sudo apt install openjdk-17-jdk
# In three separate terminals:
java -jar ./app/build/libs/app.jar server
java -jar ./app/build/libs/app.jar monitor
java -jar ./app/build/libs/app.jar gui
# In the monitor window:
script -e blink -d
# Then repeat this command to step through the instructions
trace Small bug: In the GUI, I could not run the monitor script when clicking "reload" from the script loader dialog. It gave me this error, complaining about the
The |
@milesfrain Thanks for the finds!
Even with those changes, the blink example still has a few issues in the gui, though I'm not sure why. I'd need to sit down to debug that. However, the non-interactive portion does seem to be working at least Thanks for trying out my branch! Do let me know any more issues you run into, either here or on the issue page on my fork. Life interrupted this project this summer and fall, but I'm hoping to hack on it some more this winter. |
No description provided.
The text was updated successfully, but these errors were encountered: