一种无OS的MCU实用软件管理系统,包括任务轮询框架,命令管理器、低功耗管理、环形缓冲区等实用模块。
☆95Dec 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆11Dec 13, 2020Updated 5 years ago
- 一个轻量级嵌入式框架☆490Jan 10, 2019Updated 7 years ago
- Software timers extend module for embedded☆1,091Jun 24, 2024Updated last year
- 这是一个嵌入式裸机框架,提供一套API,方便管理多种任务,比如超时任务/周期任务/并行任务/互斥任务等。 有 sys_wait 和 sys_wait_bare 这两个非阻塞等待 API ,支持挂起当前互斥任务,但不阻塞并行任务。☆45Feb 7, 2026Updated 2 months ago
- shell for MCU. 单片机命令行交互。☆332Oct 8, 2025Updated 6 months ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- Simple Key-Value in memory database☆17Aug 15, 2023Updated 2 years ago
- Button driver for embedded system☆2,187Mar 17, 2026Updated 3 weeks ago
- Lightweight generic ring buffer manager library☆1,415Dec 17, 2025Updated 3 months ago
- A simple timer-based scheduler☆27Sep 12, 2025Updated 6 months ago
- c语言程序上下文切换和解耦的工具☆335Jan 3, 2025Updated last year
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制☆160Sep 27, 2019Updated 6 years ago
- Lightweight event management system for embedded systems☆180Sep 21, 2025Updated 6 months ago
- ToolKit是一套应用于嵌入式系统的通用工具包,目前为止工具包包含:循环队列、软件定时器、事件集☆236Jul 31, 2023Updated 2 years ago
- ☆16Mar 11, 2026Updated 3 weeks ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- 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 2 months ago
- 灵活的按键处理库(Flexible Button)| 按键驱动 | 支持单击、双击、连击、长按、自动消抖 | 灵活适配中断和低功耗 | 按需实现组合按键☆877May 20, 2023Updated 2 years ago
- stm32_os☆20Oct 10, 2019Updated 6 years ago
- 仿linux通用mcu架构☆56Dec 31, 2021Updated 4 years ago
- 嵌入式Flash数据库☆14Jan 25, 2024Updated 2 years ago
- sf_i2c是一个可移植性高的软件模拟i2c驱动库,可以移植到任何单片机代码中,基于多驱动设计,底层驱动与接口完全分离,可在一个单片机软件中创建多个i2c接口,每个i2c接口用名称来进行区分,可通过名称查找i2c接口的指针,只需要实现一些 简单的接口就可以使用。☆25Apr 12, 2025Updated 11 months ago
- ☆14Mar 25, 2024Updated 2 years ago
- ☆35Oct 10, 2022Updated 3 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- A fast, generic fifo for MCUs.☆269Jul 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项目开发提速的代码框架☆375Mar 28, 2026Updated last week
- The libmetal module specific for use with Zephyr. This is not a mirror of the official libmetal repo.☆14Nov 6, 2025Updated 5 months ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆98May 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
- lvgl-v9 png图片转c文件,复制可用☆13Apr 20, 2024Updated last year
- A cross-platform(STM32, MCS51, WIN, et al.) multitasking management system based on cycle time. 基于循环时间的跨平台多任务管理系统(可用于MCS51,STM32等单片机)☆38Apr 16, 2022Updated 3 years ago
- Yocto Official documents in Markdown format with Chinese translation Yocto官方文档中文翻译☆31Sep 16, 2020Updated 5 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- ☆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☆75Mar 29, 2022Updated 4 years ago
- 纯C语言实现的一个按键驱动,可移植性强,支持单双击、连按、连按释放、长按;采用回调处理按键事件(自定义消抖时间),使用只需3步,1:创建按键,2:按键事件与回调处理函数链接映射。然后周期检查按键。☆393Jan 14, 2021Updated 5 years ago
- PCB墨水屏的桌面台历,使用了RT-Thread+联盛德W600。☆35Dec 8, 2019Updated 6 years ago
- Cofdet开源项目之:嵌入式系统通用驱动程序接口及其实现-EERPOM操作及存取位置☆13Aug 9, 2022Updated 3 years ago