Commit Graph

18585 Commits

Author SHA1 Message Date
Matthew Kennedy f12cab93aa looks like initialState was dead #55
(cherry picked from commit daaf50c2e45de84b9a47716ff253d744caeb34b8)
2023-05-31 16:11:05 -04:00
Matthew Kennedy 12a29232cc tooth_logger.h -> pch
(cherry picked from commit ad3ea57276361b6da69eb920dd056a662f6f5c70)
2023-05-31 15:59:02 -04:00
rusefillc c50ef201b1 https://github.com/rusefi/rusefi/issues/5293 2023-05-31 12:44:59 -04:00
GitHub gen-configs Action 7b22fb871f Auto-generated configs and docs 2023-05-31 04:12:13 +00:00
rusefillc 7182bd868e https://github.com/rusefi/hellen121nissan-issues/issues/30 2023-05-31 00:10:38 -04:00
GitHub gen-configs Action 9b007eb228 Auto-generated configs and docs 2023-05-31 01:26:46 +00:00
rusefillc 5f527317d6 poke 2023-05-30 21:24:52 -04:00
GitHub gen-configs Action 623b2a1e75 Auto-generated configs and docs 2023-05-31 00:59:37 +00:00
rusefillc 6f93dec824 https://github.com/rusefi/hellen121nissan-issues/issues/30 2023-05-30 20:56:05 -04:00
GitHub gen-configs Action 238778cc76 Auto-generated configs and docs 2023-05-31 00:32:28 +00:00
rusefillc 04c954bbb8 better error handling 2023-05-30 20:09:48 -04:00
GitHub set-date Action 8d5bfc8efa Update date 2023-05-30 00:42:57 +00:00
Matthew Kennedy 361ae48f23 disable coasting state during the crank-to-run taper
(cherry picked from commit 5373d79d9231cc4c7523b6213ad0a004fba66ec1)
2023-05-29 19:50:51 -04:00
GitHub gen-configs Action c9195ce0fc Auto-generated configs and docs 2023-05-29 23:50:19 +00:00
rusefi 009f0be178 bench test pulse length precision 2023-05-29 19:42:34 -04:00
GitHub gen-configs Action c8c07da6fe Auto-generated configs and docs 2023-05-29 23:42:06 +00:00
Matthew Kennedy 68e945a8c0 dropped this: {
(cherry picked from commit 322209d0ee26708d221694113b617ab7f0f2e511)
2023-05-29 19:39:28 -04:00
Matthew Kennedy 959f1b359d bench test formatting
(cherry picked from commit c3971dc98a3aaa7f7dca6cb2b27dc721d4967f95)
2023-05-29 19:39:28 -04:00
GitHub gen-configs Action 8b694fab1a Auto-generated configs and docs 2023-05-29 20:52:19 +00:00
rusefillc fa6ebf4179 Battery Input Divider Coefficient Error fix #5290 2023-05-29 16:50:27 -04:00
GitHub set-date Action 2e53fad7c0 Update date 2023-05-29 00:33:03 +00:00
GitHub gen-configs Action 978708f0bf Auto-generated configs and docs 2023-05-28 14:20:19 +00:00
rusefillc 846115a804 helping build 2023-05-28 10:18:37 -04:00
GitHub set-date Action 84e76b5c71 Update date 2023-05-26 00:33:14 +00:00
Andrey 0265582f28 setSparkSkipRatio limitation #5231 2023-05-25 18:52:19 -04:00
rusefillc ff87fb5f51 https://github.com/rusefi/hellen154hyundai/issues/103 2023-05-25 18:37:59 -04:00
Andrey 1aa8e879dd setSparkSkipRatio limitation #5231 2023-05-25 15:17:07 -04:00
Andrey 902c61f9d8 setSparkSkipRatio limitation #5231 2023-05-25 13:26:17 -04:00
GitHub gen-configs Action e52c54f295 Auto-generated configs and docs 2023-05-25 17:17:10 +00:00
Andrey bfa3b74ccc setSparkSkipRatio limitation #5231 2023-05-25 13:15:30 -04:00
Andrey 4390320b6c setSparkSkipRatio limitation #5231 2023-05-25 12:41:11 -04:00
GitHub gen-configs Action 8f5c97aaf5 Auto-generated configs and docs 2023-05-25 14:12:10 +00:00
Andrey 8c9b17485e Revert "Allow scheduling_s to come from a pool (#4841)"
This reverts commit 5250b177
2023-05-25 10:10:17 -04:00
rusefillc 8f6f7819a4 one step back: sleep implementation not to use heap 2023-05-25 10:10:17 -04:00
rusefillc 9ec713c162 dead doc 2023-05-25 09:49:30 -04:00
GitHub set-date Action c664c0ac1e Update date 2023-05-25 00:44:12 +00:00
rusefillc fa57d6cea1 better code guard? 2023-05-24 19:58:36 -04:00
GitHub gen-configs Action 21feb14d96 Auto-generated configs and docs 2023-05-24 23:51:20 +00:00
rusefillc a1776d176d better code guard? 2023-05-24 18:48:54 -04:00
Mingjie Shen b37e61b8ae Fix offset used before range check
Accessing an array offset before checking the range means that the
program may attempt to read beyond the end of a buffer.
2023-05-24 18:39:24 -04:00
GitHub gen-configs Action 5287fad220 Auto-generated configs and docs 2023-05-24 22:26:33 +00:00
rusefillc b4121fd03e conditional_compilation 2023-05-24 18:23:35 -04:00
Mingjie Shen 495f0ea8c4 Fix invoking virtual functions from constructors
Virtual functions should not be invoked from a constructor or destructor
of the same class. Confusingly, virtual functions are resolved
statically (not dynamically) in constructors and destructors for the
same class. The call should be made explicitly static by qualifying it
using the scope resolution operator.
2023-05-24 15:27:09 -04:00
rusefillc e9fd6e9fa7 better code guard? 2023-05-24 11:46:07 -04:00
rusefillc 5511702149 better code guard? 2023-05-24 11:15:07 -04:00
rusefillc 8be4b30c7f better code guard? 2023-05-24 11:15:02 -04:00
rusefillc f35cd62b7c better code guard? 2023-05-24 11:12:00 -04:00
rusefillc 4cd21bc35e better code guard? 2023-05-24 11:07:31 -04:00
rusefillc b7076bdaae better code guard? 2023-05-24 11:07:23 -04:00
rusefillc fb2e64a6be reducing GPIO code duplication 2023-05-24 10:57:09 -04:00
rusefillc 69147c0d78 better code guard? 2023-05-24 10:54:14 -04:00
rusefillc b2547c629d reducing GPIO code duplication 2023-05-24 10:44:33 -04:00
rusefillc fa57f32a37 reducing GPIO code duplication 2023-05-24 10:37:02 -04:00
rusefillc 458d8982aa reducing GPIO code duplication 2023-05-24 10:34:11 -04:00
rusefillc 9697304af4 reducing GPIO code duplication 2023-05-24 10:31:51 -04:00
rusefillc 8c732cbe51 better code guard? 2023-05-24 10:31:43 -04:00
rusefillc cdf5447afb reducing GPIO code duplication 2023-05-24 10:24:44 -04:00
rusefillc 777bb4ee51 better code guard? 2023-05-24 10:16:14 -04:00
rusefillc 9b2a134950 docs 2023-05-24 10:15:31 -04:00
rusefillc 725256d7e3 better code guard? 2023-05-24 10:00:58 -04:00
rusefillc 91a25bad96 conditional EFI_DFU_JUMP 2023-05-24 09:58:22 -04:00
rusefillc 4964770cf1 better code guard? 2023-05-24 09:57:23 -04:00
rusefillc f5d4e29661 helping cypress & kinetis 2023-05-24 09:52:07 -04:00
rusefillc 61f840fcc3 reducing GPIO code duplication 2023-05-24 09:30:19 -04:00
rusefillc c1cdf77f3a conditional compilation around getBackupSram 2023-05-24 09:01:22 -04:00
rusefillc e63b753b71 conditional compilation around getBackupSram 2023-05-24 08:57:01 -04:00
rusefillc cc4175f428 reducing GPIO code duplication 2023-05-24 08:51:24 -04:00
rusefillc 805d55a26f dead code 2023-05-24 08:25:21 -04:00
GitHub gen-configs Action cd52a70b0b Auto-generated configs and docs 2023-05-24 06:58:06 +00:00
rusefillc f317d298af code style 2023-05-24 01:38:56 -04:00
rusefillc 4e491eefb7 one step back 2023-05-24 01:38:15 -04:00
rusefillc 5df6e5a63e code guard & unneeded code? 2023-05-24 01:23:39 -04:00
rusefillc 57dec507c3 one step back 2023-05-24 01:13:57 -04:00
rusefillc 209e0ede59 code guard 2023-05-24 00:52:52 -04:00
rusefillc 198422ffaf code guard 2023-05-24 00:44:58 -04:00
rusefillc 840a968bc8 code guard 2023-05-24 00:39:56 -04:00
rusefillc b8e48e7ad7 code guard 2023-05-24 00:34:22 -04:00
rusefillc dcfdbf5ec5 dup 2023-05-24 00:17:46 -04:00
rusefillc 228c1ac246 code guard 2023-05-24 00:13:07 -04:00
rusefillc 6be4b10a15 code guard 2023-05-24 00:11:40 -04:00
rusefillc cdd7bfe535 code style 2023-05-24 00:09:06 -04:00
rusefillc ada50d477f code guard 2023-05-24 00:03:48 -04:00
rusefillc bebfc6f975 better code guard? 2023-05-24 00:00:03 -04:00
rusefillc adb2bb213d code style 2023-05-23 23:56:22 -04:00
GitHub gen-configs Action 02e0cddf01 Auto-generated configs and docs 2023-05-24 03:55:34 +00:00
rusefillc 8d1d4f4058 Merge branch 'master' of https://github.com/rusefi/rusefi into master 2023-05-23 23:49:04 -04:00
rusefillc f2630219c5 https://github.com/rusefi/fw-AT-START-F435/issues/1
triggerCentral conditional compilation
2023-05-23 23:48:40 -04:00
GitHub gen-configs Action 3a7dc354e2 Auto-generated configs and docs 2023-05-24 03:41:12 +00:00
rusefillc 2f19ca94a8 https://github.com/rusefi/fw-AT-START-F435/issues/1
UNUSED flexibility
2023-05-23 23:38:02 -04:00
GitHub set-date Action 84ec1ac085 Update date 2023-05-24 00:32:16 +00:00
rusefillc c874a6d8c6 PROJECT_CPU did not work maybe because command line argument value could not be changed? 2023-05-23 17:58:47 -04:00
rusefillc 4d6273a2c7 PROJECT_CPU did not work maybe because command line argument value could not be changed? 2023-05-23 17:45:18 -04:00
rusefillc d5a959d954 PROJECT_CPU did not work maybe becase command line argument value could not be changed? 2023-05-23 17:14:32 -04:00
rusefillc 823f6b7953 only:cypress
cleaner mechanism for custom platform
2023-05-23 17:11:37 -04:00
rusefillc ecfd1449fe only:kinetis
cleaner mechanism for custom platform
2023-05-23 17:08:18 -04:00
rusefillc 3a117d42b1 only:cypress
dead
2023-05-23 17:05:37 -04:00
rusefillc 6b5d6d00fc only:kinetis
dead
2023-05-23 17:01:34 -04:00
rusefillc aaa1d28fa6 only:tdg_pdm8 2023-05-23 16:25:45 -04:00
GitHub gen-configs Action 33bd0d1667 Auto-generated configs and docs 2023-05-23 19:45:33 +00:00
rusefillc e59729bd25 https://github.com/rusefi/rusefi/issues/5284 2023-05-23 15:42:08 -04:00
GitHub set-date Action 724ada74b3 Update date 2023-05-23 00:48:57 +00:00
rusefillc 2ffd42bbc4 https://github.com/rusefi/hellen154hyundai/issues/102 2023-05-22 18:48:51 -04:00
rusefillc 50d8789d8a small board 2023-05-22 12:51:40 -04:00
GitHub gen-configs Action d216d2a517 Auto-generated configs and docs 2023-05-22 01:56:38 +00:00
rusefillc b394b30e86 m111 2023-05-21 21:52:26 -04:00
GitHub set-date Action 6f110394f9 Update date 2023-05-22 00:32:28 +00:00
rusefillc 37d6d76a4a openblt: OscillatorType inconsistency fix #5280 2023-05-21 09:23:34 -04:00
rusefillc 526f245beb docs 2023-05-21 09:23:34 -04:00
GitHub gen-configs Action 450b37cdfd Auto-generated configs and docs 2023-05-21 01:07:29 +00:00
andreika-git b7a73219cb Boost control by gear first step: open loop MVP 1x8 table #5276 2023-05-20 21:05:01 -04:00
andreika-git ddffc51c99 Boost control by gear first step: open loop MVP 1x8 table #5276 2023-05-20 21:05:01 -04:00
GitHub set-date Action 6db01f5cc3 Update date 2023-05-20 00:32:31 +00:00
GitHub gen-configs Action 3f68b348c1 Auto-generated configs and docs 2023-05-19 14:30:46 +00:00
Matthew Kennedy 789aa2cf2a remove proteus legacy build -> none exist in the wild
(cherry picked from commit 2fd26e948a2596db7256ec44a0e0c41dc8c3c749)
2023-05-19 10:28:38 -04:00
GitHub set-date Action efca5e029a Update date 2023-05-18 00:36:35 +00:00
GitHub gen-configs Action 34b12ed106 Auto-generated configs and docs 2023-05-17 23:58:15 +00:00
rusefi 3ddc3d42c2 ohh CanCategory was never used?! 2023-05-17 19:56:39 -04:00
rusefillc 80d88604ff fix https://github.com/rusefi/alphax-4chan/issues/135 2023-05-16 23:07:34 -04:00
GitHub gen-configs Action 65ab190a82 Auto-generated configs and docs 2023-05-17 03:02:14 +00:00
rusefillc 86c1a9f8e0 fix https://github.com/rusefi/alphax-4chan/issues/135 2023-05-16 23:00:18 -04:00
GitHub set-date Action bc09abb02d Update date 2023-05-17 00:33:41 +00:00
GitHub gen-configs Action b1c966dd55 Auto-generated configs and docs 2023-05-16 21:28:39 +00:00
rusefillc 86ba6a5e0f Merge branch 'master' of https://github.com/rusefi/rusefi into master 2023-05-16 17:26:23 -04:00
rusefillc d832bef4e3 https://github.com/rusefi/rusefi/issues/4861
hiding stuff while not finished :(
2023-05-16 17:24:41 -04:00
Matthew Kennedy 4b43aa5142 missed a spot
(cherry picked from commit a03d9ad3c92d4d85b57910d514e531fdea0e8fb5)
2023-05-16 13:02:49 -04:00
Matthew Kennedy 06cda6cfa4 add postState flag to airmass model calls #107
(cherry picked from commit b1b1ec7fdf0ee9b5955541bcaa6be7cf66636412)
2023-05-16 13:02:45 -04:00
rusefi 1f138bb81e choosing CAN over analog 2023-05-16 01:02:18 -04:00
GitHub gen-configs Action dbd0824cf6 Auto-generated configs and docs 2023-05-16 01:15:30 +00:00
rusefi cee27257dd GDI4
only:proteus_f7
2023-05-15 21:12:47 -04:00
GitHub set-date Action 5a8f4599f2 Update date 2023-05-16 00:33:05 +00:00
GitHub gen-configs Action 25d52bee09 Auto-generated configs and docs 2023-05-15 23:49:40 +00:00
Matthew Kennedy 816d107b00 pt2001 typo
(cherry picked from commit 94c33e9e38bce7ee758dfee91816aa7f91b2f2d2)
2023-05-15 19:47:10 -04:00
rusefi 14e8d6ca6d GDI actually external GDI4 would care
only:proteus_f7
2023-05-15 17:04:49 -04:00
rusefi 4c26f77aad GDI
only:proteus_f7
2023-05-15 16:40:03 -04:00
GitHub gen-configs Action 041b404c6b Auto-generated configs and docs 2023-05-15 20:23:44 +00:00
andreika-git a4425f0c9f More clear names for pullup/pulldown settings 2023-05-15 16:22:09 -04:00
rusefi 59093f90dc hellen mcu pinout confusion 2023-05-15 15:05:00 -04:00
GitHub gen-configs Action f0aed2e103 Auto-generated configs and docs 2023-05-15 18:31:46 +00:00
rusefi 5ee7f08f6b 8chan: Hall inputs 1-3 claim configurable pullup but no menu option #5277 2023-05-15 14:27:51 -04:00
rusefi 3007a5309d GDI4 integration progress 2023-05-15 14:19:20 -04:00
GitHub gen-configs Action 44abec82de Auto-generated configs and docs 2023-05-15 13:26:01 +00:00
rusefi c972a0d53c current Gear should use sensor approach fix #5156 2023-05-15 09:22:36 -04:00
GitHub set-date Action 20f8bad5a3 Update date 2023-05-15 00:33:30 +00:00
GitHub gen-configs Action 725f45c828 Auto-generated configs and docs 2023-05-14 14:18:02 +00:00
rusefi 3ac5d4888d CAN colors 2023-05-14 10:16:07 -04:00
rusefi ad302c1814 GDI4 2023-05-13 22:03:36 -04:00
GitHub gen-configs Action c00c1234d2 Auto-generated configs and docs 2023-05-14 01:46:38 +00:00
Andrey 946633ffd9 GDI4 2023-05-13 21:44:50 -04:00
GitHub set-date Action 1df30a334d Update date 2023-05-14 00:32:50 +00:00
rusefi 4203f8d5b2 weak standby callback 2023-05-13 17:08:55 -04:00
Andrey 51def75f8d Ford Coyote VVT Decoder #5275
only:alphax-8chan
2023-05-13 16:08:23 -04:00
Andrey b69d846384 trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 15:43:53 -04:00
Andrey 5d8eef1782 trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 15:34:59 -04:00
Andrey 5e491306cf trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 15:20:40 -04:00
Andrey 56f4d89e33 trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 15:16:38 -04:00
Andrey 56a327c6be trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 14:59:17 -04:00
Andrey 3c2c2cc1d7 typo 2023-05-13 14:52:50 -04:00
Andrey 8b84b83e1a trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 14:46:32 -04:00
Andrey d13610e1f1 trigger refactoring: we are long overdue for better api, also reducing CRANK_MODE_MULTIPLIER crazy 2023-05-13 14:26:31 -04:00
Andrey da1f4f25c3 todo? 2023-05-13 13:51:22 -04:00
Andrey a0408549f5 todo? 2023-05-13 13:40:47 -04:00
rusefi 409bf4b2ce Ford Coyote VVT Decoder #5275
helping build?
2023-05-13 13:27:37 -04:00
GitHub gen-configs Action a122799472 Auto-generated configs and docs 2023-05-13 15:42:50 +00:00
rusefillc fd736254ae Ford Coyote VVT Decoder #5275
enum/header
2023-05-13 11:39:54 -04:00
GitHub gen-configs Action 6e0b95e2db Auto-generated configs and docs 2023-05-13 04:34:29 +00:00
andreika-git de08580ca6 fix 8chan pull-ups/pull-downs https://github.com/rusefi/alphax-8chan/issues/99 https://github.com/rusefi/alphax-8chan/issues/101 2023-05-13 00:32:56 -04:00
GitHub set-date Action 66a5a3e4fd Update date 2023-05-13 00:30:48 +00:00
rusefi 527039e7a4 weak standby callback 2023-05-12 18:13:27 -04:00
rusefillc ce2b932151 f407-discovery software knock flexibility #5254 2023-05-12 16:46:12 -04:00
rusefillc d09294fbfa https://github.com/rusefi/alphax-8chan/issues/101
only:alphax-8chan
2023-05-12 16:43:05 -04:00
rusefillc b5c5d27f7b https://github.com/rusefi/alphax-8chan/issues/101
only:alphax-8chan
2023-05-12 16:40:52 -04:00
GitHub gen-configs Action e30d2b2602 Auto-generated configs and docs 2023-05-12 20:26:48 +00:00
Matthew Kennedy c8e59cae2d enable software knock on PA3 for F407 #105
(cherry picked from commit 5051448a3a648ac0f8ccdc63eff5ecd1e61e6817)
2023-05-12 16:17:38 -04:00
Matthew Kennedy 73ed1afd06 mockable throttle model
(cherry picked from commit 57263be2fe2886d7a3d4116764396b4b5c24dc49)
2023-05-12 16:16:00 -04:00
rusefillc 0fb88270bc https://github.com/rusefi/alphax-8chan/issues/99
only:alphax-8chan
2023-05-12 15:55:47 -04:00
GitHub gen-configs Action e05710dd59 Auto-generated configs and docs 2023-05-12 19:46:32 +00:00
rusefillc 309216959b fix https://github.com/rusefi/alphax-8chan/issues/98 2023-05-12 15:44:59 -04:00
rusefillc 1f9694f0de sbc 2023-05-11 22:40:20 -04:00
rusefillc 424dcd67ee sbc 2023-05-11 22:35:14 -04:00
GitHub gen-configs Action 80c8929bf6 Auto-generated configs and docs 2023-05-12 02:31:06 +00:00
rusefillc 1a4e41ff96 sbc 2023-05-11 22:29:14 -04:00
GitHub set-date Action bfde5ea4ec Update date 2023-05-12 00:28:30 +00:00
GitHub set-date Action 7982cb4485 Update date 2023-05-11 00:34:45 +00:00
GitHub gen-configs Action cfe5022360 Auto-generated configs and docs 2023-05-10 23:54:32 +00:00
rusefi 126092fe02 verboseIsoTp clarification 2023-05-10 19:52:35 -04:00
GitHub gen-configs Action 270cefd730 Auto-generated configs and docs 2023-05-10 01:27:34 +00:00
rusefi 06567c88f5 CAN gauges should be less weird
only:hellen-honda-k
2023-05-09 21:26:00 -04:00
GitHub gen-configs Action 94e1dd5f01 Auto-generated configs and docs 2023-05-10 00:33:35 +00:00
rusefi d68d8825c9 CAN gauges should use nice log field names
only:hellen-honda-k
2023-05-09 20:20:49 -04:00
rusefi 2243c51802 only:hellen-honda-k 2023-05-09 19:45:53 -04:00
GitHub gen-configs Action 352574280a Auto-generated configs and docs 2023-05-09 23:37:41 +00:00
rusefillc 62f8cea19a only:hellen-honda-k
configurable CAN terminator
2023-05-09 19:35:27 -04:00
rusefillc 39c3af285a only:hellen-honda-k
configurable CAN terminator
2023-05-09 19:33:47 -04:00
GitHub gen-configs Action 33506481f3 Auto-generated configs and docs 2023-05-09 23:22:37 +00:00
rusefi daf731ca96 enableVerboseCanTx 2023-05-09 19:21:03 -04:00
Andrey Gusakov cdd5161d52 usb: wait 15 sec for usb to spin up
Wait 15 seconds for USB to become CONFIGURED.
Previous timeout was 5 sec. Windows does usb enumeration quite slow
lets give some more room
2023-05-09 07:08:11 -04:00
rusefillc cb8464b8ec refactoring: reducing code duplication 2023-05-08 23:45:48 -04:00
rusefillc c287f35b1f helping stm32h 2023-05-08 23:32:14 -04:00
GitHub gen-configs Action 90e50a2f6e Auto-generated configs and docs 2023-05-09 01:57:27 +00:00
Andrey Gusakov c07010b70a can: glut MS Simplified Dash Broadcast 2023-05-08 21:55:54 -04:00
Andrey Gusakov c2878d519e config: enum for MS simplified dash broadcasting 2023-05-08 21:55:54 -04:00
Andrey Gusakov d0a77bd898 CAN: MS Simplified Dash Bradcasting 2023-05-08 21:55:54 -04:00
Andrey Gusakov 83f2087f97 CAN: rework debug prints, show ID in hex only for 29bit packets 2023-05-08 21:55:54 -04:00
GitHub set-date Action 06b2b3cd3c Update date 2023-05-09 00:32:47 +00:00
Andrey Gusakov 0c41a02124 flash_main: more checks when loading config from MFS
Signed-off-by: Andrey Gusakov <dron0gus@gmail.com>
2023-05-08 07:42:39 -04:00
rusefillc 6c3886e591 BOARD_ID_4chan_h 2023-05-08 01:05:41 -04:00
GitHub gen-configs Action a0c9c379d0 Auto-generated configs and docs 2023-05-08 04:59:54 +00:00
rusefillc 28d4b26b27 154hyundai 2023-05-08 00:56:55 -04:00
GitHub gen-configs Action 53081d938e Auto-generated configs and docs 2023-05-08 04:28:33 +00:00
Matthew Kennedy 8965776203 stub TIP sensor
(cherry picked from commit 89d66d4abd9bd0e1fb1b49e73ebf9065f9356a71)
2023-05-08 00:26:36 -04:00
GitHub gen-configs Action fba1e6d481 Auto-generated configs and docs 2023-05-08 04:20:51 +00:00
Matthew Kennedy a3afc7bfe0 cleanup for #102
(cherry picked from commit be43ac80b64838450884f61dfc9bca315d2ec756)
2023-05-08 00:18:33 -04:00
GitHub set-date Action 8624d1ccf0 Update date 2023-05-08 00:31:22 +00:00
rusefi 374b091302 docs/todo SD Tooth Log 2023-05-07 14:10:47 -04:00
rusefillc fd1f72f68b https://github.com/rusefi/alphax-4chan/issues/134
only:alphax-4chan
2023-05-07 11:23:26 -04:00
GitHub gen-configs Action e3e101f469 Auto-generated configs and docs 2023-05-07 14:59:08 +00:00
rusefillc bd33aa70a5 only:alphax-4chan 2023-05-07 10:57:34 -04:00
GitHub gen-configs Action 995801b70c Auto-generated configs and docs 2023-05-07 14:47:24 +00:00
rusefillc fcae2e7e98 only:alphax-4chan 2023-05-07 10:45:01 -04:00
rusefillc b16035f100 only:alphax-4chan 2023-05-07 10:44:17 -04:00
rusefillc 8aecc563f2 only:alphax-4chan 2023-05-07 10:40:32 -04:00
GitHub gen-configs Action 210f6926ec Auto-generated configs and docs 2023-05-07 14:01:56 +00:00
rusefi 599a97b3aa SD on rev G
only:alphax-4chan
2023-05-07 09:59:52 -04:00
GitHub set-date Action a40d8b3c0d Update date 2023-05-07 00:31:21 +00:00
GitHub gen-configs Action 1b5ce01398 Auto-generated configs and docs 2023-05-06 17:47:53 +00:00
rusefillc e518dd3adf fix https://github.com/rusefi/alphax-4chan/issues/132 2023-05-06 13:46:01 -04:00
GitHub gen-configs Action 4fd09bd3d7 Auto-generated configs and docs 2023-05-06 12:33:24 +00:00
Matthew Kennedy 9b84d2a460 some strange pid limits
(cherry picked from commit bd45ebe88ad075c389263ef8a49e676d291576f5)
2023-05-06 08:29:36 -04:00
GitHub set-date Action 670ce4a1f5 Update date 2023-05-06 00:31:40 +00:00
rusefillc 1caeaeafda Merge branch 'master' of https://github.com/rusefi/rusefi into master 2023-05-05 18:29:55 -04:00
GitHub gen-configs Action 4c1d48137c Auto-generated configs and docs 2023-05-05 21:49:32 +00:00
Matthew Kennedy 400670f30a txt format
(cherry picked from commit 5f1e14825c42dd825816e10cf781f4476991f822)
2023-05-05 17:47:40 -04:00
rusefillc ebf6ecafa4 Merge branch 'master' of https://github.com/rusefi/rusefi into master 2023-05-05 17:46:18 -04:00
GitHub gen-configs Action 017e7ef066 Auto-generated configs and docs 2023-05-05 21:46:03 +00:00
rusefillc e20a9012e8 Boost Cut Pressure Hysteresis #4529 2023-05-05 17:45:43 -04:00
rusefillc a49e50465f it's going to be painful 2023-05-05 17:45:21 -04:00
andrey c7b750936a boostCutPressureHyst default 2023-05-05 17:42:07 -04:00
Matthew Kennedy 350d9060fb Add gego channel to make VE analyze happy #82
(cherry picked from commit d0c645bad5ddd6a54be149adeb963bae6fa5fa6b)
2023-05-05 17:40:52 -04:00
rusefillc d6a1426d76 Merge branch 'master' of https://github.com/rusefi/rusefi into master 2023-05-05 17:40:06 -04:00
GitHub gen-configs Action b574d6d89d Auto-generated configs and docs 2023-05-05 21:38:49 +00:00
Matthew Kennedy 66d764d8d6 field names #98, fix #83
(cherry picked from commit 115fb9116fbf70664e7fbcf0f5f4660fe1e69e1d)
2023-05-05 17:36:41 -04:00
andreika-git b3ca86050c boostCutPressureHyst 2023-05-05 17:28:34 -04:00
andreika-git 95651e534d boostCutPressureHyst 2023-05-05 17:28:34 -04:00
andreika-git 7df63c03f6 boostCutPressureHyst impl+tests https://github.com/rusefi/rusefi/issues/4529 2023-05-05 17:28:34 -04:00
andreika-git 586a043bbe boostCutPressureHyst https://github.com/rusefi/rusefi/issues/4529 2023-05-05 17:28:34 -04:00
Matthew Kennedy feaeb795a8 txt formatting
(cherry picked from commit d2f697c8a180932e6c5cfa10ac715be888c51576)
2023-05-05 17:15:09 -04:00
GitHub gen-configs Action ffa6ebb9a3 Auto-generated configs and docs 2023-05-05 21:14:03 +00:00
rusefillc c741e3735d it's going to be painful 2023-05-05 17:10:25 -04:00
Matthew Kennedy 31f53c1be2 dead
(cherry picked from commit cfdc647de8f3d3de4115c5edaf41df203b0a391f)
2023-05-05 17:09:23 -04:00
GitHub gen-configs Action ac7ee69bb6 Auto-generated configs and docs 2023-05-05 21:07:41 +00:00