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