rusefillc
|
442d829f8a
|
[EPIC] [Feature Request] Transmission Control #1454
|
2022-04-25 17:42:19 -04:00 |
rusefillc
|
3ea21ba4bf
|
[EPIC] [Feature Request] Transmission Control #1454
|
2022-04-25 17:20:56 -04:00 |
Matthew Kennedy
|
289122c0b7
|
fix 4032 (#4034)
* fix 4032
* board defaults should not set these things
|
2022-04-03 06:58:25 -04:00 |
Andrey
|
cc9a1136c4
|
Trigger setup in TS is highly confusing: hide operation mode from users? #4031
|
2022-04-03 02:21:37 -04:00 |
Andrey
|
6aa948a666
|
Trigger setup in TS is highly confusing: hide operation mode from users? #4031
|
2022-04-03 00:43:28 -04:00 |
Andrey
|
a43aec4e60
|
Trigger setup in TS is highly confusing: hide operation mode from users? #4031
|
2022-04-02 23:50:39 -04:00 |
rusefi
|
bb54fb346d
|
but we need valid default
|
2022-01-21 15:22:11 -05:00 |
Scott Smith
|
823d9a07e0
|
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
|
8cdac4cac0
|
remove engine pointer passing (#3556)
* some
* more
* more
* the last?!
|
2021-11-16 04:15:29 -05:00 |
Matthew Kennedy
|
b52d50bbf2
|
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
|
2ce7777865
|
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 |
Matthew Kennedy
|
097bf85faf
|
dual fans (#2806)
* remove fsio
* hard code impl
* test it
* enable fan with AC
* make commented stuff match
* second fan config
* second fan ui
* defaults
* impl
|
2021-06-13 08:06:45 -04:00 |
Matthew Kennedy
|
e7f17b0365
|
move ign & cranking defaults (#2791)
* ignition defaults
* cranking
* s
|
2021-06-03 14:40:19 -04:00 |
Matthew Kennedy
|
981e8f5047
|
defaults cleanup: base engine & fuel (#2790)
* build
* fuel and base
* fix build
* cleanup
* extern
* tps/tps
* alternator
* tps
* iat timing
* cranking RPM
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
|
2021-06-03 00:50:07 +03:00 |