-
Notifications
You must be signed in to change notification settings - Fork 78
新引入的中断bug #9
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
中断处理函数没有对设备清中断的操作,导致设备无限发送中断卡死,应当为设备提供一个clean irq 的接口,在中断回调中使用。