Commit Graph

120 Commits

Author SHA1 Message Date
kifir23917 5731cdd6dc
implement `StagedInjectionTest` #6972 (#7087) 2024-11-20 14:07:50 -05:00
kifir23917 1e87f77a70
Implement `Secondary injector flow compensation mode` and `Secondary injector reference pressure` settings #6972 (#7079) 2024-11-18 10:11:57 -05:00
rusefillc 9fe6cd5760 only:Config compatibility 2024-10-05 09:33:46 -04:00
Matthew Kennedy 2a41fbfedb pch 2024-09-26 20:44:50 -04:00
Matthew Kennedy 93bb3df05d only:int rpm -> float rpm 2024-09-25 23:56:18 -04:00
Matthew Kennedy 524146f18f implement DFCO hysteresis #6915 2024-09-14 23:31:18 -04:00
Andrey fa6737cb58 explicit-folder-for-livedata-generated-headers #6886 2024-09-04 18:05:06 -04:00
Matthew Kennedy d06f9d3c62 fix no-MAP DFCO #6771 2024-08-05 19:21:29 -04:00
rusefillc 310ac01f90 only:setDfcoDisabled 2024-07-03 21:00:50 -04:00
Matthew Kennedy f1e21697d6 warn about fuel pressure sensor instead of error
only:f407-discovery
2024-06-09 13:33:42 -04:00
GitHub gen-configs Action 2e9b7c95d1 Auto-generated configs and docs 2024-02-17 23:39:54 +00:00
rusefillc c8e779753a torque estimation for external TCU #2409
only:meta
2024-02-17 18:29:03 -05:00
Matthew Kennedy 999d8d99fe separate config for secondary injectors 2024-01-17 08:54:39 -05:00
Matthew Kennedy e718489774 Actually separate injector model for second stage 2024-01-17 08:46:21 -05:00
Andrey 76623cec81 Staged injection support; use two sets of injectors on the same engine #5247 2024-01-07 22:36:20 -05:00
GitHub gen-configs Action 58f31fd2d9 Auto-generated configs and docs 2024-01-03 20:32:11 +00:00
Matthew Kennedy 00a4adf5cf clamp injector model baro values to avoid whacky sensor killing engine 2023-12-23 18:05:36 -05:00
GitHub gen-configs Action 9ef4fc92c4 Auto-generated configs and docs 2023-12-21 21:49:24 +00:00
Andrey Gusakov b6ead9144e fuel -> Fuel in logs 2023-12-21 16:46:22 -05:00
GitHub gen-configs Action 898d47bf24 Auto-generated configs and docs 2023-11-23 14:54:29 +00:00
rusefillc 708ca995de bench test 33810 module #5745 2023-11-23 09:48:33 -05:00
GitHub gen-configs Action e9d62e5626 Auto-generated configs and docs 2023-09-17 14:02:43 +00:00
Matthew Kennedy 58b90469cb Always log normalized cylinder filling 2023-09-17 09:57:35 -04:00
rusefi 78e48d3718 only:timer.h goes to libfirmware! 2023-08-30 23:11:24 -04:00
rusefi e8c45a2e7d refactoring: reducing code duplication. Also, do we even care for critical error codes?! 2023-08-20 22:23:44 -04:00
GitHub gen-configs Action 75d9e87de3 Auto-generated configs and docs 2023-07-03 16:39:36 +00:00
rusefillc 624a62f93a live data injector model 2023-07-03 12:09:53 -04:00
rusefillc b7076bdaae better code guard? 2023-05-24 11:07:23 -04:00
GitHub gen-configs Action 97995f8f4c Auto-generated configs and docs 2023-05-05 17:57:39 +00:00
Matthew Kennedy fea92524e4 more log fields cleanup, lots of duplicates around fuel logic #98
(cherry picked from commit a8fef3634202c721f4dac12e7612444b7936cdc0)
2023-05-05 13:53:16 -04:00
Matthew Kennedy a19baddd47 support abs+gauge+diff fuel pressure #32
(cherry picked from commit cb0e81b062c1b83038b69ac416f71b37956a0f9b)
2023-04-30 00:20:11 -04:00
Matthew Kennedy 61e5b4b1ad change ObdCode to enum class builds firmware 2023-04-29 00:44:00 -04:00
GitHub gen-configs Action 636870848e Auto-generated configs and docs 2023-03-19 07:20:43 +00:00
rusefi ceeb819fc8 Indicator for injector HW issues #5189 2023-03-19 03:18:38 -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 e2cbdffc99 Auto-generated configs and docs 2023-01-16 20:23:11 +00:00
Andrey 01ada5cbc8 TS gauges section should be auto-generated #4972 2023-01-16 15:12:24 -05:00
GitHub gen-configs Action 8691f6df31 Auto-generated configs and docs 2023-01-16 13:47:18 +00:00
Andrey 35f0af7240 TS gauges section should be auto-generated #4972 2023-01-16 08:39:58 -05:00
GitHub gen-configs Action a649063e05 Auto-generated configs and docs 2023-01-14 21:08:25 +00:00
Andrey 0c1859b77e totalFuel and totalIgnition correction gauges in Tunerstudio #4955 2023-01-14 15:33:17 -05:00
GitHub gen-configs Action e64f90728d Auto-generated configs and docs 2023-01-14 10:42:09 +00:00
Andrey 12282635ef totalFuel and totalIgnition correction gauges in Tunerstudio #4955 2023-01-14 05:36:25 -05:00
rusefillc 23698be5f8
without ValueProvider3D interface how do we mock? (#4829)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-11-26 11:23:54 -05:00
rusefi d8559be6bd it has been almost two years we cannot be compatible forever 2022-11-13 20:05:04 -05:00
GitHub gen-configs Action f5f1fbfe2f Auto-generated configs and docs 2022-11-06 00:28:03 +00:00
Matthew Kennedy f4f5f69ee6
duplicate log field names (#4730)
* remove duplicate target lambda/afr

* names on fuel computer

* remove more copies

* sensor.java

* everybody loves hard dependencies on generated fields

* target afr gauge fix

* test

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-11-05 20:23:09 -04:00
GitHub gen-configs Action 523a6b9592 Auto-generated configs and docs 2022-11-01 21:00:55 +00:00
rusefillc 53649f73f1 Too long field comment becomes log field name #4716 2022-11-01 16:51:51 -04:00
Matthew Kennedy 24650f6460
implement "ford mode" injector correction (#4686)
* implement "ford mode"

* missed the enum value
2022-10-20 22:25:39 -04:00