support lcd and wifi and ethernet test on xidatong-arm32

This commit is contained in:
wlyu
2022-10-14 16:57:30 +08:00
parent a1ddea8e5e
commit 2b099b8bf5
9 changed files with 132 additions and 26 deletions

View File

@@ -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);

View File

@@ -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));