-
Notifications
You must be signed in to change notification settings - Fork 789
Port RunCPM to the Metro RP2350 with HSTX #2978
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
Conversation
This uses the built in HSTX connector for video out, and the built in SD card for file storage. It's a 1-board emulator for the 8-bit CP/M operating system! At this time, unreleased modifications to Adafruit_dvhstx and Pico-PIO-USB are needed. Otherwise, the code will not work properly.
It's failing looking for Adafruit_DVI_HSTX. If your PR to that library were merged, would you be able to use that branch instead of your own? |
The library will need (eventually need) to be added to the CI process. https://learn.adafruit.com/submitting-arduino-code-to-the-adafruit-learning-system/missing-libraries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested, remaining CI error is due to adafruit/Adafruit_TinyUSB_Arduino#507 which will be fixed with a release
This uses the built in HSTX connector for video out, and the built in SD card for file storage. It's a 1-board emulator for the 8-bit CP/M operating system!
At this time, unreleased modifications to Pico-PIO-USB are needed. Otherwise, the code will not work properly: