Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / arkhipenko/TaskScheduler issues and pull requests
#192 - _TASK_THREAD_SAFE=1 is not truly thread-safe (at least on multi-core SoCs like ESP32 or RP2040)
Issue -
State: closed - Opened by ranma about 2 months ago
- 5 comments
#191 - Using esp_light_sleep_start() can break WiFi, should be configurable to use delay()/xTaskNotifyWait() instead.
Issue -
State: open - Opened by ranma about 2 months ago
- 3 comments
#190 - Task.isEnabled() crashes ESP8266 when run in interrupt
Issue -
State: closed - Opened by CheatingBoy6890 3 months ago
- 16 comments
#189 - "multiple definition of" linker errors if TaskScheduler.h included in multiple header/source files
Issue -
State: closed - Opened by mattbaker-digital 5 months ago
- 4 comments
#188 - C++ compiler warning: compound assignment with 'volatile'-qualified left operand is deprecated
Issue -
State: closed - Opened by GitMoDu 5 months ago
- 14 comments
#185 - enableDelayed() calls Callback immediately
Issue -
State: closed - Opened by moritz89 10 months ago
- 2 comments
#184 - `_TASK_STD_FUNCTION` should be for everyone.
Issue -
State: open - Opened by issuefiler 10 months ago
#183 - changed "ESP8266" to "ESP8266, ESP32, STM32" in comments
Pull Request -
State: open - Opened by vindolin 11 months ago
#182 - fix deletion of self-destruct tasks in disableAll()
Pull Request -
State: closed - Opened by schlimmchen 11 months ago
- 1 comment
#181 - delete manually disabled self-destruct tasks
Pull Request -
State: closed - Opened by schlimmchen 11 months ago
- 2 comments
#180 - Declare tStart and tFinish
Pull Request -
State: closed - Opened by schlimmchen 11 months ago
- 3 comments
#179 - Compilation error when try to warp TaskScheduler's Task and execute() in a class
Issue -
State: closed - Opened by keekychen 11 months ago
- 2 comments
#177 - add const qualifiers for getter methods
Pull Request -
State: open - Opened by vortigont 12 months ago
#176 - The banner link in README.md isn't working.
Issue -
State: closed - Opened by vindolin about 1 year ago
- 1 comment
#175 - ODR Violation With Multiple Uses of TaskScheduler Throughout a Project
Issue -
State: closed - Opened by tkw722 about 1 year ago
- 1 comment
#174 - TaskScheduler Task Callbacks With OO in Callback
Issue -
State: closed - Opened by tkw722 about 1 year ago
- 2 comments
#172 - Library Suggestion
Issue -
State: closed - Opened by georgevbsantiago over 1 year ago
- 1 comment
#171 - esp32-c3 freezing after for tasks over 5800ms with _TASK_SLEEP_ON_IDLE_RUN. Regular esp32 works fine.
Issue -
State: closed - Opened by beachmiles over 1 year ago
- 2 comments
#170 - Async Webserver problem
Issue -
State: closed - Opened by sebosfato over 1 year ago
- 10 comments
#169 - Method to get the name of the Callback registered in the Task
Issue -
State: closed - Opened by georgevbsantiago over 1 year ago
- 8 comments
#168 - Keep trying if 'onEnable' fails
Issue -
State: closed - Opened by bakadave over 1 year ago
- 8 comments
#165 - Declare task to run with delay
Issue -
State: closed - Opened by vatsake over 1 year ago
- 2 comments
#164 - Set the core where a task execute
Issue -
State: closed - Opened by sebarch over 1 year ago
- 2 comments
#163 - Least possible scheduling time
Issue -
State: closed - Opened by siddarth-murugesan over 1 year ago
- 9 comments
#161 - fluently change task interval, within another tasks periodicity
Issue -
State: closed - Opened by sadilekivan almost 2 years ago
- 5 comments
#160 - Scheduler not executing on ESP8266
Issue -
State: closed - Opened by creahard almost 2 years ago
- 3 comments
#159 - V3.7.0 kills ESP32 WiFi
Issue -
State: closed - Opened by AcuarioCat almost 2 years ago
- 2 comments
#157 - ESP32 dual core usage
Issue -
State: closed - Opened by n1ckdm about 2 years ago
- 2 comments
#156 - "Asynchronous while" - Call execute() inside a task callback
Issue -
State: closed - Opened by YannikW about 2 years ago
- 1 comment
#155 - setLtsPointer() referenced in documentation but function doesn't exist in library
Issue -
State: closed - Opened by JoeEarlam about 2 years ago
- 1 comment
#154 - ESP32: WD resets MCU if SLEEP feature is enabled
Issue -
State: closed - Opened by vortigont about 2 years ago
- 5 comments
#153 - Build fails for examples using QueueArray lib
Issue -
State: open - Opened by vortigont about 2 years ago
#152 - CI Builder pipeline
Pull Request -
State: open - Opened by vortigont about 2 years ago
#148 - Future plans
Issue -
State: closed - Opened by vortigont about 2 years ago
- 1 comment
#147 - wrapper namespace to avoid class names clash
Pull Request -
State: closed - Opened by vortigont about 2 years ago
- 6 comments
#146 - enable dynamicaly created Task to be self-destructable on last iteration
Pull Request -
State: closed - Opened by vortigont about 2 years ago
- 8 comments
#145 - Cannot compile blink LED example
Issue -
State: closed - Opened by edwardCao about 2 years ago
- 5 comments
#144 - Enable sponsorship
Issue -
State: open - Opened by moritz89 over 2 years ago
- 2 comments
#143 - #include error from c++ compiler due to multiple definition error
Issue -
State: closed - Opened by ghost over 2 years ago
- 3 comments
#142 - Compilation Link error with multiple includes
Issue -
State: closed - Opened by PPCM over 2 years ago
- 1 comment
#141 - SleepCallback(aDuration) seems not to be usable for practical purposes
Issue -
State: closed - Opened by poveden over 2 years ago
- 3 comments
#140 - Adafruit bootloader : 'Scheduler does not name a type'
Issue -
State: closed - Opened by nicolascolsoul over 2 years ago
- 2 comments
#139 - Tasks callbacks with inputs fail.
Issue -
State: closed - Opened by dr-mrsthemonarch over 2 years ago
- 1 comment
#138 - Task default constructors sets iterations count incorrectly according to Wiki
Issue -
State: closed - Opened by xpalaa00 over 2 years ago
- 1 comment
#137 - Taskscheduler Ignores timing when enabled via functions, possible bug.
Issue -
State: closed - Opened by dr-mrsthemonarch over 2 years ago
- 6 comments
#136 - TaskScheduler conflicts with ArduinoOTA on ESP32
Issue -
State: closed - Opened by vindolin almost 3 years ago
- 4 comments
#135 - How to get 'untilInterval'?
Issue -
State: closed - Opened by vatsake almost 3 years ago
- 2 comments
#134 - Conflict with AsyncHTTPSRequest_Generic
Issue -
State: closed - Opened by DavidAntonin almost 3 years ago
- 5 comments
#133 - Compiler warning: 'uint32_t _task_micros()' defined but not used
Issue -
State: closed - Opened by numericOverflow almost 3 years ago
- 4 comments
#132 - 'Scheduler' does not name a type error for nRF5240 with Arduino Core
Issue -
State: closed - Opened by viggi1000 almost 3 years ago
- 9 comments
#131 - Feature request: Add optional name field to tasks
Issue -
State: closed - Opened by joemcool about 3 years ago
- 3 comments
#130 - Move-defititions-to-isolated--.cpp
Pull Request -
State: closed - Opened by crabel99 about 3 years ago
- 3 comments
#129 - isolate _task_micros()
Pull Request -
State: open - Opened by crabel99 about 3 years ago
- 5 comments
#128 - Could not compile 3.4, but works with 3.3
Issue -
State: closed - Opened by ellogwen about 3 years ago
- 1 comment
#127 - Pause and resume the clock
Issue -
State: closed - Opened by yangjianlin-c over 3 years ago
- 5 comments
#126 - Update to new version and got this error "'class Scheduler' has no member named 'setHighPriorityScheduler'"
Issue -
State: closed - Opened by sseodate over 3 years ago
#125 - Multiple Thread and Multiple Core in ESP32?
Issue -
State: closed - Opened by sseodate over 3 years ago
- 2 comments
#124 - Virtual destructor on bare metal
Issue -
State: closed - Opened by kevinpt over 3 years ago
- 2 comments
#123 - about delay() in libs.
Issue -
State: closed - Opened by youxiaojie over 3 years ago
- 1 comment
#122 - passing Taskscheduler reference to Task doesn't work
Issue -
State: closed - Opened by eleson2 over 3 years ago
- 4 comments
#121 - 'StatusRequest' was not declared in this scope compile error
Issue -
State: closed - Opened by noweare1 over 3 years ago
- 3 comments
#120 - Do you have an example about pulseIn() function?
Issue -
State: closed - Opened by jatu-studiobox over 3 years ago
- 4 comments
#119 - Minor Documentation issue:
Issue -
State: closed - Opened by TerryKing over 3 years ago
- 1 comment
#118 - TaskScheduler in custom library
Issue -
State: closed - Opened by R1Snake over 3 years ago
- 4 comments
#117 - Defined tasks not working depending on files alphabetical order
Issue -
State: open - Opened by vvinjj over 3 years ago
- 7 comments
#116 - Exception 28 when calling millis() from Scheduler::execute()
Issue -
State: closed - Opened by yashodeepk almost 4 years ago
- 1 comment
#115 - How to allocated scheduler as static member
Issue -
State: closed - Opened by jaccobezemer almost 4 years ago
- 4 comments
#114 - Task not started with multiple files in platformio (no error)
Issue -
State: closed - Opened by fightforlife almost 4 years ago
- 7 comments
#113 - correct setting of tasks
Issue -
State: closed - Opened by DavidAntonin almost 4 years ago
- 5 comments
#112 - fix typo
Pull Request -
State: closed - Opened by thijstriemstra almost 4 years ago
- 1 comment
#111 - compiler warning
Issue -
State: closed - Opened by olonsoft almost 4 years ago
- 2 comments
#110 - I want to use the buzzer when the key press and avoid using delay()?
Issue -
State: closed - Opened by KiraVerSace about 4 years ago
- 22 comments
#109 - Time when next Task should be run
Issue -
State: closed - Opened by Schrolli91 about 4 years ago
- 2 comments
#108 - Multiple definition issue when using multiple header/.h files
Issue -
State: closed - Opened by michaelfransen about 4 years ago
- 2 comments
#107 - Problem with TaskScheduler and HardwareSerial
Issue -
State: closed - Opened by Schrolli91 about 4 years ago
- 3 comments
#106 - [ESP32] getCpuLoadIdle() always return 0
Issue -
State: closed - Opened by Schrolli91 about 4 years ago
- 2 comments
#105 - feature: allow std::function for STM32
Pull Request -
State: closed - Opened by shroomist about 4 years ago
- 5 comments
#104 - wrong calculation of overrun?
Issue -
State: closed - Opened by kwrtz about 4 years ago
- 1 comment
#103 - Way to shutoff the catchup
Issue -
State: closed - Opened by glennramalho over 4 years ago
- 3 comments
#102 - Overwriting Arduino's "delay" function?
Issue -
State: closed - Opened by FrankyBoy over 4 years ago
- 6 comments
#101 - Unable to pass class member funtion into Task
Issue -
State: closed - Opened by nxg3n over 4 years ago
- 4 comments
#100 - Include example for one-off task
Issue -
State: closed - Opened by skorokithakis over 4 years ago
- 5 comments
#99 - unused parameter 'aRecursive'
Issue -
State: closed - Opened by FedeBev over 4 years ago
- 1 comment
#98 - [question] cronjob-like schedule
Issue -
State: closed - Opened by FedeBev over 4 years ago
- 2 comments
#97 - deleteTask() could kill unrelated tasks
Issue -
State: closed - Opened by vortigont over 4 years ago
- 5 comments
#96 - Problem with OnEnable parameter of task definition
Issue -
State: closed - Opened by intabits over 4 years ago
- 2 comments
#95 - Run task daily at a specified time
Issue -
State: closed - Opened by alve89 over 4 years ago
- 8 comments
#94 - ? setInterval bug when called at a higher frequency than the interval.
Issue -
State: closed - Opened by sticilface over 4 years ago
- 2 comments
#93 - Multiple declarations issue after following the OO example
Issue -
State: closed - Opened by curieos over 4 years ago
- 10 comments
#92 - Simple example for binding member functions on arduino
Issue -
State: closed - Opened by sticilface over 4 years ago
- 7 comments
#91 - VisualMicro problem
Issue -
State: closed - Opened by RomanSmajla over 4 years ago
- 4 comments
#90 - Online Playground for TaskScheduler
Issue -
State: closed - Opened by urish over 4 years ago
- 13 comments
#89 - Cannot schedule tasks using member functions
Issue -
State: closed - Opened by xAzigo over 4 years ago
- 6 comments
#88 - strange compiling errors
Issue -
State: closed - Opened by ilovesushi almost 5 years ago
- 3 comments
#87 - Please fix compiler warnings
Issue -
State: closed - Opened by Jingjok86 almost 5 years ago
- 17 comments
#86 - Virtual destructor for TASK_OO_CALLBACKS
Issue -
State: closed - Opened by moritz89 almost 5 years ago
- 2 comments
#85 - new version dont work STM32
Issue -
State: closed - Opened by nestorlevi almost 5 years ago
- 5 comments
#84 - extern millis declaration
Issue -
State: closed - Opened by BlackEdder almost 5 years ago
- 7 comments
#83 - [help] Implement Async Delays
Issue -
State: closed - Opened by ricardojlrufino almost 5 years ago
- 13 comments
#81 - Measuring CPU load
Issue -
State: closed - Opened by moritz89 almost 5 years ago
- 12 comments