GitHub gen-configs Action
84bb05af05
Auto-generated configs and docs
2023-04-30 14:56:05 +00:00
Matthew Kennedy
4e7e25585e
gear detection in to the sensor model
...
(cherry picked from commit 82794403f86023d36a211e349ca2ff530eb2eb3c)
2023-04-30 10:54:38 -04:00
Matthew Kennedy
61e5b4b1ad
change ObdCode to enum class builds firmware
2023-04-29 00:44:00 -04:00
Matthew Kennedy
01f7e4068d
rename obd_code_e -> ObdCode
...
(cherry picked from commit d6534157a03d19bb2e8aeece301642c053a081d0)
2023-04-29 00:44:00 -04:00
Matthew Kennedy
7396d466c4
cj125
...
(cherry picked from commit fd09ad7b4f2a9c450aedf4a535db4edd24bdcee1)
2023-04-29 00:15:54 -04:00
Andrey
954da551f7
sensor checker is not checking sensors fix #5232
2023-04-11 16:06:38 -04:00
rusefillc
dda1b90701
Indicator for injector HW issues #5189
...
only:mre_f4
2023-04-11 14:54:23 -04:00
rusefi
6347b11c27
VSS input: one step back
2023-03-31 10:03:18 -04:00
rusefillc
6d838a262e
https://github.com/rusefi/hellen125honda-issues/issues/40
2023-03-30 17:39:41 -04:00
rusefillc
69a34c3875
signal legacy WBO
...
only:hellen-honda-k
2023-03-30 13:32:07 -04:00
rusefi
3e47a8e39e
Update wideband submodule #5208
...
only:hellen-honda-k
2023-03-30 12:08:14 -04:00
rusefillc
54b3d315e7
validate VSS input
2023-03-30 10:59:38 -04:00
rusefi
eed184b5c2
validate VSS input
...
only:hellen-honda-k
2023-03-30 10:44:54 -04:00
rusefillc
c125263b0e
different API
2023-03-27 23:57:56 -04:00
Matthew Kennedy
dc6f53bda5
extract newton's method implementation ( #5157 )
...
* move expected, update libfirmware
* hellen ID solver uses shared Newton's method
* comment shouldn't have been moved
2023-03-07 08:45:17 -05:00
GitHub gen-configs Action
48c033b4ca
Auto-generated configs and docs
2023-03-06 04:49:42 +00:00
rusefillc
1c6e06caf3
current Gear should use sensor approach #5156
2023-03-05 23:48:11 -05:00
rusefi
696f8d566b
Native SENT TPS input #5079
2023-03-01 18:56:06 -05:00
Andrey
c08e4c3af5
only:mre_f4
2023-03-01 17:20:34 -05:00
rusefi
7c6dd18f94
only:mre_f4
2023-03-01 16:53:48 -05:00
rusefi
a355a5074b
only:mre_f4
2023-03-01 16:29:24 -05:00
rusefi
dc9268a5ee
Native SENT TPS input 5079
...
only:mre_f4
2023-03-01 16:09:23 -05:00
Andrey
976b3c0306
Native SENT TPS input #5079
...
only:mre_f4
2023-03-01 14:26:30 -05:00
Andrey
1a8af17307
Native SENT TPS input #5079
...
only:mre_f4
2023-03-01 09:19:30 -05:00
Andrey
28c3af682d
Native SENT TPS input #5079
...
a bit of progress
2023-02-28 22:11:38 -05:00
Andrey
3247c15838
Native SENT TPS input #5079
...
only:alphax-4chan
2023-02-23 05:26:42 -05:00
GitHub gen-configs Action
5de0da3938
Auto-generated configs and docs
2023-02-21 04:57:19 +00:00
rusefillc
e7f6450292
Revert "moving sensors files a bit"
...
This reverts commit 44848d414a
.
2023-02-20 23:35:21 -05:00
Andrey
80066add40
sensor API progress, I promise to be careful
2023-02-20 23:01:17 -05:00
Andrey
47056cb005
sensor API progress
2023-02-20 22:46:18 -05:00
GitHub gen-configs Action
d6a47afbae
Auto-generated configs and docs
2023-02-21 02:39:44 +00:00
Andrey
44848d414a
moving sensors files a bit
2023-02-20 21:37:07 -05:00
Andrey
20d10ea0bb
moving sensors files a bit
2023-02-20 21:21:03 -05:00
GitHub gen-configs Action
08e8dbef79
Auto-generated configs and docs
2023-02-20 16:40:01 +00:00
rusefillc
bb3b43f038
Native SENT TPS input #5079
2023-02-20 11:38:20 -05:00
Matthew Kennedy
30ea192129
fire a warning in case of wideband fault ( #5109 )
...
* fire a warning in case of wideband fault
* s
2023-02-20 03:42:40 -05:00
GitHub gen-configs Action
7317589d23
Auto-generated configs and docs
2023-02-15 00:56:39 +00:00
rusefi
108ca61ffb
Native SENT TPS input #5079
2023-02-14 19:54:22 -05:00
Benas Brazdziunas
f7aed24da9
dual ADC wideband support ( #5007 )
...
* Initial work on dual ADC wideband
* Added FunctionPointerSensor lambdaSensor2 and registered second sensor
* removed second sensor heater output. Only used for NB and probably can be shared with sensor 1
---------
Co-authored-by: benas-gavea <bbrazdziunas@gavea.co.uk>
2023-01-29 05:01:39 -05:00
Nathan Schulte
96b2195497
misc tidy ( #4926 )
...
* FrequencySensor: code-style
* smart_gpio: fix indent, tidy BOARD_EXT_GPIOCHIPS
tidy _GPIOCHIPS for #pragma message(STRING(BOARD_EXT_GPIOCHIPS output
* obd_error_codes: fix indent
2023-01-01 15:51:31 -05:00
Matthew Kennedy
466833d95a
ETB error counter logic ( #4854 )
...
* simplify ETB error counter logic
* dropped this: {
* happy test
* reorder logic, test etbErrorCode
* test that fails
* independent TPS and PPS counters
* missed a file
* happy test
2022-11-30 22:20:09 -05:00
Andrey
98e886e00b
mock invalid & current state of ETB error counter
2022-11-29 20:36:03 -05:00
Andrey
3e6003f0ca
refactoring: extracting method
2022-11-29 20:11:29 -05:00
rusefillc
c3563ec577
ETB overheats due to constant isTpsError true/false/true/false jitter #4832
...
refactoring: extract method
2022-11-27 18:44:44 -05:00
rusefillc
fc8a63b1db
Nissan MAF
2022-11-10 11:25:19 -05:00
rusefillc
ca86fdc580
Nissan MAF
2022-11-10 11:10:55 -05:00
rusefillc
6e5f38d035
Nissan MAF
2022-11-09 22:09:39 -05:00
rusefi
f38809d186
Nissan
2022-11-09 20:58:09 -05:00
rusefillc
d262fbfc2b
Nissan
2022-11-09 20:39:11 -05:00
rusefi
9ccb0ccb0c
https://rusefi.com/forum/viewtopic.php?p=46603#p46603
...
calling 'setTimeout' on bad self (cpp class not export)
2022-11-06 20:09:01 -05:00