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 support for Cynthion r0.6, r0.7, r1.0, r1.1, r1.2 #16

Merged
merged 15 commits into from
Oct 6, 2023

Conversation

mossmann
Copy link
Member

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.

@mossmann mossmann changed the title add support for Cynthion r1 add support for Cynthion r0.6, r0.7, r1.0.0 May 15, 2023
Vangog7770

This comment was marked as off-topic.

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.
@mossmann mossmann marked this pull request as ready for review October 1, 2023 23:53
@mossmann mossmann requested a review from mndza October 1, 2023 23:53
Copy link
Contributor

@mndza mndza left a 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 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
@mossmann mossmann merged commit c462a27 into greatscottgadgets:master Oct 6, 2023
3 checks passed
@mossmann mossmann deleted the cynthion_r1 branch October 6, 2023 01:44
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.

3 participants