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

lpc4322_hic: clock enhancements #925

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open

Commits on Jan 9, 2022

  1. lpc43xx_hic: remove lpc43xx_cgu.{c|h}

    Adrian Negreanu committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    887c9fb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. lpc43xx_hic,uart: replace CGU code with direct register setup

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    5ea882a View commit details
    Browse the repository at this point in the history
  2. lpc43xx_hic,system: extract N setup as ndec_new

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f1315ba View commit details
    Browse the repository at this point in the history
  3. lpc43xx_hic,system: extract P setup as pdec_new

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ca753ed View commit details
    Browse the repository at this point in the history
  4. lpc43xx_hic,system: extract M setup as mdec_new

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    abcbeec View commit details
    Browse the repository at this point in the history
  5. lpc43xx_hic,system: extract SELI setup as anadeci_new

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    dd0bb84 View commit details
    Browse the repository at this point in the history
  6. lpc43xx_hic,system: extract SELI setup as anadecp_new

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    cd0f4ae View commit details
    Browse the repository at this point in the history
  7. lpc43xx_hic,system: make use of WaitUs

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    0885a2d View commit details
    Browse the repository at this point in the history
  8. lpc43xx_hic,system: use defines where possible

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a3e0b08 View commit details
    Browse the repository at this point in the history
  9. lpc43xx_hic,system: Enable USB0 PHY power

    this part is taken from board_LPC43xx.c
    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3026c65 View commit details
    Browse the repository at this point in the history
  10. lpc43xx_hic,board: remove CGU code

    Adrian Negreanu committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    88d4bda View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. lp43xx: use Driver_USART0 for virtual com port

    The code is adapted from lpc55xx/uart.c.
    Adrian Negreanu committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    422c5cc View commit details
    Browse the repository at this point in the history