There was conflict for os_default_irq_asm. Function with this name had different signature from other platforms. When common architecture functions were put in separate header function prototype start to differ from implementation. os_default_irq_asm is used in other platforms as interrupt starting address while in riscv it was used to handle plic interrupts.
Now default handler for plic interrupts is named plic_default_isr. [ Full content available at: https://github.com/apache/mynewt-core/pull/1419 ] This message was relayed via gitbox.apache.org for [email protected]
