Closed trylimits closed 9 years ago
Is it possible that another instance as the FileManager makes a read? When this can happen the driver should handle the blink otherwise the FileManager.
We should introduce a policy that each access to the file system has to be done through the File Manager. I agree, the FileManager should handle the device. The implementation should follow the standard we set in the Scheduler's implementation, i.e. the FileManagerInit(..)
function gets a device_t
.
Above commit implements this feature. File Manager now indicates it's work through LED1.
We should implement read access to the MMC by blinking USR1. We should either let the FileManager handle this or the DMA interrupt in the driver.