README 728 B

12345678910111213141516
  1. POSIX Threads for embedded systems (PTE)
  2. PTE is an open source implementation of the POSIX API for multithreaded
  3. applications (pthreads). It is intended to be used to provide a pthreads
  4. API for embedded operating systems that do not natively provide a pthreads
  5. API. PTE is designed to be easily portable to such operating systems and only
  6. relies on basic primitives (e.g. semaphores) that are widely supported on most
  7. embedded operating systems.
  8. Currently, PTE has been ported to Texas Instrument's DSP/BIOS and Sony's PSP OS.
  9. PTE is based heavily on Pthreads Win32, an implementation of pthreads
  10. for Windows.
  11. Information on building and porting PTE is available at
  12. https://github.com/jschmidlapp/pthreads-emb/wiki.