adjusting xil eth to work for us

This commit is contained in:
2024-10-14 14:15:07 +02:00
parent fd2c5a544f
commit 6ff33beecc
14 changed files with 607 additions and 21 deletions

View File

@ -40,6 +40,9 @@ extern "C" {
#if !NO_SYS
#include "lwip/sys.h"
//TODO this is not portable:
#include "FreeRTOS.h"
#include "timers.h"
#endif
#include "lwip/netif.h"

View File

@ -36,7 +36,7 @@
extern "C" {
#endif
#include "debug.h"
#include "lwip/debug.h"
#define PQ_QUEUE_SIZE 4096