Protothreads extremely lightweight stackless threads implemented in C
☆170Nov 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 for Arduino☆38Jan 16, 2019Updated 7 years ago
- Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.☆308Dec 13, 2016Updated 9 years ago
- my fork of http://dunkels.com/adam/pt/index.html☆20Apr 18, 2014Updated 12 years ago
- simple 4-BIT CPU with 74-serials chip,origin by Kaoru Tonami in his book “How to build a CPU”☆14Oct 19, 2024Updated last year
- Automatically exported from code.google.com/p/protothread☆26Dec 17, 2020Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Protothread.h, a C++ port of Adam Dunkels' protothreads library☆211Sep 15, 2023Updated 2 years ago
- Go bindings for the libjaylink library.☆10Mar 2, 2023Updated 3 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆100Mar 10, 2022Updated 4 years ago
- 一个Ymodem的非死循环的状态机轮转式的协议实现的源码。☆129Jun 4, 2015Updated 11 years ago
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆76Nov 2, 2020Updated 5 years ago
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制