SCoop icon indicating copy to clipboard operation
SCoop copied to clipboard

Simple Cooperative Scheduler for Arduino and Teensy ARM and AVR

Results 4 SCoop issues
Sort by recently updated
recently updated
newest added

### **Leonardo:** C:\Users\l\AppData\Local\Temp\ccyqFSrX.ltrans0.ltrans.o: In function `SCoopMicros16': D:\Arduino-mindPlus\hardware\arduino\avr\libraries\SCoop/SCoop.cpp:226: undefined reference to `timer0_overflow_count' D:\Arduino-mindPlus\hardware\arduino\avr\libraries\SCoop/SCoop.cpp:226: undefined reference to `timer0_overflow_count' D:\Arduino-mindPlus\hardware\arduino\avr\libraries\SCoop/SCoop.cpp:226: undefined reference to `timer0_overflow_count' collect2.exe: error: ld returned 1 exit status

I'm getting this error on Arduino IDE 1.6.12 with version 1.2 of SCoop. It compiles fine on Arduino IDE 1.6.3. I've tried adding ` __attribute__((used)) ` to timer0_overflow_count in SCoop.cpp,...

SCoop is almost unusable! Too many problems are missing! I imported the files SCoop. CPP SCoop. H in my project! They are all unusable! Do you need support from other...

It would be great if there were an ability to restart a task. It should be quite easy (just set the stack to the state after initial creation), but I...