Changes between Version 2 and Version 3 of kernel_fat32


Ignore:
Timestamp:
Mar 28, 2015, 1:59:11 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_fat32

    v2 v3  
    44[[PageOutline]]
    55
    6 The [source:soft/giet_vm/giet_fat32/fat32.c fat32.c] and [source:soft/giet_vm/giet_fat32/fat32.h fat32.h] files define the data structures and functions that are used to access a FAT32 file system stored on a mass storage block device (such as BDV, HBA, SDC, or RDK peripherals).
     6The [source:soft/giet_vm/giet_fat32/fat32.c fat32.c] and [source:soft/giet_vm/giet_fat32/fat32.h fat32.h] files define the data structures and functions that are used to access a FAT32 file system stored on a mass storage block device (such as the [wiki:bdv_driver BDV], [wiki:hba_driver HBA], [wiki:sdc_driver SDC], or [wiki:rdk_driver RDK] peripherals).
    77
    88All the block device peripherals support a polling mode on the peripheral status register to detect the completion of a read or write access to the device, but some peripheral (BDV and HBA) support a descheduling mode for the calling task, with an interrupt to signal transfer completion.