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

[Watchdog] [Idle] [FileManager] Implement watchdog for MMC availability #94

Open trylimits opened 9 years ago

trylimits commented 9 years ago

We should either implement a watchdog process (or integrate this into the idle process) which does a check in a given time interval (< 5 seconds) if a MMC is available and propagate this information to the FileManager.

If no MMC is available the FileManager should reset the cwd to / and should return with FILE_MANAGER_NO_DEVICE_CONNECTED from each call.