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

hw/mcu: Add nxp sdk repository #3030

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Commits on Aug 19, 2024

  1. hw/mcu: Add nxp sdk repository

    kasjer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bc0e9b5 View commit details
    Browse the repository at this point in the history
  2. hw/mcu: Remove copy of NXP sdk files

    nxp sdk is now external repository.
    Local copies are deleted.
    Some changes to MK64F12 and MK8xF were made to
    used external repository files
    kasjer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    84248a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. hw/mcu: Add LPC55xx family MCU from NXP

    This adds basic support for NXP LPC55xx family.
    Currently watchdog, flash, uart, gpio is suported.
    No I2C, SPI, timers.
    kasjer committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6c5542f View commit details
    Browse the repository at this point in the history
  2. hw/bsp: Add lpcxpresso55s28 BSP

    This adds support for NXP LPCXPRESSO55S28 board.
    kasjer committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    771155d View commit details
    Browse the repository at this point in the history