Commit Graph

20 Commits

Author SHA1 Message Date
Andrey bde28c16ae only:boardSensorChecker() 2024-05-19 15:32:18 -04:00
Andrey f60bd6c683 better file name to actually reflect what the content is about 2024-03-25 23:31:49 -04:00
Andrey Gusakov 483056746c gpio diagnostic: use PIN_UNKNOWN for pins with no diagsotic 2024-02-05 07:56:10 -05:00
Andrey Gusakov 907e8d95c9 TS: report output diagnostic to TunerStudio 2024-01-04 09:32:31 -05:00
Andrey Gusakov 5987212d8d sensor_checker: translate pin_diag to OBD codes 2024-01-03 07:45:32 -05:00
rusefillc 708ca995de bench test 33810 module #5745 2023-11-23 09:48:33 -05:00
Andrey b3e97fdf2f better EFI_ENGINE_CONTROL 2023-11-05 15:55:29 -05:00
Andrey 9237c4b16a better EFI_ENGINE_CONTROL 2023-11-05 12:09:25 -05:00
Andrey 021609f468 only:unused methods 2023-11-04 22:34:28 -04:00
rusefillc 21243f3ff7 only:better guards 2023-11-04 19:24:28 -04:00
Andrey G cb24ea2bca
sensor_checker: getCodeFor*() idx argument is zero-based (#5563) 2023-09-11 07:07:43 -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
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
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 G e7b06cbfca
compile warnings: signed vs unsigned and unused (#4713) 2022-10-30 09:47:53 -04:00
Matthew Kennedy bdcbe3804b
ignore invalid diag result when checking ign/inj (#4419)
* ignore invalid pins

* ign too
2022-08-06 07:24:53 -04:00
Matthew Kennedy 2096a22319
report injector, ignition faults (#4408)
* report injector, ignition faults

* guard
2022-08-01 15:41:47 -04:00
Matthew Kennedy b6f1779781
implement sensor checker (#4395)
* implement sensor checker

* use default

* s

* fix

* properly report non-timeout errors

* it's not safe to read Value when invalid

* it's not safe to read Value when invalid
2022-07-30 17:08:48 -04:00