wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Scheduler] The Scheduler should have access to USR0 to indicate scheduling #90

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

We should give the Scheduler access to USR0 (led) which lights as long as the scheduler is doing it's work.

trylimits commented 9 years ago

Above commit implements the USR0 indication if the scheduler kicks in.