lwip without any alloc and sending and receiving UDP via slip

This commit is contained in:
2023-11-03 17:08:26 +01:00
parent 450eeede33
commit 701d3dca7f
3 changed files with 49 additions and 35 deletions

View File

@ -6,7 +6,7 @@ target_sources(${TARGET_NAME} PUBLIC
src/asm_vectors.S
src/open.c
src/xil_exception.c
src/sbrk.c
#src/sbrk.c
src/xl2cc_counter.c
src/xil_cache.c
src/xil_spinlock.c
@ -48,5 +48,5 @@ target_sources(${TARGET_NAME} PUBLIC
src/outbyte.c
src/unlink.c
src/abort.c
src/_sbrk.c
#src/_sbrk.c
)