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

Refactor/add hal as datastructure #148

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

Commits on Oct 9, 2024

  1. aarch64 got HALed

    n1tram1 authored and Skallwar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3cc7ed3 View commit details
    Browse the repository at this point in the history
  2. refactor: add a safe OnceLock data structure

    Taken from rust, very minor modifications on my side.
    n1tram1 authored and Skallwar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    47220cc View commit details
    Browse the repository at this point in the history
  3. port HAL for riscv64

    n1tram1 authored and Skallwar committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    06547b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d46f599 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. misc: replace asm! with naked_asm! in naked functions

    Fixes: error[E0787]: the `asm!` macro is not allowed in naked functions
    
    Signed-off-by: Esteban Blanc <[email protected]>
    Skallwar committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    012f9aa View commit details
    Browse the repository at this point in the history