rusefi/firmware/controllers/core
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
..
common_headers.h generate java enum from C enum? generate both C and java from yaml? #2102 2021-10-23 22:07:44 -04:00
core.mk
engine_ptr.h cleanup for pch (#3062) 2021-07-25 20:43:02 -04:00
error_handling.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
error_handling.h yet more pch (#3068) 2021-08-03 22:05:01 -04:00
fsio_core.cpp dead knock code (#3255) 2021-09-21 20:40:20 -04:00
fsio_core.h dead knock code (#3255) 2021-09-21 20:40:20 -04:00
fsio_impl.cpp lua curve progress 2021-11-05 16:08:34 -04:00
fsio_impl.h lua curve progress 2021-11-05 16:08:34 -04:00
state_sequence.cpp Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00
state_sequence.h Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00