Lightweight binary diff/patch library for embedded MCU firmware OTA updates. Supports STM32, Renesas, HDSC and more. C, ~5K ROM.
☆104Jun 12, 2026Updated last month
Alternatives and similar repositories for mcu_bsdiff_upgrade
Users that are interested in mcu_bsdiff_upgrade are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 适用于嵌入式单片机的裸机程序微库,只占用你的rom 6个字节,是的,6个字节。颠覆式的设计思维,让你写代码的时候像flow(流水)一样丝滑,让你永远不用在为delay时cpu空转而烦恼,附加的超轻便的软件定时器让你轻松实现各种定时需求,另还有信号量的配方,让你任务间的同步像…☆18Jan 18, 2021Updated 5 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- 基于LVGL的一个简单的页面管理框架☆34May 20, 2023Updated 3 years ago
- micro Multi-Communication Node Library, a light-weight publish/subscribe IPC method.☆35Jun 28, 2022Updated 4 years ago
- c语言程序上下文切换和解耦的工具☆338Jan 3, 2025Updated last year
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- STM32 Bootloader 串口升级 支持 Ymode,支持增量(差分)升级,☆17Jul 13, 2020Updated 6 years ago
- 一个基于小型单片机的菜单事件驱动框架☆47Aug 31, 2022Updated 3 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- Software timers extend module for embedded☆1,114Jun 24, 2024Updated 2 years ago
- 适用MCU的通用微秒计时函数框架,适用1MHz以上时钟源☆42Jun 10, 2021Updated 5 years ago
- Simple key value pairs store only integer and string types.☆11Nov 5, 2018Updated 7 years ago
- A dedicated performance counter mainly for micro-controllers. For Cortex-M processors, the Systick will be used by default. The `perf_c…☆588Mar 3, 2026Updated 4 months ago
- rtt packages button drive☆10Apr 10, 2023Updated 3 years ago
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆13Dec 5, 2021Updated 4 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 收集i.MX RT主流开发工具的flash下载算法源工程,该项目将被RT-UFL取代☆44Jun 7, 2026Updated last month
- WinDbg Symbols Caching Proxy.☆18Updated this week
- ini 极简解析库,适用于 Android、Linux、Rtos 以及单片 机☆29Feb 28, 2022Updated 4 years ago
- A mini subset of the LZO real-time data compression library☆32Mar 4, 2022Updated 4 years ago
- Tiny bootloader for embedded devices, optimised for ease of porting☆22Sep 4, 2018Updated 7 years ago
- 基于正点原子STM32F1精英版的LittleFS移植☆21Oct 29, 2020Updated 5 years ago
- 动环监控☆13Sep 6, 2019Updated 6 years ago
- Lite version of HDiffPatch, tiny code & ram requires when patch on embedded systems,MCU,NB-IoT,...☆133May 10, 2026Updated 2 months ago
- UcosII 全源码解读☆14Dec 31, 2019Updated 6 years 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.
- An open source network protocol stack (PPP/IP/TCP/UDP) for embedded systems with limited resources.☆37Jan 8, 2024Updated 2 years ago
- Firmware upgrade STM32F427 via firmware on microSD card☆10Dec 9, 2015Updated 10 years ago
- Advanced fault backtrace library for ARM Cortex-M series MCU | ARM Cortex-M 系列 MCU 错误追踪库☆2,139May 21, 2026Updated 2 months ago
- A bootloader for ARM Cortex-M based microcontrollers☆29Nov 11, 2019Updated 6 years ago
- 基于STM32的RFID读卡器程序☆13Jan 13, 2019Updated 7 years ago
- a lightly timer manager base on STM32F10X,to processing asynchronous event.☆207May 11, 2023Updated 3 years ago
- ☆10Aug 24, 2022Updated 3 years ago
- LVGL-widget for rlottie animation☆28Oct 9, 2021Updated 4 years ago
- Reference implementation of LoRaWAN connectivity on FreeRTOS.☆58Jun 26, 2026Updated 3 weeks 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.
- 数据链路层协议,只需要提供单字节的收发函数就可以移植这些协议。Data link layer protocols can be transplanted by providing a single byte transceiver function.☆25Oct 15, 2023Updated 2 years ago
- Daily development☆10Sep 18, 2023Updated 2 years ago
- STM32 及 MCS-51(8051) 单片机的 VOFA+ 串口上位机软件的通信协议驱动☆12Apr 11, 2022Updated 4 years ago
- 计算概论大作业,Qt,猫捉老鼠小游戏☆12Jan 15, 2019Updated 7 years ago
- Protected Low-overhead Object Oriented Programming with ANSI-C☆427Jul 6, 2025Updated last year
- letter shell☆1,848Aug 20, 2024Updated last year
- Lightweight onewire protocol library for embedded systems. It uses UART peripheral or GPIO toggling☆278Jun 11, 2026Updated last month