Commit Graph

8 Commits

Author SHA1 Message Date
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
liruncong fedc573768 [bsp/hifive1]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:57 +08:00
liang yongxiang 99cbadc1d9 [bsp][hifive1] remove unused code 2018-06-04 11:43:02 +08:00
liang yongxiang 43922e465e [bsp] add new bsp: hifive1 2018-05-31 14:58:59 +08:00
liang yongxiang be27862154 [bsp] remove hifive1 bsp 2018-05-29 12:59:19 +08:00
zhangjun 51bba09ad0 remove cpuusage.c
remove unused line in SConstruct
2017-07-31 12:17:12 +08:00
zhangjun 72cfe9dd68 modify: drivers/cpuusage.c
modify:     ../../libcpu/risc-v/e310/stack.c
	rmove unused macro definition
modify:     ../../src/idle.c
	Return to the original version
2017-07-31 12:05:45 +08:00
zhangjun 20f581a60d rename bsp risc-v to hifive1 2017-07-31 11:37:23 +08:00