Protothreads extremely lightweight stackless threads implemented in C
☆145Nov 17, 2012Updated 13 years ago
Alternatives and similar repositories for pt
Users that are interested in pt are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.☆304Dec 13, 2016Updated 9 years ago
- ProtoThreads for Arduino☆38Jan 16, 2019Updated 7 years ago
- Protothread lib for arduino☆20Feb 23, 2014Updated 12 years ago
- my fork of http://dunkels.com/adam/pt/index.html☆17Apr 18, 2014Updated 11 years ago
- Protothread.h, a C++ port of Adam Dunkels' protothreads library☆208Sep 15, 2023Updated 2 years ago
- Automatically exported from code.google.com/p/protothread☆26Dec 17, 2020Updated 5 years ago
- Go bindings for the libjaylink library.☆10Mar 2, 2023Updated 3 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制☆159Sep 27, 2019Updated 6 years ago
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆102Mar 10, 2022Updated 4 years ago
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆76Nov 2, 2020Updated 5 years ago
- link a linux ELF .so library into memory with python and call functions in it, even if you're not on linux☆10Feb 5, 2020Updated 6 years ago
- 一个Ymodem的非死循环的状态机轮转式的协议实现的源码。☆127Jun 4, 2015Updated 10 years ago
- 这是一个纯C实现的POSIX风格的协程库,具有极轻量、极高效、用户无感知的特点☆22Dec 17, 2021Updated 4 years ago
- Virtual Machine for 8051☆53May 19, 2021Updated 4 years ago
- Sigma-Delta Analog to Digital Converter in FPGA (VHDL)☆15Dec 19, 2017Updated 8 years ago
- 一个轻量级嵌入式框架☆487Jan 10, 2019Updated 7 years ago
- 一些简单、高效的数据结构☆32Apr 25, 2024Updated last year
- Projeto e simulação de conversores chaveados (conversores estáticos), buck, boost, buck-boost, CCM, DCM, etc.☆14Jul 19, 2024Updated last year
- An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications pri…☆341Oct 27, 2025Updated 4 months ago
- A feature-rich, yet simple finite state machine (FSM) implementation in C☆531Apr 11, 2019Updated 6 years ago
- Pretty tiny Scheduler or ptScheduler is an Arduino library for writing non-blocking periodic tasks easily.☆25Jun 27, 2023Updated 2 years ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。