fome-fw/firmware/controllers/engine_cycle
Andrey G 2b4012b279 dead code, reduce typedefs (#4566)
* Do lightweight checks first

* Dead getTimeIgnitionSeconds()

Dead since 5274cffff3

* Get rid of efitime_t.

Purpose are not clear. Use efitick_t where ticks are used,
use efitimeus_t for uS, use efitimems_t or efitimems64_t for mS.

* Fix unit tests

* Fix misc: stm32f1_test_project
2022-09-11 16:08:11 -04:00
..
aux_valves.cpp unexpected contains information about why it failed (#4393) 2022-07-28 10:04:28 +03:00
aux_valves.h
fuel_schedule.cpp tear down Engine god object #4511 2022-09-05 04:10:14 -04:00
fuel_schedule.h tear down Engine god object #4511 2022-09-05 03:38:44 -04:00
high_pressure_fuel_pump.cpp tear down Engine god object #4511 2022-09-05 04:24:17 -04:00
high_pressure_fuel_pump.h todo: shall we move into high_pressure_fuel_pump.txt and reduce OOP elegance or create a separate live data just for these ones? 2022-07-04 17:08:41 -04:00
high_pressure_fuel_pump.txt
high_pressure_fuel_pump_generated.h logging of live data structs was: data points #3614 2022-06-29 03:21:53 -04:00
knock_controller.cpp os_access.h dead? 2022-09-07 15:56:45 -04:00
knock_controller.txt knock retard limit table (#4498) 2022-08-30 01:57:37 -04:00
knock_controller_generated.h Auto-generated configs and docs 2022-08-30 06:02:26 +00:00
knock_logic.h knock retard limit table (#4498) 2022-08-30 01:57:37 -04:00
main_trigger_callback.cpp refactoring: brining stuff closer 2022-09-08 00:19:24 -04:00
main_trigger_callback.h brutal encapsulation 2022-09-07 20:31:04 -04:00
map_averaging.cpp os_access.h dead? 2022-09-07 15:56:45 -04:00
map_averaging.h
prime_injection.cpp brutal encapsulation 2022-09-07 21:29:11 -04:00
prime_injection.h brutal encapsulation 2022-09-07 20:31:04 -04:00
readme.md
rpm_calculator.cpp dead code, reduce typedefs (#4566) 2022-09-11 16:08:11 -04:00
rpm_calculator.h refactoring - reducing API between FW and Java 2022-09-11 01:59:44 -04:00
rpm_calculator_api.h brutal encapsulation 2022-09-07 20:20:29 -04:00
spark_logic.cpp tear down Engine god object #4511 2022-09-07 15:38:15 -04:00
spark_logic.h let spark deal with spark limpManager 2022-08-31 23:59:40 -04:00

readme.md

Engine Cycle

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