issues
search
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.32k
stars
243
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
_TASK_THREAD_SAFE=1 is not truly thread-safe (at least on multi-core SoCs like ESP32 or RP2040)
#192
ranma
closed
1 month ago
5
Using esp_light_sleep_start() can break WiFi, should be configurable to use delay()/xTaskNotifyWait() instead.
#191
ranma
opened
1 month ago
3
Task.isEnabled() crashes ESP8266 when run in interrupt
#190
CheatingBoy6890
closed
3 months ago
16
"multiple definition of" linker errors if TaskScheduler.h included in multiple header/source files
#189
mattbaker-digital
closed
5 months ago
4
C++ compiler warning: compound assignment with 'volatile'-qualified left operand is deprecated
#188
GitMoDu
closed
5 months ago
14
enableDelayed() calls Callback immediately
#185
moritz89
closed
9 months ago
2
`_TASK_STD_FUNCTION` should be for everyone.
#184
issuefiler
opened
9 months ago
0
changed "ESP8266" to "ESP8266, ESP32, STM32" in comments
#183
vindolin
opened
10 months ago
0
fix deletion of self-destruct tasks in disableAll()
#182
schlimmchen
closed
10 months ago
1
delete manually disabled self-destruct tasks
#181
schlimmchen
closed
10 months ago
2
Declare tStart and tFinish
#180
schlimmchen
closed
10 months ago
3
Compilation error when try to warp TaskScheduler's Task and execute() in a class
#179
keekychen
closed
10 months ago
2
add const qualifiers for getter methods
#177
vortigont
opened
11 months ago
0
The banner link in README.md isn't working.
#176
vindolin
closed
10 months ago
1
ODR Violation With Multiple Uses of TaskScheduler Throughout a Project
#175
tkw722
closed
1 year ago
1
TaskScheduler Task Callbacks With OO in Callback
#174
tkw722
closed
10 months ago
2
Library Suggestion
#172
georgevbsantiago
closed
10 months ago
1
esp32-c3 freezing after for tasks over 5800ms with _TASK_SLEEP_ON_IDLE_RUN. Regular esp32 works fine.
#171
beachmiles
closed
1 year ago
2
Async Webserver problem
#170
sebosfato
closed
3 months ago
10
Method to get the name of the Callback registered in the Task
#169
georgevbsantiago
closed
1 month ago
8
Keep trying if 'onEnable' fails
#168
bakadave
closed
1 year ago
8
Declare task to run with delay
#165
vatsake
closed
1 year ago
2
Set the core where a task execute
#164
sebarch
closed
1 year ago
2
Least possible scheduling time
#163
siddarth-murugesan
closed
1 month ago
9
fluently change task interval, within another tasks periodicity
#161
sadilekivan
closed
1 year ago
5
Scheduler not executing on ESP8266
#160
creahard
closed
1 year ago
3
V3.7.0 kills ESP32 WiFi
#159
AcuarioCat
closed
1 year ago
2
ESP32 dual core usage
#157
n1ckdm
closed
2 years ago
2
"Asynchronous while" - Call execute() inside a task callback
#156
YannikW
closed
2 years ago
1
setLtsPointer() referenced in documentation but function doesn't exist in library
#155
JoeEarlam
closed
2 years ago
1
ESP32: WD resets MCU if SLEEP feature is enabled
#154
vortigont
closed
2 years ago
5
Build fails for examples using QueueArray lib
#153
vortigont
opened
2 years ago
0
CI Builder pipeline
#152
vortigont
opened
2 years ago
0
Future plans
#148
vortigont
closed
2 years ago
1
wrapper namespace to avoid class names clash
#147
vortigont
closed
2 years ago
6
enable dynamicaly created Task to be self-destructable on last iteration
#146
vortigont
closed
2 years ago
8
Cannot compile blink LED example
#145
edwardCao
closed
2 years ago
5
Enable sponsorship
#144
moritz89
opened
2 years ago
2
#include error from c++ compiler due to multiple definition error
#143
ghost
closed
2 years ago
3
Compilation Link error with multiple includes
#142
PPCM
closed
2 years ago
1
SleepCallback(aDuration) seems not to be usable for practical purposes
#141
poveden
closed
2 years ago
3
Adafruit bootloader : 'Scheduler does not name a type'
#140
nicolascolsoul
closed
2 years ago
2
Tasks callbacks with inputs fail.
#139
dr-mrsthemonarch
closed
2 years ago
1
Task default constructors sets iterations count incorrectly according to Wiki
#138
xpalaa00
closed
2 years ago
1
Taskscheduler Ignores timing when enabled via functions, possible bug.
#137
dr-mrsthemonarch
closed
2 years ago
6
TaskScheduler conflicts with ArduinoOTA on ESP32
#136
vindolin
closed
2 years ago
4
How to get 'untilInterval'?
#135
vatsake
closed
2 years ago
2
Conflict with AsyncHTTPSRequest_Generic
#134
DavidAntonin
closed
2 years ago
5
Compiler warning: 'uint32_t _task_micros()' defined but not used
#133
numericOverflow
closed
1 year ago
4
'Scheduler' does not name a type error for nRF5240 with Arduino Core
#132
viggi1000
closed
2 years ago
9
Next