custom-board-bundle-sample-.../firmware/controllers/trigger
Scott Smith 9d61fb4cfd Drop SingleChannelStateSequence in favor of MultiChannelStateSequenceWithData (#3519)
* Drop SingleChannelStateSequence in favor of MultiChannelStateSequenceWithData

Most all the users were Multi* anyways, so just improve that:
1. Allow up to 8 waveforms to share one byte per timestamp.  It could be better but this is simple
   and gets most of the benefit.
2. Use a wrapper structure to handle reserving space for the arrays.  Makes the interface simpler
   and more rigid.  Also saves 4 bytes per Multi*.  Downside is access is now via -> and *,
   not . and (nothing).

Saves 224 bytes of BSS, 1832 bytes of RAM4/CCM, 952 bytes of TEXT, and 103 bytes of RODATA

* Instantiate a base_t to make debugging easier.
Also fixes crash on real firmware by using &m_base instead - LTO optimization issue?

* No magical templated StaticAlloc thingy.  Just virtual functions.
2021-11-21 04:56:07 -05:00
..
decoders Drop SingleChannelStateSequence in favor of MultiChannelStateSequenceWithData (#3519) 2021-11-21 04:56:07 -05:00
trigger.mk mercedes two lobe trigger testing (#3543) 2021-11-13 21:50:04 -05:00
trigger_central.cpp Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
trigger_central.h Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
trigger_central.txt triggerinfo progress 2021-10-23 19:01:31 -04:00
trigger_central_generated.h Auto-generated configs and docs 2021-10-23 23:05:27 +00:00
trigger_decoder.cpp correctly compute engine revolution number (#3586) 2021-11-21 09:01:27 +03:00
trigger_decoder.h correctly compute engine revolution number (#3586) 2021-11-21 09:01:27 +03:00
trigger_emulator_algo.cpp Drop SingleChannelStateSequence in favor of MultiChannelStateSequenceWithData (#3519) 2021-11-21 04:56:07 -05:00
trigger_emulator_algo.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
trigger_simulator.cpp Drop SingleChannelStateSequence in favor of MultiChannelStateSequenceWithData (#3519) 2021-11-21 04:56:07 -05:00
trigger_simulator.h Trigger: warning code on normal engine start up #669 2021-06-25 13:19:16 -04:00
trigger_state.txt better file locations 2021-10-16 20:17:01 -04:00
trigger_state_generated.h Auto-generated configs and docs 2021-10-17 01:13:47 +00:00