PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
462B

  1. name=TeensyThreads
  2. version=1.0.1
  3. author=Fernando Trias
  4. maintainer=Fernando Trias
  5. sentence=Pre-emptive threads for the Teensy 3 and 4 platform from PJRC.
  6. paragraph=Threads allows two or more functions to appear to run simultanously with minimal changes to the code. This library supports threading directly (without needing RTOS install) by adding an "#include".
  7. category=Other
  8. url=https://github.com/ftrias/TeensyThreads
  9. architectures=*
  10. includes=TeensyThreads.h