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 riscv-peripheral crate #164

Merged
merged 29 commits into from
Feb 14, 2024
Merged

Add riscv-peripheral crate #164

merged 29 commits into from
Feb 14, 2024

Commits on Aug 22, 2023

  1. Initial commit

    romancardenas authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    50c6460 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    197f2fc View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    42f5642 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    de55f4f View commit details
    Browse the repository at this point in the history
  2. PLIC macro

    romancardenas committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9067bad View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Create rust.yml

    Automatic CI action. Will improve it shortly
    romancardenas authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1459e8f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Update macros.rs

    bug in PLIC macro
    romancardenas authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    776aaac View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    6d72036 View commit details
    Browse the repository at this point in the history
  2. Docs and CI actions

    romancardenas committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7449010 View commit details
    Browse the repository at this point in the history
  3. Fix clippy action

    romancardenas committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1509de2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Added new functions

    romancardenas committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    90a4035 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    13deb05 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. HAL implementations

    romancardenas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    012aa79 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    147285e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    a74f311 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from purplethunder/embedded-hal-1.0.0-rc.2

    Track DelayNs changes in embedded-hal-1.0.0-rc.2
    romancardenas authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    205b197 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. prepare for riscv

    romancardenas committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    51066b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c72d57 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. riscv-peripheral crate

    romancardenas committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    36a264c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. store waker

    romancardenas committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    82de921 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    552063c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    5b012c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    b2183c6 View commit details
    Browse the repository at this point in the history
  2. use e-h-1

    romancardenas committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e29948c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    89a632f View commit details
    Browse the repository at this point in the history
  2. MSRV is now 1.75

    romancardenas committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2531e68 View commit details
    Browse the repository at this point in the history
  3. async stuff (WIP)

    romancardenas committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f4e29c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9cd65d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. tweak CI

    romancardenas committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    358a152 View commit details
    Browse the repository at this point in the history