Lightweight binary diff/patch library for embedded MCU firmware OTA updates. Supports STM32, Renesas, HDSC and more. C, ~5K ROM.
☆99Dec 6, 2024Updated last year
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的一个简单的页面管理框架☆32May 20, 2023Updated 2 years ago
- WinDbg Symbols Caching Proxy.☆17Apr 8, 2026Updated last week
- micro Multi-Communication Node Library, a light-weight publish/subscribe IPC method.☆32Jun 28, 2022Updated 3 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- c语言程序上下文切换和解耦的工具☆335Jan 3, 2025Updated last year
- STM32 Bootloader 串口升级 支持 Ymode,支持增量(差分)升级,☆17Jul 13, 2020Updated 5 years ago
- Tiny bootloader for embedded devices, optimised for ease of porting☆21Sep 4, 2018Updated 7 years ago
- 一个基于小型单片机的菜单事件驱动框架☆46Aug 31, 2022Updated 3 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- Software timers extend module for embedded☆1,095Jun 24, 2024Updated last year
- rtt packages button drive☆10Apr 10, 2023Updated 3 years ago
- 适用MCU的通用微秒计时函数框架,适用1MHz以上时钟源☆42Jun 10, 2021Updated 4 years ago
- A dedicated performance counter mainly for micro-controllers. For Cortex-M processors, the Systick will be used by default. The `perf_c…☆578Mar 3, 2026Updated last month
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆13Dec 5, 2021Updated 4 years ago
- 动环监控☆12Sep 6, 2019Updated 6 years ago
- 收集i.MX RT主流开发工具的flash下载算法源工程,该项目将被RT-UFL取代☆43Dec 15, 2025Updated 4 months ago
- ini 极简解析库,适用于 Android、Linux、Rtos 以及单片机☆29Feb 28, 2022Updated 4 years ago
- Simple key value pairs store only integer and string types.☆10Nov 5, 2018Updated 7 years ago
- Lite version of HDiffPatch, tiny code & ram requires when patch on embedded systems,MCU,NB-IoT,...