rusefi-1/firmware/controllers/engine_cycle
rusefillc 751355a04b
Limp shutdown rebase (#3879)
* limp manager handles engine stop

* use timer

* dead relevant fsio

* this stuff needs its own ticket

* if we can comment out 'business logic' and tests do not fail it's not a great sign :(

Co-authored-by: Matthew Kennedy <matthewkennedy@outlook.com>
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-02-01 20:47:17 -05:00
..
aux_valves.cpp Separate out scheduleOrQueue into it's own standalone scheduler. (#3573) 2021-11-18 14:27:21 -05:00
aux_valves.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
fuel_schedule.cpp fix sequential mode cranking (#2919) 2022-02-01 19:04:20 -05:00
high_pressure_fuel_pump.cpp migrating to SensorType::Rpm API 2022-01-20 22:04:45 -05:00
high_pressure_fuel_pump.h GDI Epic #1448 2021-12-31 15:28:24 -05:00
high_pressure_fuel_pump.txt On m_event vs lobe vs scheduling #3804 2022-01-18 20:57:24 -05:00
high_pressure_fuel_pump_generated.h On m_event vs lobe vs scheduling #3804 2022-01-18 20:57:24 -05:00
knock_logic.cpp warnings fixes (#3851) 2022-01-31 18:37:42 -05:00
knock_logic.h calculate per-cylinder ignition timing (#3652) 2021-12-06 21:19:37 -05:00
main_trigger_callback.cpp decouple TPS accel enrichment from trigger (#3825) 2022-01-23 15:31:39 -05:00
main_trigger_callback.h prime upon ignition voltage, not on power on (#3662) 2021-12-08 07:26:49 -05:00
map_averaging.cpp warnings fixes (#3851) 2022-01-31 18:37:42 -05:00
map_averaging.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
readme.md
rpm_calculator.cpp Limp shutdown rebase (#3879) 2022-02-01 20:47:17 -05:00
rpm_calculator.h Good news RPM is now float 2022-01-21 00:56:13 -05:00
spark_logic.cpp fix sequential mode cranking (#2919) 2022-02-01 19:04:20 -05:00
spark_logic.h Separate out scheduleOrQueue into it's own standalone scheduler. (#3573) 2021-11-18 14:27:21 -05:00

readme.md

Engine Cycle

Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.