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:
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件 问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Updated 5 years ago
- 模仿 kfifo 实现的环形缓冲区☆97Updated 5 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆21Updated 5 years ago
- 一个Makefile通用模板,拥有IDE环 境的如下特性:子工程列表、文件树、工程选项☆29Updated 4 years ago
- Synchronous Asynchronous Log Output Framework(同步异步日志输出框架)☆21Updated 5 years ago
- 基于RT-Thread,运行在嵌入式上的高并发高性能FTP服务器☆36Updated last year
- stm32f10x系列基础服务框架,作为stm32的工程模板和硬件驱动。项目集成kernel io fs shell tcpip等基础服务框架☆26Updated 2 years ago
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆95Updated 3 years ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆72Updated 3 years ago
- SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.☆19Updated 3 years ago
- 一个用C语言实现功能丰富但简单的有限状态机(FSM)。☆32Updated last year
- http client library by RT-Thread☆73Updated last year
- Lightweight event management system for embedded systems☆115Updated 3 months ago
- A light weight, powerful, customizable, easy-to-use and embeddable mqtt client for RT-Thread☆29Updated 2 years ago
- A lightweight, customizable embedded Web Server for RT-Thread☆52Updated last year
- 仿linux通用mcu架构☆51Updated 3 years ago
- 基于STM32F103RE+RT-Thread RTOS的新冠肺炎疫情监控平台,使用RT-Thread Studio开发,ESP8266作为联网设备,获取疫情API数据,cJSON数据解析,LCD数据展示。☆17Updated 4 years ago
- IoT networking utilities for RT-Thread. Such as: ping, tftp, iperf, netio, ntp, telnet and tcpdump.☆79Updated last week
- 一个超级小型的嵌入式Flash KV存储系统☆47Updated 5 years ago
- C语言实现的信号槽模块☆34Updated 4 months ago
- 基于Linux系统的应用程序,旨在搭建一套完整的多进程多线程通讯的消息框架. 支持多SOC的嵌入式APP.☆30Updated last year
- raw-os☆82Updated 9 years ago
- ☆16Updated 8 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
- LwIP 2.1.2 版本的源码中文注释☆17Updated 5 years ago
- 基于C语言的json数据映射解析库☆135Updated 3 years ago
- ZLG ToolKit c library☆13Updated this week
- 自用嵌入式项目框架,集各种☆30Updated 7 years ago
- 一 个事件驱动的嵌入式控制器框架(基于STM32平台)☆74Updated 4 years ago
- AWTK 演示例子☆59Updated 3 years ago