wuzhl2018 / LwRBLinks
ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体硬件平台无关 3. 类FIFO缓冲设计 4. 未使用动态内存分配,纯静态内存 5. 特殊优化过的memcpy实现 6. 当用作单写/单读的管道时是线程&中断安全的 7. 适用于DMA在缓冲区和应用程序内存之间进行零拷贝开销的DMA传输 8. 支持数据查看、读跳过、写进 9. 实现对事件通知的支持
☆25Updated 4 years ago
Alternatives and similar repositories for LwRB
Users that are interested in LwRB are comparing it to the libraries listed below
Sorting:
- 模仿 kfifo 实现的环形缓冲区☆98Updated 5 years ago
- http client library by RT-Thread☆75Updated 3 months ago
- A lightweight, customizable embedded Web Server for RT-Thread☆53Updated last year
- C语言实现的信号槽模块☆36Updated 8 months ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆85Updated 3 years ago
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆98Updated 3 years ago
- ZLG ToolKit c library☆13Updated last week
- 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
- SM是一个状态机库的C语言实现,支持FSM和HSM。该库参考了QP-nano。☆103Updated 9 years ago
- Synchronous Asynchronous Log Output Framework(同步异步日志输出框架)☆21Updated 5 years ago
- 一个超级小型的嵌入式Flash KV存储系统☆49Updated 5 years ago
- A light weight, powerful, customizable, easy-to-use and embeddable mqtt client for RT-Thread☆28Updated 3 years ago
- 基于STM32F103RE+RT-Thread RTOS的新冠肺炎疫情监控平台,使用RT-Thread Studio开发,ESP8266作为联网设备,获取疫情API数据,cJSON数据解析,LCD数据展示。☆17Updated 5 years ago
- SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.☆19Updated 3 years ago
- 基于C语言的json数据映射解析库☆137Updated 4 years ago
- 一个Makefile通用模板,拥有IDE环境的如下特性:子工程列表、文件树、工程选项☆29Updated last month
- Ultralightweight JSON parser in ANSI C☆23Updated last year
- 基于RT-Thread,运行在嵌入式上的高并发高性能FTP服务器☆39Updated last year
- 仿linux通用mcu架构☆56Updated 3 years ago
- tiny macro os for MCU.☆47Updated 6 months ago
- An open source, portable, easy to use, readable and flexible SSL library☆45Updated 2 years ago
- 一些简单、高效的数据结构☆32Updated last year
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Updated 5 years ago
- 魔笛F1 RT-Thread学习平台是专门为rt-thread做的一款开发板,由本人进行了3年多的持续例程更新。为了方便大家学习,现在讲所有软、硬件 (包含pcb源文件)资料公开。☆36Updated 7 years ago
- AWTK 演示例子☆59Updated 3 years ago
- IoT networking utilities for RT-Thread. Such as: ping, tftp, iperf, netio, ntp, telnet and tcpdump.☆82Updated 4 months ago
- 自用嵌入式项目框架,集各种☆33Updated 7 years ago
- c语言面向对象☆13Updated 6 years ago
- ☆33Updated 4 years ago
- 一个用C语言实现功能丰富但简单的有限状态机(FSM)。☆35Updated last year