nuttx/arch/risc-v
Masayuki Ishikawa d76ba14d58 arch: fe310: Fix mstatus handling
In previous commit, mstatus.mie was set when creating a new task
    but this change was incorrect and had a side effect such that
    a machine interrupt would be enabled just before returning from
    interrupt handling routine to switch context.

    Also, mstatus.mpp is set to machine mode in up_get_newintctx()
    instead of fe310_dispatch_irq().
2020-01-08 10:39:00 -03:00
..
include arch: fe310: Fix mstatus handling 2020-01-08 10:39:00 -03:00
src arch: fe310: Fix mstatus handling 2020-01-08 10:39:00 -03:00
Kconfig Squashed commit of the following: 2019-12-31 09:06:20 -06:00