added xilinx lwip drivers, outgoing is working incoming TODO

This commit is contained in:
2024-08-19 16:52:10 +02:00
parent fe5629fa85
commit 910553df45
39 changed files with 9937 additions and 7 deletions

View File

@ -56,6 +56,8 @@ void mission(void);
void initFreeRTOSHelper();
void testEth();
int main(void) {
/* Configure the hardware ready to run the demo. */
@ -63,6 +65,8 @@ int main(void) {
// printf("Booting Software\n");
testEth();
mission();
}