Lightweight binary diff/patch library for embedded MCU firmware OTA updates. Supports STM32, Renesas, HDSC and more. C, ~5K ROM.
☆107Jun 12, 2026Updated 2 months ago
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异步延时…☆26Nov 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
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 一个基于小型单片机的菜单事件驱动框架☆47Aug 31, 2022Updated 3 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- Software timers extend module for embedded☆1,119Jun 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…☆591Jul 30, 2026Updated 2 weeks ago
- STM32驱动MAX30102测量脉搏和血氧并输出到OLED屏幕☆16Nov 25, 2023Updated 2 years ago
- rtt packages button drive☆10Apr 10, 2023Updated 3 years ago
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆14Dec 5, 2021Updated 4 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.
- 收集i.MX RT主流开发工具的flash下载算法源工程,该项目将被RT-UFL取代☆44Jun 7, 2026Updated 2 months ago
- 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,...☆134May 10, 2026Updated 3 months ago
- UcosII 全源码解读☆14Dec 31, 2019Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 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,151May 21, 2026Updated 2 months ago
- A bootloader for ARM Cortex-M based microcontrollers☆29Nov 11, 2019Updated 6 years ago
- 基于STM32的RFID读卡器程序☆14Jan 13, 2019Updated 7 years ago
- Buck-boost dc/dc converter with CC/CV algorithm on the STM32F334C4T6☆44Sep 1, 2020Updated 5 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
- Regular expressions library for embedded systems☆47Nov 11, 2017Updated 8 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Reference implementation of LoRaWAN connectivity on FreeRTOS.☆58Jun 26, 2026Updated last month
- 数据链路层协议,只需要提供单字节的收发函数就可以移植这些协议。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
- ☆58May 28, 2019Updated 7 years ago
- STM32 及 MCS-51(8051) 单片机的 VOFA+ 串口上位机软件的通信协议驱动☆12Apr 11, 2022Updated 4 years ago
- Protected Low-overhead Object Oriented Programming with ANSI-C☆428Jul 6, 2025Updated last year
- letter shell☆1,872Aug 20, 2024Updated last year