forked from xuos/xiuos
support lcd and wifi and ethernet test on xidatong-arm32
This commit is contained in:
@@ -374,7 +374,7 @@ int test_lcd(int argc, FAR char *argv[])
|
||||
close(state.fd);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
printf("2022-10-14 Mr. Wang commit LCD\n");
|
||||
printf("VideoInfo:\n");
|
||||
printf(" fmt: %u\n", state.vinfo.fmt);
|
||||
printf(" xres: %u\n", state.vinfo.xres);
|
||||
|
||||
@@ -181,6 +181,7 @@ static void TcpSocketSendTask(void *arg)
|
||||
int ret;
|
||||
char send_msg[128];
|
||||
|
||||
lw_print("2022-10-14 Mr. Wang commit TCP\n");
|
||||
lw_print("%s start\n", __func__);
|
||||
|
||||
memset(send_msg, 0, sizeof(send_msg));
|
||||
|
||||
Reference in New Issue
Block a user