嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。
☆95May 22, 2022Updated 3 years ago
Alternatives and similar repositories for eventos
Users that are interested in eventos are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- File system for small capacity EEPROM memories. Ideal for PIC microcontrollers☆16Jan 9, 2010Updated 16 years ago
- 一个用C语言实现功能丰富但简单的有限状态机(FSM)。☆37Jun 4, 2024Updated last year
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- 【AT指令客户端】一款管理 AT 客户端命令通信交互组件, 适用于 Modem、WIFI模块、蓝牙等配置通信的场景☆17Dec 27, 2025Updated 2 months ago
- mr-library is a lightweight framework designed for embedded systems. The resource and performance requirements of embedded system are ful…☆154Aug 12, 2024Updated last year
- 自用嵌入式项目框架,集各种☆36May 14, 2018Updated 7 years ago
- micro Multi-Communication Node Library, a light-weight publish/subscribe IPC method.☆32Jun 28, 2022Updated 3 years ago
- Software timers extend module for embedded☆1,092Jun 24, 2024Updated last year
- Button driver for embedded system☆2,164Mar 17, 2026Updated last week
- 灵活的按键处理库(Flexible Button)| 按键驱动 | 支持单击、双击、连击、长按、自动消抖 | 灵活适配中断和低功耗 | 按需实现组合按键☆875May 20, 2023Updated 2 years ago
- Lightweight event management system for embedded systems☆178Sep 21, 2025Updated 6 months ago
- a thread pool base on RT-Thread | 基于 RT-Thread 的线程池实现☆16Mar 9, 2021Updated 5 years ago
- MCUProg is a MUC programming host computer software based on pyocd+PySide6☆45Nov 21, 2025Updated 4 months ago
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现 多任务为核心的系统资源管理机制☆159Sep 27, 2019Updated 6 years ago
- Lightweight watchdog for RTOS and embedded systems☆47Sep 20, 2025Updated 6 months ago
- A LVGL porting for Cortex-M55 running on an Arm official FPGA prototyping development board called MPS3 (AN547), see Figure 1. It is also…☆20Oct 14, 2025Updated 5 months ago
- 本软件是面向51单片机的,寄存 器自动配置、代码自动生成工具,功能设计主要参考STM32CubeMX。☆39Jun 15, 2023Updated 2 years ago
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆76Nov 2, 2020Updated 5 years ago
- 一个基于发布-订阅模型的多线程消息框架,用于嵌入式平台,纯C实现,性能和灵活性极高☆127Oct 28, 2024Updated last year
- AT指令解析框架,开发环境STMS32F103ZE,HAL库,通信模组使用移远BC28☆59Nov 17, 2019Updated 6 years ago
- ToolKit是一套应用于嵌入式系统的通用工具包,目前为止工具包包含:循环队列、软件定时器、事件集☆238Jul 31, 2023Updated 2 years ago
- Phoenix-RTOS device drivers repository☆24Updated this week
- A simple library for generating QR codes in C.☆35Mar 21, 2022Updated 4 years ago
- Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/Fl…☆2,283Mar 14, 2025Updated last year
- A cross-platform(STM32, MCS51, WIN, et al.) multitasking management system based on cycle time. 基于循环时间的跨平台多任务管理系统(可用于MCS51,STM32等单片机)☆39Apr 16, 2022Updated 3 years ago
- Lightweight generic ring buffer manager library☆10Aug 26, 2021Updated 4 years ago
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆13Dec 5, 2021Updated 4 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- c语言程序上下文切换和解耦的工具☆334Jan 3, 2025Updated last year
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- MicroBoot在单片机上的例子☆13Apr 25, 2025Updated 11 months ago
- SM是一个状态机库的C语言实现,支持FSM和HSM。该库参考了QP-nano。☆104Mar 24, 2016Updated 10 years ago
- C语言开发的工具库,包括常用的字符串解析、数据结构、日志库、异步IO线程等☆17May 22, 2020Updated 5 years ago
- EventDrivenEmbeddedFramework is simple framework written in pure C to make development much faster and easier without sacrificing flexibi…☆16Jul 1, 2013Updated 12 years ago
- 专为MCU项目开发提速的代码框架☆374Updated this week
- XIoTMan is a set of software architecture solutions dedicated to solving the diversified challenges of IoT terminal applications.☆19Jun 30, 2024Updated last year
- 嵌入式系统显示多级菜单库及菜单代码生成器☆17Dec 4, 2019Updated 6 years ago
- letter shell☆1,707Aug 20, 2024Updated last year
- An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库☆2,482Updated this week