rusefi/firmware/controllers
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
..
actuators ETB: do not touch HW pins if function not selected, this way Lua can use DC motor hardware pins directly 2021-11-08 12:44:37 -05:00
algo pid demo progress 2021-11-08 17:31:33 -05:00
can uppppppdate (#3455) 2021-11-04 05:52:25 -04:00
core Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00
engine_cycle Save ~2800 bytes of RAM by not caching angle->trigger mapping (#3506) 2021-11-09 07:03:27 -05:00
gauges very old very dead code 2021-10-20 10:38:36 -04:00
generated Auto-generated configs and docs 2021-11-09 02:36:07 +00:00
lua why is meat allowed to touch machine?! 2021-11-08 20:49:12 -05:00
math refactoring - magic constant bad 2021-11-07 00:09:17 -04:00
sensors support autoscale on table axes (#3452) 2021-11-03 19:53:26 -04:00
serial remove old vss implementation (#3208) 2021-08-28 01:39:55 -04:00
system Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00
trigger Don't keep a separate MultiChannelStateSequence for the trigger emulator. (#3513) 2021-11-09 14:35:07 -05:00
bench_test.cpp https://rusefi.com/forum/viewtopic.php?f=19&t=2177 2021-10-28 13:49:44 -04:00
bench_test.h
buttonshift.cpp
buttonshift.h
closed_loop_controller.h
controllers.mk refactoring - extracting idle state 2021-10-17 00:30:26 -04:00
date_stamp.h Update date 2021-11-09 01:00:19 +00:00
engine_controller.cpp Aux analog inputs via CAN #3378 2021-10-19 20:04:03 -04:00
engine_controller.h dead mock iat/clt (#3293) 2021-10-01 09:20:08 -04:00
engine_controller_misc.cpp Make getTimeNowNt even faster (#3504) 2021-11-08 14:24:31 -05:00
flash_main.cpp How exactly did I brick Nick's Frankenso? #3278 2021-09-28 20:58:08 -04:00
flash_main.h
gear_controller.cpp
gear_controller.h
global_shared.h
limp_manager.cpp docs 2021-10-07 09:31:34 -04:00
limp_manager.h
persistent_store.cpp
settings.cpp Configuration for HPFP control algorithm. (#3475) 2021-11-05 23:15:35 -04:00
settings.h very old very dead code 2021-10-20 12:57:07 -04:00
simple_tcu.cpp
simple_tcu.h
start_stop.cpp
start_stop.h
system_fsio.h
system_fsio.txt
tcu.cpp
tcu.h
thread_priority.h