rusefillc
|
53f323ca0c
|
Set sensible default for dwell by voltage multiplier table fix #4067
|
2022-04-13 15:21:44 -04:00 |
Matthew Kennedy
|
5642ef07be
|
Autoscale all the things! (#3713)
* Map3D accepts any scaled_channel type
* consistency
* reinstate test
* fix ratio
* throttle, boost, gppwm
* scale ignition and VE
* tests
|
2021-12-22 08:09:41 -05:00 |
Matthew Kennedy
|
fae8b9ec06
|
clean up timing table defaults (#3705)
* less crazy configs
* cleanup
* make that test happy
|
2021-12-20 08:02:38 -05:00 |
Scott Smith
|
80091498a6
|
Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"
git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
|
2021-11-17 03:54:21 -05:00 |
Matthew Kennedy
|
7296593448
|
remove engine pointer passing (#3556)
* some
* more
* more
* the last?!
|
2021-11-16 04:15:29 -05:00 |
Matthew Kennedy
|
d3ec2b21d1
|
Use pch in lots of files (#3066)
* most engine.h
* most engine_configuration
* more
* more
* more
* more
* more
* moooooore
* ok I'm done for now
* oops
|
2021-07-26 01:05:17 -04:00 |
Matthew Kennedy
|
e3849b95d5
|
don't require EXTERN_ENGINE in every file (#2969)
* move enginePins
* no more extern engine
* uses
* more
* extern config too
* put this where it belongs
* include correct header
* merge
|
2021-07-16 18:13:33 -04:00 |
Andrey
|
c5e9f2b6b5
|
trailing spark outputs #2931
|
2021-07-09 10:14:00 -04:00 |
Matthew Kennedy
|
135bc9f3ad
|
move ign & cranking defaults (#2791)
* ignition defaults
* cranking
* s
|
2021-06-03 14:40:19 -04:00 |