1、add i2c driver for xidatong;2、add touch driver for xidatong;3、add input device for lvgl;4、repair interrupt for m7;5、repair startup sequence for xidatong
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <xs_base.h>
|
||||
#include <xs_isr.h>
|
||||
|
||||
#include "fsl_common.h"
|
||||
|
||||
x_base __attribute__((naked)) DisableLocalInterrupt()
|
||||
{
|
||||
@@ -37,11 +37,13 @@ void __attribute__((naked)) EnableLocalInterrupt(x_base level)
|
||||
|
||||
int32 ArchEnableHwIrq(uint32 irq_num)
|
||||
{
|
||||
EnableIRQ(irq_num);
|
||||
return EOK;
|
||||
}
|
||||
|
||||
int32 ArchDisableHwIrq(uint32 irq_num)
|
||||
{
|
||||
DisableIRQ(irq_num);
|
||||
return EOK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user