Skip to content

Commit c1fa400

Browse files
authored
RISCV: Separate PLIC and non-PLIC (#428)
* RISCV: Separate PLIC and non-PLIC * De-duplicate code * Write 0 to INTR_MAP again to disable peripheral interrupts * Limit visibility of `get_assigned_cpu_interrupt`
1 parent c01317e commit c1fa400

File tree

6 files changed

+277
-227
lines changed

6 files changed

+277
-227
lines changed

esp-hal-common/build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn main() {
3939
// - 'gdma'
4040
// - 'i2c1'
4141
// - 'i2s'
42+
// - 'large_intr_status'
4243
// - 'mcpwm'
4344
// - 'pcnt'
4445
// - 'pdma'
@@ -110,6 +111,7 @@ fn main() {
110111
"aes",
111112
"gdma",
112113
"i2s",
114+
"large_intr_status",
113115
"mcpwm",
114116
"pcnt",
115117
"plic",

0 commit comments

Comments
 (0)