forked from ROMEO/obsw
no allocations anymore; lwip TODO
This commit is contained in:
@ -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
|
||||
)
|
Reference in New Issue
Block a user