# 轻量级串口框架 **Repository Path**: lai-dinghong/lightweight-serial-framework ## Basic Information - **Project Name**: 轻量级串口框架 - **Description**: 非常轻量级,单个对象RAM占用68字节左右(不算缓冲区),ROM占用1-2K左右,功能支持裁剪,该库参考了freeRTOS的队列实现,进行简化处理,保留最核心的功能,对于数据的FIFO操作, 分析了拷贝原数据的劣势,采用了类似拷贝指针的方式,减少内存占用,提高效率。 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2025-05-28 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README No README documentation available for this project.