Files and Directories - IDE/CF
The files inside the IDE driver directory are outlined in this section; the generic file system files, outlined in µC/FS Directories and Files, are also required.
\Micrium\Software\uC-FS\Dev
This directory contains device-specific files.
\Micrium\Software\uC-FS\Dev\IDE
This directory contains the IDE driver files.
fs_dev_ide.*
are device driver for IDE devices. This file requires a set of BSP functions be defined in a file named fs_dev_ide_bsp.c
to work with a certain hardware setup.
.\BSP\Template\fs_dev_ide_bsp.c
is a template BSP. See IDE BSP Overview for more information.
\Micrium\Software\uC-FS\Examples\BSP\Dev\IDE
Each subdirectory contains an example BSP for a particular platform. These are named according to the following rubric:
<Chip Manufacturer>\<Board or CPU>\fs_dev_ide_bsp.c