-
Notifications
You must be signed in to change notification settings - Fork 30
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 support for Cynthion r0.6, r0.7, r1.0, r1.1, r1.2 #16
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mossmann
changed the title
add support for Cynthion r1
add support for Cynthion r0.6, r0.7, r1.0.0
May 15, 2023
mndza
reviewed
Jun 20, 2023
There is an external pull-up starting in Cynthion r0.6. The internal pull-up could cause problems starting in Cynthion r0.7.
Spurious interrupts during FPGA configuration on Cynthion have convinced us to develop a more sophisticated method for the FPGA to communicate its needs to the microcontroller.
A post-0.14.0 commit of tinyusb is used in order to incorporate the recent renaming of Cynthion (from LUNA to Cynthion) and the change to a 2 KiB bootloader for Cynthion. Also rename the Apollo board from luna to cynthion to match tinyusb.
Previously we required a recursive installation of a large number of submodules, but now those dependencies are fetched on demand and are limited to those required for the target platform.
mndza
reviewed
Oct 3, 2023
mndza
approved these changes
Oct 4, 2023
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.
👍
If we want to use LED(s) to indicate the switch state, we should do it in a way that the existing LED usage does not override.
mossmann
changed the title
add support for Cynthion r0.6, r0.7, r1.0.0
Add support for Cynthion r0.6, r0.7, r1.0, r1.1, r1.2
Oct 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The shared USB port (CONTROL) is now handed off to the FPGA at start-up (only on r1 for now). Press the PROGRAM button to have Apollo take over the port.
LED D now indicates that Apollo is using the shared USB port.