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

Scheduler and interrupts 2.0, shutdown/reboot #79

Merged
merged 12 commits into from
Aug 22, 2024
Merged

Scheduler and interrupts 2.0, shutdown/reboot #79

merged 12 commits into from
Aug 22, 2024

Conversation

robotman2412
Copy link
Member

@robotman2412 robotman2412 commented Aug 22, 2024

This adds:

  • A new scheduler soon capable of running on multiple CPUs
  • An interrupts framework update designed to better abstract from specific platforms
  • An implementation of shutdown and reboot
    • On ESP32, reboot resets the CPU(s)
    • On ESP32, shutdown enters deep sleep
  • Support for asynchronous signals (i.e. sent by other processes)

@robotman2412 robotman2412 merged commit fa3b27f into main Aug 22, 2024
6 checks passed
@robotman2412 robotman2412 deleted the generic branch August 22, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant