Home |
The ISO 9660 File System Structure The exFAT File System Structure RTFiles-32 in Embedded Applications Optimizing for Best Throughput Optimizing for Best Data Security Using RTFiles-32 with RTTarget-32 Win32 API Emulation with RTTarget-32 Using RTFiles-32 with RTKernel-32 Porting RTFiles-32 to other Platforms Compile Time Options, Rtfcfg.h The System Driver |
The System DriverThe second configurable component is the RTFiles-32 system driver. The system driver can be modified without recompiling other parts of RTFiles-32. Users who do not own the RTFiles-32 source code can still modify the system driver. The system driver's API is defined in file Include\Rtfsys.h. This file should not be modified to port RTFiles-32. It declares a number of platform dependent functions which must be implemented by the system driver. The functionality covered includes:
Further information about the system driver's API is contained as comments in file Include\Rtfsys.h which must be read and understood before it is attempted to port RTFiles-32. Note that files Driver\Rtf32\Sysrtk32.c and Driver\Rtf32\Sysrtt32.c contain two complete RTFiles-32 system driver implementations for On Time RTOS-32 with or without RTKernel-32. Use these files as templates for custom system drivers. Porting RTFiles-32 to other Platforms Compile Time Options, Rtfcfg.h
|