You need to sign in or sign up before continuing.
- Aug 11, 2023
-
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
- Jul 31, 2023
-
-
Aleš Katona authored
scause: add missing LoadMisaligned
-
- Jul 30, 2023
-
-
Daniel Maslowski authored
-
Daniel Maslowski authored
See table 4.2 in privileged spec version 20211203 as found today at https://riscv.org/technical/specifications/
-
Daniel Maslowski authored
-
- May 20, 2023
-
-
Aleš Katona authored
Skip [] in docs
-
- May 19, 2023
-
-
Román Cárdenas authored
While working on the peripheral stuff, `cargo doc` kept raising a warning with this macro, as it attempted to find a reference in the crate. This PR fix it
-
- May 17, 2023
-
-
Román Cárdenas authored
Remove bors
-
Román Cárdenas authored
-
bors[bot] authored
132: Update GitHub workflows r=almindor a=romancardenas With all the bors thing going on, I've been reading a bit about merge queues etc. and noticed that some of our workflows still use outdated/deprecated actions. This PR fixes this. Co-authored-by:Román Cárdenas <rcardenas.rod@gmail.com>
-
- May 12, 2023
-
-
Román Cárdenas authored
-
Román Cárdenas authored
-
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
bors[bot] authored
129: PLIC peripheral r=romancardenas a=romancardenas Same as #125 (closing right now) but with a clean commit history. I've been playing around with this implementation and detected nice-to-have features and boring patterns that could be implemented using macros. Pointers to repos that are already working with it: - [`e310x` PAC](https://github.com/greenlsi/e310x) - [`e310x-hal` HAL](https://github.com/greenlsi/e310x-hal) - [`hifive1` BSP](https://github.com/romancardenas/hifive1) with an illustrative [example](https://github.com/romancardenas/hifive1/blob/master/examples/interrupt.rs ) Co-authored-by:
Román Cárdenas <rcardenas.rod@gmail.com>
-
- May 10, 2023
-
-
Román Cárdenas authored
-
Román Cárdenas authored
-
- May 08, 2023
-
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
bors[bot] authored
131: fix a typo r=romancardenas a=OccupyMars2025 Co-authored-by:OccupyMars2025 <31559413+OccupyMars2025@users.noreply.github.com>
-
- May 06, 2023
-
-
OccupyMars2025 authored
-
- Mar 29, 2023
-
-
Román Cárdenas authored
-
- Mar 21, 2023
-
-
Román Cárdenas authored
-
- Mar 04, 2023
-
-
bors[bot] authored
127: Add FENCE.I instruction r=almindor a=rmsyn Co-authored-by:rmsyn <rmsynchls@gmail.com>
-
- Mar 03, 2023
-
-
rmsyn authored
-
bors[bot] authored
128: Add FENCE instruction r=almindor a=rmsyn Co-authored-by:rmsyn <rmsynchls@gmail.com>
-
- Mar 02, 2023
-
-
rmsyn authored
-
- Feb 21, 2023
-
-
bors[bot] authored
123: Added clippy to the CI workflow r=almindor a=romancardenas I've been working with this crate for a while and noticed that it didn't include clippy as part of the CI process. This PR checks that clippy does not trigger any warning for new contributions. I also ran `cargo clippy --fix` to "fix" the crate. If you think this is useful, I can adapt other repos (e.g., riscv-rt or e310x). Cheers! Co-authored-by:Román Cárdenas <rcardenas.rod@gmail.com>
-
- Feb 20, 2023
-
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
- Jan 19, 2023
-
-
bors[bot] authored
122: release v0.10.1 with critical section bug r=dkhayes117 a=almindor Release the critical section bugfix from #121 Co-authored-by:Ales Katona <ales@katona.me>
-
Ales Katona authored
-