XinLiGH / RingBufferLinks
模仿 kfifo 实现的环形缓冲区
☆97Updated 5 years ago
Alternatives and similar repositories for RingBuffer
Users that are interested in RingBuffer are comparing it to the libraries listed below
Sorting:
- 基于C语言的json数据映射解析库☆137Updated 3 years ago
- SM是一个状态机库的C语言实现,支持FSM和HSM。该库参考了QP-nano。☆101Updated 9 years ago
- http client library by RT-Thread☆73Updated last year
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆96Updated 3 years ago
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆74Updated 4 years ago
- LwIP学习和总结及中文注释☆78Updated 6 years ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆74Updated 3 years ago
- 基于socket API的MQTT客户端,以极少的资源实现qos2服务质量,并且实现mbedtls支持,此仓库是专门为RT-Thread做的软件包,原始仓库位于:https://github.com/jiejieTop/mqttclient☆90Updated last year
- 一个Makefile通用模板,拥有IDE环境的如下特性:子工程列表、文件树、工程选项☆29Updated 4 years ago
- 基于C语言开发的环形缓冲区☆113Updated last year
- DoraOS 是我个人所写的RTOS内核,结合FreeRTOS、uCOS, RT-Thread, LiteOS 的特性所写,取其精华,去其糟粕,本项目将持续维护,欢迎大家fork与star。☆167Updated 5 years ago
- SL_SDK provides an easy-to-use software framework with united HAL and OSAL, also including a runtime environment to speed-up development …☆89Updated 3 years ago
- Lightweight embedded flash memory library. Make flash to be a small KV database. | 嵌入式 Flash 存储器库,让 Flash 成为小型 KV 数据库☆125Updated last year
- 仿linux通用mcu架构☆53Updated 3 years ago
- Source Insight快捷宏,基于quicker.em进行修改,最终目的在于,采用便捷的方式添加注释,并符合Doexgen的解析规则☆35Updated 4 years ago
- RT-Thread kernel samples☆92Updated 6 months ago
- Small GUI Library of MCUs☆66Updated 10 years ago
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制☆125Updated 5 years ago
- NUC972 Linux Lessons Resource☆36Updated 5 years ago
- NOR Flash的磨损平衡算法☆66Updated 8 years ago
- 一个Ymodem的非死循环的状态机轮转式的协议实现的源码。☆122Updated 10 years ago
- 一个超级小型的嵌入式Flash KV存储系统☆48Updated 5 years ago
- Synchronous Asynchronous Log Output Framework(同步异步日志输出框架)☆21Updated 5 years ago
- A lightweight, customizable embedded Web Server for RT-Thread☆52Updated last year
- A high-performance, high-stability, cross-platform HTTP client.☆202Updated 2 years ago
- LwIP 2.1.2 版本的源码中文注释☆17Updated 5 years ago
- 基于多线程的非阻塞 socket 编程☆36Updated 6 years ago
- C语言实现的信号槽模块☆35Updated 4 months ago
- 数据帧解析器,用于解析带有数据校验头和校验尾的数据☆56Updated 8 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆25Updated 4 years ago