riscv32: rename to riscv
With the upcoming riscv64 support, it is best to use "riscv" as the subdirectory name and common symbols as riscv32 and riscv64 support code is almost identical. Then later decide whether 32-bit or 64-bit compilation is wanted. Redirects for the web documentation are also included. Then zephyrbot complained about this: " New files added that are not covered in CODEOWNERS: dts/riscv/microsemi-miv.dtsi dts/riscv/riscv32-fe310.dtsi Please add one or more entries in the CODEOWNERS file to cover those files " So I assigned them to those who created them. Feel free to readjust as necessary. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
This commit is contained in:
parent
48b4ad4b33
commit
1f4b5ddd0f
159 changed files with 125 additions and 118 deletions
|
@ -100,7 +100,7 @@ int riscv_plic_irq_is_enabled(u32_t irq)
|
|||
* @brief Set priority of a riscv PLIC-specific interrupt line
|
||||
*
|
||||
* This routine set the priority of a RISCV PLIC-specific interrupt line.
|
||||
* riscv_plic_irq_set_prio is called by riscv32 Z_ARCH_IRQ_CONNECT to set
|
||||
* riscv_plic_irq_set_prio is called by riscv Z_ARCH_IRQ_CONNECT to set
|
||||
* the priority of an interrupt whenever CONFIG_RISCV_HAS_PLIC variable is set.
|
||||
* @param irq IRQ number for which to set priority
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue