rusefi-1/firmware/controllers/trigger
dron0gus 76fa11d5e2 warning cleanup (#693)
* Kill annoing warnings about unused vars

* Kill annoing signed vs unsigned warnings

* Make ALWAYS_INLINE macro realy inlining

* Incorrect attribute placement.

While correct attribute placement cause ram4 overflow.
Move to correct place (to avoid gcc-2018-q4 errors) and comment
out.

* Silence -Wcast-function-type warnings

Cast to intermediate "void *" to lose compiler knowledge about the original
type and pass the warning. This is a workaround.
2019-02-21 05:44:45 -05:00
..
decoders warning cleanup (#693) 2019-02-21 05:44:45 -05:00
aux_valves.cpp warning cleanup (#693) 2019-02-21 05:44:45 -05:00
aux_valves.h #490 2017-11-26 22:30:37 -05:00
main_trigger_callback.cpp better conditional compilation 2019-01-31 17:55:23 -05:00
main_trigger_callback.h refactoring 2018-09-16 22:00:14 -04:00
rpm_calculator.cpp better conditional compilation 2019-01-31 17:55:23 -05:00
rpm_calculator.h refactoring: 'const' modifier 2019-01-24 23:44:29 -05:00
spark_logic.cpp refactoring around GET_RPM 2019-01-21 20:33:21 -05:00
spark_logic.h refactoring 2017-05-25 22:28:04 -04:00
trigger.mk #625 big step - no more engine dependency from TriggerShape 2018-12-25 22:47:29 -05:00
trigger_central.cpp Refactor Trigger System #635 2019-02-03 02:47:20 -05:00
trigger_central.h Refactor Trigger System #635 2019-02-03 02:47:20 -05:00
trigger_decoder.cpp warning cleanup (#693) 2019-02-21 05:44:45 -05:00
trigger_decoder.h better conditional compilation 2019-01-31 17:55:23 -05:00
trigger_emulator_algo.cpp refactoring: reducing header tree hell 2019-01-21 00:10:09 -05:00
trigger_emulator_algo.h The Big Refactoring of 2019: scheduler should not be global #655 2019-01-09 08:50:51 -05:00
trigger_simulator.cpp minor clean-up 2019-01-13 23:05:03 -05:00
trigger_simulator.h unused parameter 2018-02-06 01:44:10 +03:00