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

porting to ESP32? #46

Closed baggior closed 6 years ago

baggior commented 6 years ago

what about porting to ESP32?

beside all defines is needed to remove the dependecy to

include "user_interface.h"

arkhipenko commented 6 years ago

Definitely in the plan, and I even have the ESP32 chip at home, just not the time to actually do it. Could you create a PR?

arkhipenko commented 6 years ago

Pushed v2.6.0 into the "testing" branch with ESP32 support. Could you please test? https://github.com/arkhipenko/TaskScheduler/tree/testing

arkhipenko commented 6 years ago

Updated "testing" with recent changes. Please test.