tinyriscv/tests/example/timer_int
liangkangnan 150ca7ca2b update
Signed-off-by: liangkangnan <liangkangnan@163.com>
2020-03-08 15:14:04 +08:00
..
Makefile add interrupt support and example 2020-03-08 15:09:30 +08:00
README.md update 2020-03-08 15:14:04 +08:00
link.ld add interrupt support and example 2020-03-08 15:09:30 +08:00
main.c add interrupt support and example 2020-03-08 15:09:30 +08:00
start.S add interrupt support and example 2020-03-08 15:09:30 +08:00
timer_int add interrupt support and example 2020-03-08 15:09:30 +08:00
timer_int.bin add interrupt support and example 2020-03-08 15:09:30 +08:00
timer_int.dump add interrupt support and example 2020-03-08 15:09:30 +08:00

README.md

Simple c program which can verify interrupt function.