rusefi
4574aaccce
I got carried away, but DEAD CODE?!
2019-10-08 03:14:21 -04:00
rusefi
2acdbf308b
something is over-complicated here? looks like two classes should become one?
2019-10-08 02:56:19 -04:00
rusefi
a65c8c9295
something is over-complicated here? looks like two classes should become one?
2019-10-08 02:35:21 -04:00
rusefi
fbbf8995e4
wow, dead field
2019-10-08 02:17:32 -04:00
rusefi
2b59940161
really not clear what is the best place for these classes
2019-10-08 02:13:52 -04:00
rusefi
4e26bd2fd2
refactoring
2019-10-08 02:01:41 -04:00
rusefi
cd1e87ff41
docs & refactoring
2019-10-08 01:49:42 -04:00
rusefi
5bf399e280
fancier C++ initialization
2019-10-08 01:36:35 -04:00
rusefi
ade7ad158a
typo & better field name
2019-10-08 01:36:03 -04:00
rusefi
42dc9e3662
fancy C++ s/NULL/nullptr/
2019-10-08 01:26:35 -04:00
rusefi
1ab488e4b4
refactoring: better field name(s)
2019-10-08 01:03:57 -04:00
rusefi
ca67249522
refactoring: better field name
2019-10-08 00:54:19 -04:00
rusefi
8424723024
refactoring: better variable names
2019-10-08 00:42:47 -04:00
rusefi
0d31cdddea
refactoring: better parameter name
2019-10-08 00:30:20 -04:00
rusefi
53231f7b49
refactoring: smarter C++ initialization
2019-10-08 00:27:49 -04:00
rusefi
fdfd2244ce
One cylinder, 4 stroke, only crank sensor needs special wasted_mode spark control #968
...
just a unit test for now
2019-10-07 23:12:29 -04:00
rusefi
e6f5a6e3f4
refactoring: all events are now validated in relation to current timestamp
2019-10-07 23:02:47 -04:00
rusefi
0380d4d709
refactoring
2019-10-07 21:54:03 -04:00
rusefi
4bd928b594
Merge branch 'master' of https://github.com/rusefi/rusefi
2019-10-07 21:29:29 -04:00
rusefi
5e48109780
docs & refactoring
2019-10-07 21:23:38 -04:00
rusefi
d381bce748
date
2019-10-06 00:39:50 -04:00
Matthew Kennedy
d1da567b85
fix gm 24x decoder ( #963 )
...
* fix gm
* fix
* fix default config, tests
2019-10-05 08:27:30 -04:00
rusefi
d2c8e84e95
Two distributors
2019-10-04 22:36:53 -04:00
Matthew Kennedy
faa2a481ea
Simplify thermistor config ( #962 )
...
* simplify thermistor config
* fix test
2019-10-02 21:00:10 -04:00
rusefi
62bbdbb33b
docs
2019-09-29 15:14:08 -04:00
rusefi
7f9e912ea4
pid limits / etb limits
2019-09-29 14:56:18 -04:00
rusefi
3201df7fbe
extracting pid test to separate file
2019-09-29 14:36:41 -04:00
rusefi
df7fe0ec3b
fixing build
2019-09-29 14:22:51 -04:00
rusefi
7d2aaab1aa
Merge branch 'master' of https://github.com/rusefi/rusefi
2019-09-29 14:16:51 -04:00
rusEfi
fc3b7ec1bd
etbCalibrationOnStart
2019-09-29 14:00:04 -04:00
rusefi
c935903162
do not let "Use fixed baro corr from MAP" kill VE fix #960
2019-09-29 09:58:29 -04:00
rusefi
0aec02ffb1
docs
2019-09-28 18:49:39 -04:00
rusefi
8e3912e6b1
firing order 1-2-7-8-4-5-6-3
2019-09-28 10:25:57 -04:00
rusefi
d520e0734f
docs
2019-09-28 09:59:40 -04:00
rusEfi
7c9a7d34b4
PID display in console was broken
2019-09-27 23:37:57 -04:00
rusEfi
44b2c2f89e
new command 'etb_freq X'
2019-09-27 23:37:40 -04:00
rusEfi
17dc0908f2
it's a cruel world
2019-09-27 23:01:47 -04:00
Matthew Kennedy
4db887361c
Fix sensor mock spill, again ( #957 )
...
* actually reset
* add test
* doh
2019-09-27 21:40:36 -04:00
rusEfi
dfd5b11c8f
Revert "Fix sensor mocking bug ( #956 )"
...
This reverts commit 217081c1
2019-09-27 20:33:45 -04:00
Matthew Kennedy
217081c174
Fix sensor mocking bug ( #956 )
...
* actually reset
* add test
2019-09-27 20:21:50 -04:00
rusefi
8c5be72106
idle&ETB progress
2019-09-26 00:02:47 -04:00
rusefi
92ee072687
reducing copy/paste in unit tests
2019-09-25 09:09:32 -04:00
rusefi
45ca9d19bf
reducing copy/paste in unit tests
2019-09-25 08:55:18 -04:00
rusefi
ff8a3f2988
fixing build
2019-09-25 08:46:26 -04:00
rusefi
3da60a406a
Merge branch 'master' of https://github.com/rusefi/rusefi
2019-09-25 08:40:56 -04:00
rusefi
bc572bef51
reducing hell in unit tests
2019-09-25 08:40:33 -04:00
Matthew Kennedy
ee5643f1bf
Hmm, that didn't quite work right ( #955 )
...
* maybe that wasn't a good idea
* we don't need a copy because you can't clear the func after setting it
* no longer a template - move logic to cpp
* fix tests
* rename to avoid object collision
2019-09-25 07:26:56 -04:00
rusefi
0a70bdf6f8
docs
2019-09-24 22:28:33 -04:00
Matthew Kennedy
3bd1ddcc1f
Sensors: composition >> inheritance ( #953 )
...
* functional sensors
* format
* tests
* sim makefile
* eol
* format tests
2019-09-24 21:11:41 -04:00
rusefi
567bd7dd58
absolute fuel pressure flow calculation #954
2019-09-24 18:39:26 -04:00