Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Configuration Files Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
Configuration FilesThe main source of information for RTLoc are configuration files. These files are line-oriented. Each line starts with a keyword followed by one or more parameters separated by spaces, tabs, commas, or equal signs. If a parameter contains embedded spaces, tabs, commas, or equal signs, it must be enclosed in single or double quotes. Blank lines are ignored. A comment can be placed in the file by preceding it with a double slash (//), slash asterisk (/*) or a semicolon (;). The comment extends to the end of the line. Parameters placed in square brackets [] are optional. For example, the command COMPort = Port [,Baudrate [,IRQ [,IOBase]]] can accept 1, 2, 3, or 4 parameters. However, it is not valid to specify only the third, but not the second parameter. For example, if you want to specify the IRQ of the port, you must also supply the desired baud rate.
|