rusefi-full/firmware/controllers/engine_cycle
Scott Smith 158f719d95
Save ~2800 bytes of RAM by not caching angle->trigger mapping (#3506)
Memory seems more valuable than CPU; use the O(lg n) lookup by angle.  A side effect is that it
seems to fix trigger lookup for the second phase of TRIGGERTYPE 53 544 TT_TRI _TACH 0.00
2021-11-09 07:03:27 -05:00
..
aux_valves.cpp more curves! also names for curves 2021-11-04 23:19:44 -04:00
aux_valves.h yet more pch (#3068) 2021-08-03 22:05:01 -04:00
fuel_schedule.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
high_pressure_fuel_pump.cpp Configuration for HPFP control algorithm. (#3475) 2021-11-05 23:15:35 -04:00
high_pressure_fuel_pump.h yet more pch (#3068) 2021-08-03 22:05:01 -04:00
knock_logic.cpp Knock retard (#3396) 2021-11-01 23:33:59 -04:00
knock_logic.h Knock retard (#3396) 2021-11-01 23:33:59 -04:00
main_trigger_callback.cpp Remove engine load acceleration enrichment fix #3357 2021-10-16 21:24:05 -04:00
main_trigger_callback.h yet more pch (#3068) 2021-08-03 22:05:01 -04:00
map_averaging.cpp getOrZero (#3319) 2021-10-05 19:59:07 -04:00
map_averaging.h put MAP in the sensor model (#3292) 2021-10-04 17:18:08 -04:00
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
rpm_calculator.cpp Save ~2800 bytes of RAM by not caching angle->trigger mapping (#3506) 2021-11-09 07:03:27 -05:00
rpm_calculator.h unit_tests: mapAveragingTriggerCallback causes segmentation fault #2858 2021-06-25 10:21:31 -04:00
spark_logic.cpp Knock retard (#3396) 2021-11-01 23:33:59 -04:00
spark_logic.h yet more pch (#3068) 2021-08-03 22:05:01 -04:00

readme.md

Engine Cycle

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