冷静季节

文章
3
资源
0
加入时间
3年1月8天

Java基础(第一周)

1.第一个java程序helloword//写法一:public class HelloWorld{ public static void main(String[] args){ System.out.println("你好 中国!"); }//写法二:public class HelloWorld{ public static void main(String... args){ System.out.println("你好 中国...

HI3559AV100串口中断不够的解决方案---共享中断

shub_uart5, shub_uart6逻辑设计时没有独立的中断上报到soc测,是和shub_uart1,shub_uart2共用中断号的,采用共享中断模式:diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.cindex e242371..68b27c5 100644--- a/drivers/tty/serial/amba-pl011.c+++ b/drivers/tty/serial/