FreeRTOS-Plus-TCP [Contains the source files that implement the TCP/IP stack] | +-include [Contains the header files for the TCP/IP stack] | +-portable | +-Compiler | +-Compiler_x [Contains structure packing header files for Compiler_x] | +-Compiler_y [Contains structure packing header files for Compiler_y] | +-Compiler_z [Contains structure packing header files for Compiler_z] | +-BufferManagement [Source files that implement various buffer allocation schemes] | +-NetworkInterface +-MCU_x [Contains a network driver for the MCU_x family of microcontrollers] +-MCU_y [Contains a network driver for the MCU_y family of microcontrollers] +-MCU_z [Contains a network driver for the MCU_z family of microcontrollers] The FreeRTOS+TCP Directory Structure