arkhipenko / TaskScheduler

Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
http://playground.arduino.cc/Code/TaskScheduler
BSD 3-Clause "New" or "Revised" License
1.26k stars 230 forks source link

Document approximate memory requirements #55

Closed hattesen closed 6 years ago

hattesen commented 6 years ago

It would be really nice to know the approximate memory (program and RAM) requirements for this library with the various compile parameters enabled. Any chance of getting that into the documentation (WiKi)?

arkhipenko commented 6 years ago

Memory requirements: 46 bytes (plain vanilla), 57 bytes (IDLE sleep, WDT and LTS pointer support). Other options have similar memory footprints.

Wiki updated