Skip to content

Commit

Permalink
Debug Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Jul 28, 2023
1 parent 715fab2 commit ea7e9a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/risc-v/src/qemu-rv/qemu_rv_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ void up_irqinitialize(void)

up_irq_enable();
#endif

////Testing
for (id = RISCV_IRQ_EXT + 1; id < 89; id++) { up_enable_irq(id); } ////
}

/****************************************************************************
Expand All @@ -105,6 +108,7 @@ void up_irqinitialize(void)

void up_disable_irq(int irq)
{
_info("irq=%d\n", irq);////
int extirq;

if (irq == RISCV_IRQ_SOFT)
Expand Down

0 comments on commit ea7e9a0

Please sign in to comment.