You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/09/24 07:54:21 UTC

[GitHub] kasjer opened a new pull request #1419: fe310: change default plic isr name

kasjer opened a new pull request #1419: fe310: change default plic isr name
URL: https://github.com/apache/mynewt-core/pull/1419
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services