auto-sync
This commit is contained in:
parent
b9a801e022
commit
ad996a1a48
|
@ -59,4 +59,9 @@ void setBmwE34(engine_configuration_s *engineConfiguration) {
|
|||
engineConfiguration->hasCltSensor = false;
|
||||
engineConfiguration->hasIatSensor = false;
|
||||
|
||||
/**
|
||||
* This saves a couple of ticks in trigger emulation methods
|
||||
*/
|
||||
bc->triggerSimulatorPins[1] = GPIOD_2;
|
||||
bc->triggerSimulatorPins[2] = GPIOD_3;
|
||||
}
|
||||
|
|
|
@ -19,6 +19,8 @@ int getOutputPinValue(io_pin_e pin) {
|
|||
|
||||
/**
|
||||
* @brief Sets the value according to current electrical settings
|
||||
*
|
||||
* This method costs about 85 ticks
|
||||
*/
|
||||
void setOutputPinValue(io_pin_e pin, int logicValue) {
|
||||
#if EFI_PROD_CODE
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
arm-none-eabi-objdump -S iar/Debug/exe/ch.out > iar.dump
|
|
@ -184,11 +184,11 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>CCListCFile</name>
|
||||
<state>0</state>
|
||||
<state>1</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CCListCMnemonics</name>
|
||||
<state>0</state>
|
||||
<state>1</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CCListCMessages</name>
|
||||
|
@ -196,11 +196,11 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>CCListAssFile</name>
|
||||
<state>0</state>
|
||||
<state>1</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CCListAssSource</name>
|
||||
<state>0</state>
|
||||
<state>1</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CCEnableRemarks</name>
|
||||
|
@ -273,7 +273,7 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>CCCompilerRuntimeInfo</name>
|
||||
<state>0</state>
|
||||
<state>1</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>IFpuProcessor</name>
|
||||
|
|
Loading…
Reference in New Issue