system76 / ec

System76 Open Source Embedded Controller
GNU General Public License v3.0
318 stars 72 forks source link

main: Run events at time intervals #486

Open crawfxrd opened 1 month ago

crawfxrd commented 1 month ago

Rewrite the main loop to run all its events at certain intervals of the systick instead of running most on every loop.

Ref: #209, Time-triggered architecture