Raptor:Target Definition Block: Difference between revisions
Jump to navigation
Jump to search
Line 45: | Line 45: | ||
|- | |- | ||
! Target ECU | ! Target ECU | ||
| | |style = "text-align:center;"| | ||
| Selects the current hardware target. | | Selects the current hardware target. | ||
|- | |- | ||
! Heap Size (bytes) | ! Heap Size (bytes) | ||
| Number | |style = "text-align:center;"| Number | ||
| Controls the amount of RAM allocated for the heap. | | Controls the amount of RAM allocated for the heap. | ||
|- | |- | ||
! Stack Size (bytes) | ! Stack Size (bytes) | ||
| Number | |style = "text-align:center;"| Number | ||
| Controls the amount of RAM allocated for the stack. | | Controls the amount of RAM allocated for the stack. | ||
|- | |- | ||
! Calibration Location | ! Calibration Location | ||
| | |style = "text-align:center;"| | ||
| Controls the storage type for the Calibration memory location. | | Controls the storage type for the Calibration memory location. | ||
|- | |- | ||
! Compiler | ! Compiler | ||
| | |style = "text-align:center;"| | ||
| Selects the compiler to use during the build process. | | Selects the compiler to use during the build process. | ||
|- | |- | ||
! Append Build Number to output file | ! Append Build Number to output file | ||
| | |style = "text-align:center;"| | ||
| When enabled, the output files from the build will include the model build number. | | When enabled, the output files from the build will include the model build number. | ||
|- | |- | ||
! Build Output Location | ! Build Output Location | ||
| | |style = "text-align:center;"| | ||
| Controls the location of the output files from the build. | | Controls the location of the output files from the build. | ||
|- | |- | ||
! Executable Output Location | ! Executable Output Location | ||
| String | |style = "text-align:center;"| String | ||
| Sets the location of the build process output when the output location is set to user defined. | | Sets the location of the build process output when the output location is set to user defined. | ||
|- | |- | ||
! A2L Output Location | ! A2L Output Location | ||
| String | |style = "text-align:center;"| String | ||
| Sets the location of the a2l file output when the output location is set to user defined. | | Sets the location of the a2l file output when the output location is set to user defined. | ||
|} | |} |
Revision as of 15:45, 17 February 2023
Return to main Raptor page.
Return to Configuration page.
Description
The target definition block must be included in every Raptor model. This block allows the user to select the hardware which the build process will target as well as set global parameters which control how the model is built.
Supported Modules
For a list of supported Raptor modules, click here.
Inputs
Input | Type | Description |
---|---|---|
No Inputs | - | - |
Outputs
Output | Type | Description |
---|---|---|
No Outputs | - | - |
Parameters
Parameter | Type | Description |
---|---|---|
Target ECU | Selects the current hardware target. | |
Heap Size (bytes) | Number | Controls the amount of RAM allocated for the heap. |
Stack Size (bytes) | Number | Controls the amount of RAM allocated for the stack. |
Calibration Location | Controls the storage type for the Calibration memory location. | |
Compiler | Selects the compiler to use during the build process. | |
Append Build Number to output file | When enabled, the output files from the build will include the model build number. | |
Build Output Location | Controls the location of the output files from the build. | |
Executable Output Location | String | Sets the location of the build process output when the output location is set to user defined. |
A2L Output Location | String | Sets the location of the a2l file output when the output location is set to user defined. |