搜索资源列表
pt-1.0.tar
- Protothreads are extremely lightweight stackless threads designed for severely memory constrained systems such as small embedded systems or sensor network nodes.
Renesas行人穿越灯R8C/23范例 使用Protothreads
- 利用Protothreads实现单颗MCU多工控制行人穿越指示灯, 对于资源小的CPU来说,protothread是难得的珍品,非常值得一用。它的原理简单了极致,资源消耗小到极致,但是又真实的实现了多任务的编程框架。
contiki-protothread
- Protothread:在非常小的系统开销下实现实时多任务系统的方法,contiki嵌入式操作系统就是采用这用方法实现多线程的。 包含所需头文件,可以在keil下运行,源码里包含一个C源程序实例-Protothreads: Simplifying Event-Driven Programming of Memory-Constrained Embedded Systems
contikiOS-notes
- this Contiki programming course. Contiki is a state-of-the-art, open source operating system for sensor networks and other networked embedded devices . Contiki was the first operating system for sensor networks to provide TCP/IP communication
Protothreads---examples
- This an ebook related to embedded systems design-This is an ebook related to embedded systems design
Protothreads
- prothread 伪线程另类实xian fangfa shi-prothread
ProtoThreads
- arduino多线程库,可以实现多任务多线程,并发处理,占用空间小,性能强大-arduino multithreading library, you can multi-task multi-threaded, concurrent processing, small footprint, powerful performance
Protothreads-pt
- 收集的关于Protothreads文档及源代码 pt协程。协程不管在操作系统还是非操作系统都能轻松实现多线程-Collected on the Protothreads documentation and source code Pt coroutine. A coroutine regardless of the operating system or non operating system can easily realize multi thread
ProtothreadS-(2)
- 该文档描述了protothreads的使用方法。protothreads是一个由国外牛人Adam Dunkels写的原始线程文件,它提供了一种实现轻型线程的功能,不用线程堆栈,简单方便-This document describes the use of protothreads. protothreads abroad is a cattle Adam Dunkels wrote the original thread file, which provides an implementati
ProtoThreads
- Arduino虽然是单线程的单片机,但是也有方法实现多线程,此库文件可以方便的调用建立虚拟线程实现单片机的多线程编程(Although Arduino is a single threaded microcontroller, but there are ways to achieve multi-threaded, this library file can be easily called, the establishment of virtual threads to achieve si
pt-1.4
- Protothreads是一种针对C语言封装后的宏函数库,为C语言模拟了一种无堆栈的轻量线程环境,能够实现模拟线程的条件阻塞、信号量操作等操作系统中特有的机制,从而使程序实现多线程操作。(Protothreads is a kind of macro C language library package after the simulation without a stack of lightweight threads for the C language environment, the u
alex_main
- Program for medecine dummy, which controls sdcard with fatfs, wavplayer, protpthread.