下载 FreeRTOS
 

出色的 RTOS & 嵌入式软件

最新资讯
简化任何设备的身份验证云连接。
利用 CoAP 设计节能型云连接 IoT 解决方案。
11.0.0 版 FreeRTOS 内核简介:
FreeRTOS 路线图和代码贡献流程。
使用 FreeRTOS 实现 OPC-UA over TSN。

源代码组织
FreeRTOS-Plus-TCP 网络教程节选

RTOS 的 TCP 源代码源代码按如下目录结构分布 。 交付的预先打包项目结构可能稍有不同 之前的任何关键字。


FreeRTOS-Plus-TCP
|
+-source [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-Plus-TCP Directory Structure


<< 返回 RTOS TCP 网络教程索引

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.