一种无OS的MCU实用软件管理系统,包括任务轮询框架,命令管理器、低功耗管理、环形缓冲区等实用模块。
☆89Dec 13, 2020Updated 5 years ago
Alternatives and similar repositories for CodeBrick
Users that are interested in CodeBrick are comparing it to the libraries listed below
Sorting:
- 51单片机超轻量级实时操作系统,适合在8051为内核的MCU上运行☆11Jan 21, 2023Updated 3 years ago
- ☆11Dec 13, 2020Updated 5 years ago
- 一个轻量级嵌入式框架☆487Jan 10, 2019Updated 7 years ago
- Software timers extend module for embedded☆1,088Jun 24, 2024Updated last year
- 这是一个嵌入式裸机框架,提供一套API, 方便管理多种任务,比如超时任务/周期任务/并行任务/互斥任务等。 有 sys_wait 和 sys_wait_bare 这两个非阻塞等待 API ,支持挂起当前互斥任务,但不阻塞并行任务。☆41Feb 7, 2026Updated last month
- shell for MCU. 单片机命令行交互。☆328Oct 8, 2025Updated 5 months ago
- Simple Key-Value in memory database☆18Aug 15, 2023Updated 2 years ago
- Lightweight generic ring buffer manager library☆1,387Dec 17, 2025Updated 3 months ago
- Button driver for embedded system☆2,149Updated this week
- A simple timer-based scheduler☆27Sep 12, 2025Updated 6 months ago
- c语言程序上下文切换和解耦的工具☆334Jan 3, 2025Updated last year
- Lightweight event management system for embedded systems☆178Sep 21, 2025Updated 5 months ago
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制☆159Sep 27, 2019Updated 6 years ago
- ToolKit是一套应用于嵌入式系统的通用工具包,目前为止工具包包含:循环队列、软件定时器、事件集☆237Jul 31, 2023Updated 2 years ago
- ☆16Mar 11, 2026Updated last week
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实 现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- A set of demos as supplements of cell-phone-ux-demo☆13Feb 7, 2026Updated last month
- 灵活的按键处理库(Flexible Button)| 按键驱动 | 支持单击、双击、连击、长按、自动消抖 | 灵活适配中断和低功耗 | 按需实现组合按键☆871May 20, 2023Updated 2 years ago
- stm32_os☆20Oct 10, 2019Updated 6 years ago
- 仿linux通用mcu架构☆57Dec 31, 2021Updated 4 years ago
- 嵌入式Flash数据库☆14Jan 25, 2024Updated 2 years ago
- ☆14Mar 25, 2024Updated last year
- sf_i2c是一个可移植性高的软件模拟i2c驱动库,可以移植到任何单片机代码中,基于多驱动设计,底层驱动与接口完全分离,可在一个单片机软件中创建多个i2c接口,每个i2c接口用名称来进行区分,可通过名称查找i2c接口的指针,只需要实现一些简单的接口就可以使用。☆25Apr 12, 2025Updated 11 months ago
- ☆35Oct 10, 2022Updated 3 years ago
- A fast, generic fifo for MCUs.☆268Jul 2, 2022Updated 3 years 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
- 专为MCU项目开发提速的代码框架☆374Mar 12, 2026Updated last week
- The libmetal module specific for use with Zephyr. This is not a mirror of the official libmetal repo.☆14Nov 6, 2025Updated 4 months ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆93May 22, 2022Updated 3 years ago
- TinyThread is a small multi-thread library for embedded system. Currently it supports Cortex-M0 chips, such as Nuvoton Nano100/NUC100/M05…☆19Jun 14, 2016Updated 9 years ago
- 该仓库是本人在学习立创庐山派时记录下来的内容。。。☆13Apr 6, 2025Updated 11 months ago
- lvgl-v9 png图片转c文件,复制可用☆12Apr 20, 2024Updated 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
- Yocto Official documents in Markdown format with Chinese translation Yocto官方文档中文翻译☆32Sep 16, 2020Updated 5 years ago
- ☆53Jun 1, 2020Updated 5 years ago
- LwIP 2.1.2 版本的源码中文注释☆17Mar 7, 2020Updated 6 years ago
- Queue with C☆17May 3, 2020Updated 5 years ago
- All files hardware and software related to the zs1100a☆76Mar 29, 2022Updated 3 years ago
- 纯C语言实现的一个按键驱动,可移植性强,支持单双击、连按、连按释放、长按;采用回调处理按键事件(自定义消抖时间),使用只需3步,1:创建按键,2:按键事件与回调处理函数链接映射。然后周期检查按键。☆393Jan 14, 2021Updated 5 years ago