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

Added PLL7 (USB2 PLL) Support #170

Merged
merged 4 commits into from
Aug 5, 2024
Merged

Added PLL7 (USB2 PLL) Support #170

merged 4 commits into from
Aug 5, 2024

Commits on Aug 4, 2024

  1. Added PLL7.

    PLL7 is required to use the secondary USB controller. PLL3 is only used for the primary USB controller.
    
    I briefly read through the imxrt1060 specification to ensure that it was intended to be clocked identically. I can't imagine much else needs verification, as this addition seems relatively simple.
    tprice02 authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a18cda8 View commit details
    Browse the repository at this point in the history
  2. Revert "Added PLL7."

    This reverts commit a18cda8.
    tprice02 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6599152 View commit details
    Browse the repository at this point in the history
  3. Add 1060 PLL7 support

    tprice02 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    e6fb077 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    tprice02 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    cc0c57d View commit details
    Browse the repository at this point in the history