Fix lwip bug

Adapt to 2023.2 bsp
Sync CPLD function to latest
This commit is contained in:
2026-06-17 17:34:28 +08:00
parent 37eee4cc7f
commit ec6b77d21c
20 changed files with 542 additions and 214 deletions
+1
View File
@@ -9,6 +9,7 @@
#define dat_width 3
int CPLD_Checkin();
int CPLD_Write(u8 addr,u32 data);
int CPLD_Read(u8 CPLDSel, u8 reg_addr, u32* reg_data);
int CPLD_Read_ALL(u8 reg_addr, u32* reg_data);