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 pine64 star64 platform #167

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 22, 2023

  1. Add pine64 star64 platform

    This adds a timer and serial driver to libplatsupport.
    
    Co-developed-by: Ivan-Velickovic <[email protected]>
    Signed-off-by: Jimmy Brush <[email protected]>
    canarysnort01 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5d02912 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. star64: Enable serial data available interrupt

    The interrupt is enabled on init. Nothing needs to be done in the IRQ
    handler as the next read will acknowledge the interrupt to the device.
    
    Signed-off-by: Jimmy Brush <[email protected]>
    canarysnort01 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    523cd40 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. star64: clarify comment

    Signed-off-by: Ivan Velickovic <[email protected]>
    Ivan-Velickovic committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0eee647 View commit details
    Browse the repository at this point in the history
  2. star64: use UINT32_MAX for MAX_TICKS

    Signed-off-by: Ivan Velickovic <[email protected]>
    Ivan-Velickovic committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dfea258 View commit details
    Browse the repository at this point in the history
  3. star64: add comment to clarify #define

    Signed-off-by: Ivan Velickovic <[email protected]>
    Ivan-Velickovic committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    94a725d View commit details
    Browse the repository at this point in the history