rusEfi
0fd1f27e1b
ETB target is using integer values #945
...
first we will write a unit test
2019-09-22 00:36:13 -04:00
rusEfi
53ae54e8cc
ETB target is using integer values #945
...
first we will write a unit test
2019-09-22 00:16:46 -04:00
rusefi
fa9dba9e41
trying to test if ETB is sticky or not
2019-09-21 22:42:42 -04:00
rusefi
c44f76f2ed
"set_etb" is now "set_etb_duty"
2019-09-21 22:15:34 -04:00
rusefi
13783eb094
NB2 progress
2019-09-21 21:36:53 -04:00
rusefi
dcd7265560
magic command to facilitate linux build
2019-09-21 17:11:32 -04:00
rusefi
2e492d22bf
fixing build
2019-09-21 15:43:18 -04:00
rusefi
ee074b9fe7
fixing build
2019-09-21 15:33:13 -04:00
Matthew Kennedy
dfcc9dba04
add sensor framework, tests ( #929 )
...
* add framework, tests
* move oil pressure to new way
* add init logic
* brackets on the same line
* spaces -> tabs
* spaces -> tabs for tests
* bracket on same line
* hook up sensor mocking
* add nan check
* fix nan check
* I wrote an essay
* casing
* only init if we have a sensor to init
* style, actually call init
* format
* fix casing
* typo
* implement linear sensor
* wire up producer
* smarter limiting
* setup comments
* add reporting
* doxyfile
* oops
* add adc subscription
* clarity
* fix logic
* multiply voltage
* test styling
* test guards
* remove dependencies
* linear sensor test
* remove unused
* fix merge
* format, implicit convert op
* explicit
* format tests
* fix merge
2019-09-21 14:33:38 -04:00
rusefi
9586490e6c
progress
2019-09-21 14:18:59 -04:00
rusefi
8e71ca1dc9
SD card: trying to automatically unmount and trying to re-mount
2019-09-21 12:41:17 -04:00
rusefi
29236f24cf
different handling of SD card loss
2019-09-21 12:40:40 -04:00
rusefi
de03d283bd
refactoring - better method name
2019-09-21 11:34:28 -04:00
rusefi
44818e5863
refactoring
2019-09-21 11:20:04 -04:00
rusefi
50850ca0c9
fixing bug from yesterday
2019-09-21 11:09:03 -04:00
rusefi
08fb2adf3d
glitch
2019-09-21 09:43:08 -04:00
rusefi
1789b8f2bf
maybe logging performance improvement maybe not
2019-09-21 01:55:27 -04:00
rusefi
1ce255639e
spelling
2019-09-21 01:49:46 -04:00
rusefi
fdea935fc0
ETB idle bugfix: do not use once turned off
2019-09-21 01:22:21 -04:00
rusefi
757f8eb690
NB2 miata on Frankenso with ETB
2019-09-21 01:21:53 -04:00
rusefi
282cc41980
ETB pinEnableMode
2019-09-20 22:16:54 -04:00
rusefi
02fb27440e
ETB to SD logs
2019-09-20 20:41:45 -04:00
rusefi
aa8d0eb640
configurable SD card logging speed
2019-09-20 20:18:22 -04:00
rusefi
37d703f6e0
more fields to SD card logs
2019-09-20 19:38:19 -04:00
rusefi
c9c32c8db6
Merge branch 'master' of https://github.com/rusefi/rusefi
2019-09-20 18:35:56 -04:00
rusefi
d3931fac50
why was RTC disabled?
2019-09-20 18:22:39 -04:00
rusefi
d95740467e
refactoring "date" command and flex dead code
2019-09-20 18:12:56 -04:00
rusefi
6c8b2bd126
extracting hunchback stuff to a separate file
2019-09-20 17:46:54 -04:00
rusefi
6457c05da5
thank you @andreika!
2019-09-20 08:44:20 -04:00
Matthew Kennedy
ca2e2cdbab
move logic out of bat ( #941 )
2019-09-20 08:40:07 -04:00
rusefi
523c03ec3f
reducing complexity
2019-09-20 01:09:31 -04:00
rusefi
03d71bedeb
reducing complexity
2019-09-20 01:06:15 -04:00
rusefi
13b74d3d4d
unit tests progress
2019-09-20 00:46:35 -04:00
rusefi
cac91ceac8
unit tests progress
2019-09-20 00:34:42 -04:00
rusefi
f2e67b05c0
unit tests progress
2019-09-20 00:25:43 -04:00
rusefi
3e9337f5d9
docs
2019-09-20 00:24:22 -04:00
rusefi
0b5a49392f
refactoring
2019-09-20 00:17:00 -04:00
rusefi
d83ed085e8
unit tests progress
2019-09-19 22:56:54 -04:00
rusefi
0c9a8b58ca
unit tests progress
2019-09-19 22:10:39 -04:00
rusefi
ee2b14bdc6
unit tests progress
2019-09-19 21:55:27 -04:00
rusefi
0952b84aad
unit tests progress
2019-09-19 21:41:52 -04:00
rusefi
d61558f513
priority list update
2019-09-19 14:20:43 -04:00
rusefi
317ec8d752
unit tests progress
2019-09-19 08:05:23 -04:00
rusefi
60d57d2dd8
BUG: FSIO logic requires a pin to calculate fix #933
2019-09-18 23:22:15 -04:00
rusefi
115d295bd8
BUG: FSIO logic requires a pin to calculate fix #933
2019-09-18 22:07:02 -04:00
rusefi
8ef1fcd344
unit tests progress
2019-09-18 21:48:46 -04:00
rusefi
fd62a9c0f7
unit tests progress
2019-09-18 21:38:45 -04:00
Matthew Kennedy
4aaf028251
Kill Dead Code 2: Electric Boogaloo ( #940 )
...
* remove dead
* remove dead
* deflex
2019-09-18 20:23:14 -04:00
Matthew Kennedy
ad1a751a1e
Reduce PID significant figures from 7 -> 4 ( #939 )
...
* 7 -> 3
* 3 -> 4
2019-09-18 09:10:19 -04:00
rusefi
d2e8710c80
https://github.com/rusefi/hw_microRusEfi/issues/115
...
documentation issue: 24 AN Temp 3 at External wideband O2 sensor #115
2019-09-16 21:00:20 -04:00