Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to include TaskScheduler library into standard Arduino IDE #3912

Closed
arkhipenko opened this issue Oct 2, 2015 · 3 comments
Closed
Assignees
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Duplicate Another item already exists for this topic
Milestone

Comments

@arkhipenko
Copy link

Hi,

Would you please consider including TaskScheduler library into Arduino IDE set of libraries?
The library is located here: https://github.com/arkhipenko/TaskScheduler.git

I have fixed all the issues outlined in issue #3901, however don't see the library in the latest nightly build.

TaskScheduler is a light-weight cooperative multitasking library for arduino microcontrollers.
It enables developers to achieve pseudo multi-tasking quite easily, and have additional benefits.
This library has been used by several people with generally very positive feedback, and extensively used by me.
The library is NOT pre-emptive (and as such requires cooperative programming to be used), does NOT use any of the timers (therefore does not affect PWM pins), and is very stable.

Regards,
Anatoli Arkhipenko

@cmaglie
Copy link
Member

cmaglie commented Oct 2, 2015

The git revision you tagged as "v1.6.0" doesn't contain a library.properties file, as you can see here:
https://github.com/arkhipenko/TaskScheduler/tree/v1.6.0

Probably you have tagged the release before committing the library.properties.

Please re-tag the current master (and eventually remove the current "v1.6.0" to keep the repository clean). After fixing this the library will appear automatically within an hour.

@cmaglie cmaglie added the Component: Board/Lib Manager Boards Manager or Library Manager label Oct 2, 2015
@arkhipenko
Copy link
Author

Apologies about the tags. Fixed, pushed and verified. Should be ok now.

@ffissore ffissore added this to the Release 1.6.6 milestone Oct 5, 2015
@ffissore ffissore self-assigned this Oct 5, 2015
@ffissore
Copy link
Contributor

ffissore commented Oct 5, 2015

Duplicate of #3901

@ffissore ffissore closed this as completed Oct 5, 2015
@ffissore ffissore added the Type: Duplicate Another item already exists for this topic label Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

3 participants