zx1923 / eventloop-mcuLinks
一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环
☆13Updated 3 years ago
Alternatives and similar repositories for eventloop-mcu
Users that are interested in eventloop-mcu are comparing it to the libraries listed below
Sorting:
- using hashmap on MCUs☆18Updated 2 years ago
- Small yet powerful state machine coroutine library☆39Updated last year
- connection multiplexing protocol for RT-Thread, support GSM0710 .etc☆32Updated 2 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆21Updated 5 years ago
- 51单片机所有片上资源的驱动,移植contiki RTOS☆37Updated 4 years ago
- Lua port package for RT-Thread.☆46Updated 3 years ago
- micro Multi-Communication Node Library, a light-weight publish/subscribe IPC method.☆30Updated 3 years ago
- 基于RT-Thread,运行在嵌入式上的高并发高性能FTP服务器☆36Updated last year
- Synchronous Asynchronous Log Output Framework(同步异步日志输出框架)☆21Updated 5 years ago
- A lightweight, customizable embedded Web Server for RT-Thread☆52Updated last year
- stm32f10x系列基础服务框架,作为stm32的工程模板和硬件驱动。项目集成kernel io fs shell tcpip等基础服务框架☆29Updated 2 years ago
- tiny macro os for MCU.☆46Updated 3 months ago
- 这是一个从uboot源码中移植出来的shell命令行代码☆11Updated 4 years ago
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆98Updated 3 years ago
- libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. | libcsv是用纯ANSI C89编写的小型、简单、快速的…☆36Updated 7 years ago
- a demo of mqttclient on freertos platform,https://github.com/jiejieTop/mqttclient☆24Updated 5 years ago
- 移植SpunkyWX STM32的开源Bootloader框架-RT-FOTA,运行完整RT-Thread,支持RTT官方的RBL文件,Ymodem传输,一键恢复出厂固件等功能。☆60Updated 3 years ago
- ProtoThread内核,从Contiki NG中提取而出,已经做好充分性移植准备工作,可以直接移植到单片机上。☆11Updated 3 years ago
- getopt-like command-line parameter parser for RT-Thread☆26Updated 2 years ago
- 一个Makefile通用模板,拥有IDE环境的如下特性:子工程列表、文件树、工程选项☆29Updated 4 years ago
- A simple library for generating QR codes in C.☆33Updated 3 years ago
- 用于解析GPS模块的 $XXRMC 类型数据,并放到结构体中, 依赖 C语言标准库☆10Updated 3 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Updated 5 years ago
- 一个超级小型的嵌入式Flash KV存储系统☆48Updated 5 years ago
- This project through the STM32 control SIM900A to establish a TCP connection, STM32 to receive GPS information, and then GPS information…☆30Updated 9 years ago
- lwIP PPP porting for GSM modem (like sim800)☆40Updated 2 years ago
- ☆12Updated 4 years ago
- 更加易用的jsmn解析器☆20Updated 3 years ago
- syswatch : A component used to ensure the long-term normal running of the system☆25Updated 6 months ago
- 一个用C语言实现功能丰富但简单的有限状态机(FSM)。☆33Updated last year