issues
search
TcMenu
/
TaskManagerIO
A task, event, scheduling, and interrupt marshalling library for Arduino and mbed boards.
Apache License 2.0
125
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
#61 Move to new logging framework, fix platform determination.
#62
davetcc
closed
1 month ago
1
Move to use TcMenuLog for logging instead of logger delegate
#61
davetcc
opened
2 months ago
0
Port AVR tests to Unity
#60
vzahradnik
opened
3 months ago
0
TcMenu with VSCode + ESP-IDF v5.1.3 for ESP32 an ST7735 1,8" TFT display
#59
ONik93
opened
3 months ago
1
Enable unit tests
#58
vzahradnik
closed
3 months ago
0
Unit tests are failing
#57
vzahradnik
closed
2 months ago
0
Enable GitHub Actions CI/CD
#56
vzahradnik
closed
4 months ago
1
[issue with ESP32 core] 1.4.1 compile fails for nano esp32
#53
tomelgato
opened
7 months ago
11
No 1.4.2 on platformIO
#52
tomelgato
closed
5 months ago
1
Page link dead
#50
tomelgato
closed
7 months ago
1
Support more mbed boards by using the new compile time flag
#48
davetcc
closed
1 year ago
0
Improve the syntax of scheduling by introducing a time description value type
#47
davetcc
closed
1 year ago
0
New examples and support for compile time parameters time header
#45
davetcc
closed
1 year ago
0
One time event (long schedule)
#44
lablabla
closed
2 years ago
5
Support for earlephilhower pico core
#43
davetcc
closed
2 years ago
0
Support interrupt callbacks using std::function on ESP32 and STM32 as per platform.
#42
davetcc
closed
2 years ago
1
Events did not write to the running flag meaning in edge cases could run twice
#41
davetcc
closed
2 years ago
1
ESP32 Unit test failure to be investigated
#40
davetcc
opened
2 years ago
0
Move to using LDREX/STREX on STM32 instead of emulating atomic CAS
#39
davetcc
opened
2 years ago
0
Add all known Arduino-mbed targets to TaskPlatformDeps.h.
#38
dogtopus
closed
2 years ago
0
Remove company name from copyright blocks
#37
davetcc
closed
2 years ago
0
Warning messages in DfRobotInputAbstraction.h and IoAbstraction.h
#36
fletchjp
closed
2 years ago
1
Ability to reschedule a task
#35
AlirezaSalehy
closed
3 years ago
14
Problem with SimpleSpinLock::lock causing spinLock() to block execution
#34
fs63
opened
3 years ago
1
Fix deperecation warning for ESP8266 about use of old ram cache attribute
#33
davetcc
closed
3 years ago
0
Changes for task enable/disable task and also for schedules over an hour.
#32
davetcc
closed
3 years ago
0
How I can add this flag to my compile options esp8266
#31
mrdsn3
closed
3 years ago
5
Add the ability to enable and disable tasks instead of having to cancel and re-insert
#30
davetcc
closed
3 years ago
2
Do not yield back to taskmanager in spinlock
#29
davetcc
closed
3 years ago
2
Small spin lock improvements for multi threaded/multi core boards.
#28
davetcc
closed
3 years ago
0
YieldForMicros could get stuck not running other tasks under some conditions
#27
davetcc
closed
3 years ago
3
BasicInterruptAbstraction must call digitalPinToInterrupt for most Arduino boards
#26
davetcc
closed
3 years ago
0
Add support for a re-entrant lock that spin waits keeping other tasks running.
#25
davetcc
closed
3 years ago
5
Look into the scheduling of lamba function with captures as another option
#24
davetcc
closed
3 years ago
14
Change task manager execute method to schedule very slightly away from 0.
#23
davetcc
closed
3 years ago
0
Incompatibility with SoftwareSerial / ESP8266
#22
rhscdn
closed
3 years ago
5
compilation error for SAMD21
#21
Ulli2k
closed
3 years ago
7
When memory is exhausted taskblock failure should be handled better.
#20
davetcc
closed
3 years ago
0
Gets library compiling for particle.io photon
#19
unregistered
closed
3 years ago
0
Add a link in README.md
#18
Jorropo
closed
3 years ago
0
[Workaround] Library uncompilable for mbed 5 platformIO because of yield() function
#17
maxgerhardt
opened
4 years ago
10
Problems with writing to file
#16
stefunkk
closed
4 years ago
5
Timing error when using multiple events. Out of order execution after some time
#15
davetcc
closed
4 years ago
3
Setting an event complete at the same time as adding a task is unstable.
#14
davetcc
closed
4 years ago
2
Provide very basic macros for conversions to microseconds and milliseconds.
#13
davetcc
closed
4 years ago
1
Simplify ESP32 atomic access logic
#12
davetcc
closed
4 years ago
0
Move all functionality to taskmanagerIO.cpp/h from taskmanager.cpp/h
#11
davetcc
closed
4 years ago
0
Compile failure on ESP8266 hardware
#10
davetcc
closed
4 years ago
1
Ability to describe schedules using a more standard syntax, on boards that support std lib.
#9
davetcc
closed
2 years ago
1
Ability to provide a timer schedule that is greater than 1 hour
#8
davetcc
closed
3 years ago
16
Next