rt-thread-official/bsp/hifive1/drivers
David Lin 011ed26bac
[bsp/hifive1]Fixed symbol error in interrupt.c
Note that the symbol ';;' is wrong in 'return (rt_uint32_t)PLIC_claim_interrupt(&g_plic);;',
so that ';;' should been replaced with ';'.
2020-02-24 20:12:23 +08:00
..
SConscript [bsp] add new bsp: hifive1 2018-05-31 14:58:59 +08:00
board.c [bsp][hifive1] remove unused code 2018-06-04 11:43:02 +08:00
board.h [bsp] add new bsp: hifive1 2018-05-31 14:58:59 +08:00
drv_usart.c [bsp] add new bsp: hifive1 2018-05-31 14:58:59 +08:00
interrupt.c [bsp/hifive1]Fixed symbol error in interrupt.c 2020-02-24 20:12:23 +08:00
interrupt.h [bsp/hifive1]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:57 +08:00