File list (Check if you may need any files):
libcsp-master
.............\.gitignore
.............\CHANGELOG
.............\CONTRIBUTORS
.............\COPYING
.............\INSTALL.md
.............\README.md
.............\bindings
.............\........\python
.............\........\......\pycsp.py
.............\doc
.............\...\example.md
.............\...\history.md
.............\...\interfaces.md
.............\...\memory.md
.............\...\mtu.md
.............\...\protocolstack.md
.............\...\topology.md
.............\examples
.............\........\csp_if_fifo.c
.............\........\csp_if_fifo_windows.c
.............\........\kiss.c
.............\........\simple.c
.............\include
.............\.......\csp
.............\.......\...\arch
.............\.......\...\....\csp_clock.h
.............\.......\...\....\csp_malloc.h
.............\.......\...\....\csp_queue.h
.............\.......\...\....\csp_semaphore.h
.............\.......\...\....\csp_system.h
.............\.......\...\....\csp_thread.h
.............\.......\...\....\csp_time.h
.............\.......\...\csp.h
.............\.......\...\csp_buffer.h
.............\.......\...\csp_cmp.h
.............\.......\...\csp_crc32.h
.............\.......\...\csp_debug.h
.............\.......\...\csp_endian.h
.............\.......\...\csp_error.h
.............\.......\...\csp_interface.h
.............\.......\...\csp_platform.h
.............\.......\...\drivers
.............\.......\...\.......\i2c.h
.............\.......\...\.......\usart.h
.............\.......\...\interfaces
.............\.......\...\..........\csp_if_can.h
.............\.......\...\..........\csp_if_i2c.h
.............\.......\...\..........\csp_if_kiss.h
.............\.......\...\..........\csp_if_lo.h
.............\src
.............\...\arch
.............\...\....\freertos
.............\...\....\........\csp_malloc.c
.............\...\....\........\csp_queue.c
.............\...\....\........\csp_semaphore.c
.............\...\....\........\csp_system.c
.............\...\....\........\csp_thread.c
.............\...\....\........\csp_time.c
.............\...\....\macosx
.............\...\....\......\csp_malloc.c
.............\...\....\......\csp_queue.c
.............\...\....\......\csp_semaphore.c
.............\...\....\......\csp_system.c
.............\...\....\......\csp_thread.c
.............\...\....\......\csp_time.c
.............\...\....\......\pthread_queue.c
.............\...\....\......\pthread_queue.h
.............\...\....\posix
.............\...\....\.....\csp_clock.c
.............\...\....\.....\csp_malloc.c
.............\...\....\.....\csp_queue.c
.............\...\....\.....\csp_semaphore.c
.............\...\....\.....\csp_system.c
.............\...\....\.....\csp_thread.c
.............\...\....\.....\csp_time.c
.............\...\....\.....\pthread_queue.c
.............\...\....\.....\pthread_queue.h
.............\...\....\windows
.............\...\....\.......\README
.............\...\....\.......\csp_malloc.c
.............\...\....\.......\csp_queue.c
.............\...\....\.......\csp_semaphore.c
.............\...\....\.......\csp_system.c
.............\...\....\.......\csp_thread.c
.............\...\....\.......\csp_time.c
.............\...\....\.......\windows_glue.h
.............\...\....\.......\windows_queue.c
.............\...\....\.......\windows_queue.h
.............\...\crypto
.............\...\......\csp_hmac.c
.............\...\......\csp_hmac.h
.............\...\......\csp_sha1.c
.............\...\......\csp_sha1.h
.............\...\......\csp_xtea.c
.............\...\......\csp_xtea.h
.............\...\csp_buffer.c
.............\...\csp_conn.c
.............\...\csp_conn.h
.............\...\csp_crc32.c