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

Add Scheduler support #30

Open
microbuilder opened this issue Mar 3, 2016 · 1 comment
Open

Add Scheduler support #30

microbuilder opened this issue Mar 3, 2016 · 1 comment

Comments

@microbuilder
Copy link
Contributor

Since the WICED Feather runs in an RTOS, Scheduler support should eventually be added to help with task and resource management.

@microbuilder microbuilder added this to the 0.5.5 milestone Mar 3, 2016
@hathach hathach modified the milestones: 0.5.5, 0.5.6 Jul 8, 2016
@hathach hathach modified the milestones: 0.7.0, 0.6.0 Sep 10, 2016
@hathach
Copy link
Member

hathach commented Nov 3, 2016

Scheduler should be able to

  • defer an function e.g from an isr handler
  • timely queue an function that run after nn milliseconds
  • periodically invoke an function.

Note: an additional worker thread is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants