rusefi/firmware/controllers/engine_cycle
Andrey d9a3bb4bd1 move a bunch of tables out of engine_configuration_s 2024-03-20 17:07:12 -04:00
..
aux_valves.cpp fixAngle -> wrapAngle 2023-10-19 22:42:50 -04:00
aux_valves.h
fuel_schedule.cpp only: renaming method 2024-02-29 00:26:07 -05:00
fuel_schedule.h Staged injection support; use two sets of injectors on the same engine fix #5247 2024-01-07 23:14:18 -05:00
high_pressure_fuel_pump.cpp move a bunch of tables out of engine_configuration_s 2024-03-20 17:07:12 -04:00
high_pressure_fuel_pump.h GDI4 overlap factor #5416 2023-07-20 15:40:10 -04:00
high_pressure_fuel_pump.txt Poor man categories for logs #5153 2023-03-05 23:12:56 -05:00
high_pressure_fuel_pump_generated.h Auto-generated configs and docs 2024-01-03 20:32:11 +00:00
knock_controller.cpp move a bunch of tables out of engine_configuration_s 2024-03-20 17:07:12 -04:00
knock_controller.txt only: part of knock logging 2023-09-25 22:19:35 -04:00
knock_controller_generated.h Auto-generated configs and docs 2024-01-03 20:32:11 +00:00
knock_logic.h faster knock logging 2023-09-15 08:08:42 -04:00
main_trigger_callback.cpp only:reducing unit test logging 2024-02-21 17:31:02 -05:00
main_trigger_callback.h encapsulation 2024-01-14 18:57:05 -05:00
map_averaging.cpp Seems that gdi pump angle changes at 2x the rate of cam movement, possible multiplication/division problem? #6245 2024-03-17 20:41:50 -04:00
map_averaging.h
prime_injection.cpp enum class-ify 2024-02-07 21:27:19 -05:00
prime_injection.h only:towards https://github.com/rusefi/rusefi/pull/4841 2024-01-07 16:31:41 -05:00
readme.md
rpm_calculator.cpp Seems that gdi pump angle changes at 2x the rate of cam movement, possible multiplication/division problem? #6245 2024-03-17 20:41:50 -04:00
rpm_calculator.h only:timer.h goes to libfirmware! 2023-08-30 23:11:24 -04:00
rpm_calculator_api.h
spark_logic.cpp first spark out of order coilIndex logic in prepareCylinderIgnitionSchedule fix #6094 2024-02-29 01:47:43 -05:00
spark_logic.h is this just dead? 2023-04-29 01:08:14 -04:00

readme.md

Engine Cycle

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