rusefi/firmware/controllers/system
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
..
timer Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00
buffered_writer.h code style 2021-05-06 10:43:42 -04:00
dc_motor.cpp [DRAFT] IAC H-Bridge Microstepping (#3213) 2021-10-06 13:57:04 -04:00
dc_motor.h [DRAFT] IAC H-Bridge Microstepping (#3213) 2021-10-06 13:57:04 -04:00
efi_gpio.cpp SPARK_EXTREME_LOGGING 2021-10-01 23:50:32 -04:00
efi_gpio.h force init LEDs even with fatal (#2998) 2021-07-20 17:09:52 -04:00
periodic_task.cpp
periodic_task.h init the timer before we try to use it (#3205) 2021-08-27 10:59:00 +03:00
periodic_thread_controller.h misc threading/safety improvements (#2854) 2021-06-24 20:18:23 -04:00
system.mk move scheduling to its own file (#1842) 2020-10-01 17:55:03 -04:00
thread_controller.h misc threading/safety improvements (#2854) 2021-06-24 20:18:23 -04:00