add w5500 test example

This commit is contained in:
wuzheng
2022-11-29 09:30:48 +08:00
parent d8ac0998b2
commit 100fe8c2d0
5 changed files with 97 additions and 3 deletions

View File

@@ -227,6 +227,11 @@ struct RtcDrvConfigureParam
time_t *time;
};
enum TCP_OPTION {
SEND_DATA = 0,
RECV_DATA,
};
#define PRIV_SYSTICK_GET (CurrentTicksGain())
#define PRIV_LCD_DEV "/dev/lcd_dev"
#define MY_DISP_HOR_RES BSP_LCD_Y_MAX