This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #334 from sifive/clic-examples
New a couple of CLIC examples demonstration clic functionality
- Loading branch information
Showing
7 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,3 +73,12 @@ | |
[submodule "software/plic-interrupts"] | ||
path = software/plic-interrupts | ||
url = https://github.com/sifive/example-plic-interrupts.git | ||
[submodule "software/clic-vector-interrupts"] | ||
path = software/clic-vector-interrupts | ||
url = [email protected]:sifive/example-clic-vector-interrupts.git | ||
[submodule "software/clic-selective-vector-interrupts"] | ||
path = software/clic-selective-vector-interrupts | ||
url = [email protected]:sifive/example-clic-selective-vector-interrupts.git | ||
[submodule "software/clic-hardware-vector-interrupts"] | ||
path = software/clic-hardware-vector-interrupts | ||
url = [email protected]:sifive/example-clic-hardware-vector-interrupts.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule freedom-metal
updated
7 files
+2 −7 | metal/drivers/riscv_cpu.h | |
+2 −1 | metal/drivers/sifive_clic0.h | |
+136 −17 | metal/interrupt.h | |
+47 −9 | src/drivers/riscv_cpu.c | |
+231 −60 | src/drivers/sifive_clic0.c | |
+31 −0 | src/drivers/sifive_local-external-interrupts0.c | |
+27 −2 | src/interrupt.c |
Submodule clic-hardware-vector-interrupts
added at
b574f3
Submodule clic-selective-vector-interrupts
added at
7e5ad4
Submodule clic-vector-interrupts
added at
53d1bb