1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/protothreads/protothreads.desc
3 [COPY] Copyright (C) 2007 - 2021 The T2 SDE Project
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] Extremely lightweight stackless threads in C
14 [T] Protothreads are a type of extremely lightweight, stackless threads
15 [T] written in 100% portable C. While protothreads were originally designed
16 [T] for severely memory-constrained systems such as deeply embedded systems,
17 [T] they have found a number of uses as a general purpose portable library
20 [U] http://www.sics.se/~adam/pt/
22 [A] Adam Dunkels <adam@sics.se>
23 [M] Rene Rebe <rene@t2-project.org>
31 [P] X -----5---9 200.000
34 [O] hook_add postmake 5 "install *.h $root$includedir/"
36 [D] 1734ea9ed35621c1c9f36b986a67da86129b4747c2bba92f5ecc61e8 pt-1.4.tar.gz http://www.sics.se/~adam/download/