一种无OS的MCU实用软件管理系统,包括任务轮询框架,命令管理器、低功耗管理、环形缓冲区等实用模块。
☆98Dec 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:
- 51单片机超轻量级实时操作系统,适合在8051为内核的MCU上运行☆11Jan 21, 2023Updated 3 years ago
- ☆11Dec 13, 2020Updated 5 years ago
- 一个轻量级嵌入式框架☆493Jan 10, 2019Updated 7 years ago
- 一个嵌入式裸机任务消息队列调度机制☆12Apr 18, 2024Updated 2 years ago
- Software timers extend module for embedded☆1,101Jun 24, 2024Updated last year
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Sloop是基于STM32F2系列微控制器的轻量级嵌入式系统框架,提供硬件驱动、协作式任务调度内核和应用服务层, 简化开发流程并提高代码复用性,具有轻量高效、分层架构、灵活的多任务调度能力和易于扩展等特点。☆48Apr 8, 2026Updated 3 weeks ago
- shell for MCU. 单片机命令行交互。☆336Oct 8, 2025Updated 6 months ago
- Simple Key-Value in memory database☆17Aug 15, 2023Updated 2 years ago
- Button driver for embedded system☆2,241Mar 17, 2026Updated last month
- ☆11Mar 16, 2021Updated 5 years ago
- Lightweight generic ring buffer manager library☆1,446Apr 21, 2026Updated last week
- A simple timer-based scheduler☆27Sep 12, 2025Updated 7 months ago
- c语言程序上下文切换和解耦的工具☆337Jan 3, 2025Updated last year
- Lightweight event management system for embedded systems☆181Sep 21, 2025Updated 7 months ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制☆163Sep 27, 2019Updated 6 years ago
- ToolKit是一套应用于嵌入式系统的通用工具包,目前为止工具包包含:循环队列、软件定时器、事件集☆236Jul 31, 2023Updated 2 years ago
- ☆16Apr 13, 2026Updated 2 weeks ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- stm32_os☆20Oct 10, 2019Updated 6 years ago
- 灵活的按键处理库(Flexible Button)| 按键驱动 | 支持单击、双击、连击、长按、自动消抖 | 灵活适配中断和低功耗 | 按需实现组合按键☆902May 20, 2023Updated 2 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 last year
- 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.
- ☆14Mar 25, 2024Updated 2 years 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项目开发提速的代码框架☆376Updated this 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
- 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 2 years ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆106May 22, 2022Updated 3 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.
- A cross-platform(STM32, MCS51, WIN, et al.) multitasking management system based on cycle time. 基于循环时间的跨平台多任务管理系统(可用于MCS51,STM32等单片机)☆39Apr 16, 2022Updated 4 years ago
- Yocto Official documents in Markdown format with Chinese translation Yocto官方文档中文翻译☆31Sep 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☆75Mar 29, 2022Updated 4 years ago
- 纯C语言实现的一个按键驱动,可移植性强,支持单双击、连按、连按释放、长按;采用回调处理按键事件(自定义消抖时间),使用只需3步,1:创建按键,2:按键事件与回调处理函数链接映射。然后周期检查按键。☆393Jan 14, 2021Updated 5 years ago