xilinx eth in own folder. found another bug/challenge with dma

This commit is contained in:
2024-08-26 12:03:31 +02:00
parent 8497fe754c
commit ee06c79bf4
9 changed files with 163 additions and 233 deletions

View File

@ -3,6 +3,7 @@ add_subdirectory(ps7_cortexa9_0)
add_subdirectory(lwip)
add_subdirectory(newlib)
add_subdirectory(hardware)
add_subdirectory(eth)
target_sources(${TARGET_NAME} PRIVATE main.c testEth.c)