模仿 kfifo 实现的环形缓冲区
☆101Mar 6, 2020Updated 6 years ago
Alternatives and similar repositories for RingBuffer
Users that are interested in RingBuffer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆41Dec 13, 2020Updated 5 years ago
- ☆12Sep 13, 2017Updated 8 years ago
- A simple ring buffer (circular buffer) designed for embedded systems.☆692Mar 23, 2026Updated 5 months ago
- 基于C语言开发的环形缓冲区☆118Oct 8, 2023Updated 2 years ago
- 使用 STM32F4 的内核定时器 SysTick,来实现精确测量程序运行的时间☆13Dec 13, 2017Updated 8 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Lightweight generic ring buffer manager library☆1,529Aug 21, 2026Updated last week
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- [Qt控件] 如同张弓般可左右拉弦的垂直滚动条☆12Jul 7, 2021Updated 5 years ago
- QSDK是河北骑士智能科技有限公司基于RT-THREAD RTOS编写的NB-IOT模块驱动代码☆10Nov 12, 2019Updated 6 years ago
- 串口通过 YMODEM 协议进行文件传输☆260Dec 25, 2018Updated 7 years ago
- 基于Linux的kfifo移植到STM32☆33Dec 21, 2018Updated 7 years ago
- Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/Fl…☆2,366Mar 14, 2025Updated last year
- 用于串口通信或消息的环形队列驱动☆14Sep 12, 2019Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- using hashmap on MCUs☆18Mar 23, 2023Updated 3 years ago
- 基于STM32和ESP8266的物联网简易Demo,使用贝壳物联开放平台,最多支持5个设备同时在线,支持APP无线配网,数据上传,通过天猫精灵或小度音箱等设备实现语音控制☆13Dec 15, 2018Updated 7 years ago
- Ymodem IAP STM32☆33Dec 29, 2018Updated 7 years ago
- 基与FreeRTOS和STM32 CubeMX HAL库的简易串口框架☆15Nov 24, 2018Updated 7 years ago
- RT-Thread&正点原子联合出品潘多拉开发板对接OneNET示例,使用AP6181 WiFi模块、OneNET EDP协议,实现数据上报和命令下发控制☆16Mar 8, 2020Updated 6 years ago
- 基于esp32_hid库的游戏手柄☆18Oct 26, 2019Updated 6 years ago
- ☆22Updated this week
- Eclipse Paho MQTT C/C++ client for Embedded platforms☆55Jan 2, 2025Updated last year
- 收集有趣的、有用的、方便移植的开源仓库,大家有兴趣可以尝试移植到RT-Thread。☆15Oct 16, 2018Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- This repository contains two actual state machine programming examples☆14Feb 24, 2022Updated 4 years ago
- Generic FIFO buffer implementation written in C language☆67Nov 4, 2021Updated 4 years ago
- 远程在线升级程序 ,Qt,CAN,TCP,UDP,MODBUS☆22Mar 30, 2018Updated 8 years ago
- ☆10Mar 7, 2020Updated 6 years ago
- EasyNtrip NTRIP Server☆17May 31, 2017Updated 9 years ago
- FSC_STOS是一款基于Cortex-M内核的嵌入式操作系统,针对新手设计,简单易懂。☆40Oct 5, 2019Updated 6 years ago
- The RTOS Abstraction APIs allow middleware to be RTOS aware, without depending on a specific RTOS.☆18Jul 3, 2026Updated last month
- uT/OS是中国国内最早(2009/10/10发布V1.0)的用于物联网领域的开源RTOS内核之一,是Tenux开源社区(www.tenux.org或www.tenux.cn)的核心开源项目,uT/OS开源嵌入式操作系统内核是商业级质量,支持业界常用的Keil MDK、IA…☆23Nov 16, 2017Updated 8 years ago
- An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库☆4,739Aug 13, 2026Updated 2 weeks ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- some device driver base on stm32f407☆208Apr 12, 2019Updated 7 years ago
- 移植LWIP,支持freeRTOS和socket编程☆10Mar 8, 2019Updated 7 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- ☆15Jul 13, 2023Updated 3 years ago
- AT24CXX(AT24C01, AT24C02, AT24C04, AT24C08, AT24C16, AT24C32, AT24C64, AT24C128, AT24C256, AT24C512, AT24CM01, AT24CM02) full-featured dr…☆88Jun 21, 2026Updated 2 months ago
- SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.☆20Feb 1, 2022Updated 4 years ago
- 收集i.MX RT主流开发工具的flash下载算法源工程,该项目将被RT-UFL取代☆44Jun 7, 2026Updated 2 months ago