fsfw points to eive/develop now

This commit is contained in:
2020-12-29 14:14:11 +01:00
parent 9a6fbbaff6
commit dd37efd34d
9 changed files with 29 additions and 3 deletions

View File

@ -7,7 +7,7 @@ target_sources(${LIB_CSP_NAME} PRIVATE
csp_dedup.c
csp_endian.c
csp_hex_dump.c
csp_pflist.c
csp_iflist.c
csp_io.c
csp_port.c
csp_promisc.c
@ -22,4 +22,6 @@ add_subdirectory(drivers)
add_subdirectory(crypto)
add_subdirectory(interfaces)
add_subdirectory(rtable)
add_subdirectory(transport)
add_subdirectory(arch)

View File

@ -0,0 +1,3 @@
add_subdirectory(posix)

View File

@ -1,7 +1,7 @@
target_sources(${LIB_CSP_NAME} PRIVATE
csp_malloc.c
csp_queue.c
csp_sempahore.c
csp_semaphore.c
csp_system.c
csp_thread.c
csp_time.c