rusefi/firmware/controllers/trigger
Scott Smith 280dfa94e7
Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513)
All it wants is to use the main trigger state, so don't bother copying it.  Instead, change
PwmConfig to take a const pointer to a Multi.*Sequence, then make all the users adapt.  Worse
fallout is that SimplePwm now has its own Multi.*Sequence, but PwmConfig is downgraded to a
pointer, so that's only a net +4 bytes.  And we can make the overhead of Multi.*Sequence much lower
using embedded arrays, which only the caller can do since it knows the maximum size... (for another
day...)

Also remove SimplePwm's 2nd copy of SingleChannelStateSequence.  It served no purpose.

Saves 1992 bytes of BSS and 24 bytes of RAM4 (latter probably due to SimplePwm change)
2021-11-09 14:35:07 -05:00
..
decoders Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00
trigger.mk
trigger_central.cpp
trigger_central.h
trigger_central.txt
trigger_central_generated.h
trigger_decoder.cpp Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00
trigger_decoder.h
trigger_emulator_algo.cpp Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00
trigger_emulator_algo.h
trigger_simulator.cpp
trigger_simulator.h
trigger_state.txt
trigger_state_generated.h