commit | 1217656a2400cf34f0d39b2b534b70de5fb51f73 | [log] [tgz] |
---|---|---|
author | Greter Raffael <rgreter@baumer.com> | Thu Dec 21 12:41:59 2023 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jan 18 10:53:27 2024 +0100 |
tree | 8fe36811d8e84dc9058161ad341e809b34aa3de6 | |
parent | 72758f96d1529e72c9fc00f1a270fd2211bb6d7b [diff] |
riscv: irq: Set prio for dynamic and direct irqs on clic The irq priority has to be called for dynamic and direct irqs, too. For direct isrs, this was missing completely, for direct irqs just for the clic. For dynamic irqs, I replaced the current implementation with `z_riscv_irq_priority_set`. For the plic, this is exaclty the same. Signed-off-by: Greter Raffael <rgreter@baumer.com>