Commit Graph

1009 Commits

Author SHA1 Message Date
Matthew Kennedy 7f58426276 name VVT PWMs 2024-08-14 11:53:10 -04:00
rusefi de662afffa only:dead code? 2024-08-14 09:06:05 -04:00
GitHub gen-configs Action 83255edf7d Auto-generated configs and docs 2024-08-14 05:28:44 +00:00
Matthew Kennedy 831e69948b dead log channel 2024-08-14 00:40:02 -04:00
Matthew Kennedy 515ad299f4 only: firmware shouldn't write config at runtime 2024-08-05 21:02:46 -04:00
kifir 4c349de3d1 Now we use `Coolant Temperature Boost Adder` and `Intake Air Temperature Boost Adder` in close loop target calculation #6424 2024-08-02 13:47:59 -04:00
rusefi 82db3bfa6d Usability: turn on boost controller without ECU power cycle fix #6761
shame on me for lack of TDD
2024-08-01 18:30:05 -04:00
kifir 02359f54ef Now we use `Coolant Temperature Boost Multiplier` and `Intake Air Temperature Boost Multiplier` in open loop duty calculation #6424 2024-07-30 20:36:26 -04:00
Andrey 1530b3dbd9 PUBLIC_API_WEAK or BOARD_WEAK #6748 2024-07-27 12:47:56 -04:00
Andrey 4de096129c isnan 2024-07-22 23:56:21 -04:00
Matthew Kennedy 2682fcec2a cisnan -> std::isnan 2024-07-22 19:53:27 -04:00
kifir 4ccf40d477 now we use alternatorVoltageTargetTable instead of targetVBatt #6523 2024-07-16 09:34:35 -04:00
rusEFI LLC ed433daa75 only:hiding unfinished ETB jam detection 2024-07-14 23:52:40 -04:00
Matthew Kennedy 5b57b65ecd dead pwm tester 2024-07-14 23:47:11 -04:00
Andrey 472ad204ca only:boardAdjustEtbTarget 2024-07-06 13:02:45 -04:00
Matthew Kennedy 721798626e only:dead stuff 2024-07-03 10:59:01 -04:00
Andrey e9f1f20d1b only:dead stuff 2024-07-03 10:42:52 -04:00
rusefi 3e3c9ec7d9 only:you would not believe it: FSIO 2024-06-25 15:09:00 -04:00
kifir edaa711fba refactoring: extraact AcController::PRESSURE_DEADBAND_WIDTH constant #6570 2024-06-19 14:33:43 -04:00
GitHub gen-configs Action 66da250187 Auto-generated configs and docs 2024-06-18 15:30:27 +00:00
kifir 8b63e9e9e9 disable compressor on out-of-bounds A/C pressure #6570 2024-06-18 11:20:34 -04:00
GitHub gen-configs Action 01d2e9dbd5 Auto-generated configs and docs 2024-06-18 01:58:34 +00:00
Andrey 3b988d02f9 only:getCurrentTarget getter into interface 2024-06-17 21:46:56 -04:00
Andrey 9e9d18822e only:better data point name 2024-06-17 21:39:08 -04:00
Andrey abc9ab65a9 only:much better variable name? 2024-06-17 21:28:57 -04:00
rusefillc 5c6ed75e27 only:renaming variables 2024-06-17 21:08:10 -04:00
Nathan Schulte f14eb71388 etb: use convertVoltageTo10bitADC in auto-cal 2024-06-16 13:42:31 -04:00
Andrey 7b40c58d79 compile-time enforcement of printf strings
only:uaefi
2024-06-10 21:22:56 -04:00
Andrey 9583f6e2f1 dead showAltInfo 2024-06-10 19:50:47 -04:00
rusefillc c656271e7d only:docs 2024-05-15 18:17:57 -04:00
kifir f4b3b00d4d interpret value from openLoopMap according to boostOpenLoopYAxis constant (fixes #4778) 2024-05-15 12:58:27 -04:00
kifir 867fd3d746 Refactoring: extract readGppwmChannel function extract into gppwm_channel_reader.h/cpp files 2024-05-15 12:25:28 -04:00
Andrey 9353e7904a Revert "avoid long -> float"
This reverts commit 37ad226a3d.
2024-05-14 22:04:06 -04:00
Matthew Kennedy 37ad226a3d avoid long -> float 2024-05-11 18:32:54 -04:00
Matthew Kennedy a736d888e3 EGT in gppwm channel 2024-05-10 10:45:38 -04:00
rusefi cf2535f340 reducing code duplication 2024-05-08 21:45:11 -04:00
Andrey fbf0332b95 only: extracting getSanitizedPedal 2024-05-08 08:23:14 -04:00
rusefi 041a97fe18 only:pedal2TpsProvider 2024-05-05 00:59:08 -04:00
rusefi 44900dab30 only: isEtbMode const 2024-05-04 12:42:43 -04:00
Matthew Kennedy 1f0f6efdca wrong variable name 2024-05-04 09:00:21 -04:00
Matthew Kennedy c39e9146fb behave yourselves with null previousConfig 2024-05-04 09:00:21 -04:00
Matthew Kennedy 8cb03dc264 only: encapsulation 2024-05-04 08:59:47 -04:00
rusefi a3a492d46f Map3D should not be silently return 0 if not initialized #6461
preparation: giving tables names
2024-05-03 22:31:53 -04:00
rusEFI LLC d05aef168d no need to cast float when we divide int by float 2024-04-29 15:29:37 -04:00
Matthew Kennedy 2c33abbf7b use timer instead of home spun time math 2024-04-25 19:03:09 -04:00
rusEFI LLC 02a5237942 only: airTaperRpmRange no UI no usages, looks dead, removing 2024-04-23 21:00:50 -04:00
rusEFI LLC a98f03488c ETB_INTERMITTENT_LIMIT 2024-04-22 23:49:42 -04:00
rusefillc 21e22cb7da only: extracting isIgnVoltage() method 2024-04-13 12:09:48 -04:00
GitHub gen-configs Action 1a08a8fa5b Auto-generated configs and docs 2024-04-12 17:00:10 +00:00
Andrey 4b5a9c8aa2 Radiator Fans not engaging, all settings seem correct? 20240405 RevC #140
only:hellen154hyundai
2024-04-12 12:50:31 -04:00
rusefillc 649059c6fa Lua: setBoostDutyAdd can target values under 0 fix #6339 2024-04-06 09:04:42 -04:00
rusefillc f0fc8ad2c8 only:refactoring, reusing existing clampPercentValue macro 2024-04-06 09:02:03 -04:00
rusefillc 9c5e4273d1 only:doc 2024-04-06 09:02:03 -04:00
Andrey f60bd6c683 better file name to actually reflect what the content is about 2024-03-25 23:31:49 -04:00
rusefillc 2a114b4f95 PUBLIC_API_WEAK 2024-03-24 22:06:58 -04:00
rusefillc a690fc3ab5 only: fansDisabledByBoardStatus 2024-03-24 14:31:02 -04:00
rusefillc f40cd512c9 Base map values for Open Loop Boost Duty should be 0% fix #6188 2024-03-09 15:44:17 -05:00
Andrey cdaeb2fa2b so much random technical debt all over :( 2024-03-04 21:25:07 -05:00
Andrey 4b6786b6ff ETB traction control drop is affected by not-highlighted cell fix #5952 2024-03-04 18:23:48 -05:00
Andrey 3096db5c72 confusing Map3D API fix #6139 2024-03-04 17:58:24 -05:00
rusefillc fb5fe93260 only:docs & typo 2024-02-16 15:21:33 -05:00
Andrey 0df1a9caa5 only:Disable fans after VSS > x fix #5875 2024-01-23 11:04:49 -05:00
GitHub gen-configs Action 16e7584ee0 Auto-generated configs and docs 2024-01-23 15:55:11 +00:00
Andrey ea8c338f18 only:Disable fans after VSS > x #5875 2024-01-23 10:51:50 -05:00
Matthew Kennedy a8356ae578 baro pressure -> gppwm channel option 2024-01-17 10:30:53 -05:00
GitHub gen-configs Action 62081b5a4b Auto-generated configs and docs 2024-01-05 01:21:51 +00:00
rusefillc 1abd93fa21 usability issue: Boost blend logic does not happen while not controlling boost #5864 2024-01-04 20:16:00 -05:00
GitHub gen-configs Action 58f31fd2d9 Auto-generated configs and docs 2024-01-03 20:32:11 +00:00
rusefillc 16211bb4e7 is this ever null? 2024-01-02 23:04:13 -05:00
rusefillc 31711cc71e adding-etb-lightness: is it even nullptr? 2024-01-02 21:10:13 -05:00
rusefi 59b766141c traction control: wheel-slip based close ETB #5843 2023-12-31 18:08:21 -05:00
GitHub gen-configs Action 48ee563b6c Auto-generated configs and docs 2023-12-31 20:19:26 +00:00
rusefi cc90a0ecd2 traction control: wheel-slip based close ETB #5843
only:proteus_f4
2023-12-31 15:15:23 -05:00
rusefillc 26514f8b92 ETB calibration compatibility notes from 2022
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2023-12-26 13:01:03 -05:00
rusefillc daad14b907 ETB minor clean-up 2023-12-18 19:01:55 -05:00
rusefillc 191b17e0d5 ETB minor clean-up 2023-12-18 16:48:54 -05:00
rusefillc c7b155d97f small-can FW is not well #5787
seems to be about EFI_ENGINE_CONTROL guarding too much of default settings
only:small-can-board
2023-12-13 00:15:43 -05:00
rusefillc 699d588849 https://github.com/rusefi/alphax-4chan/issues/166
only:alphax_4chan
2023-12-12 14:10:57 -05:00
rusefillc 3b88f847e0 https://github.com/rusefi/alphax-4chan/issues/166 2023-12-10 12:00:34 -05:00
rusefillc 28a273cae7 refactoring: better method name 2023-12-10 11:48:48 -05:00
rusefillc 699ccb1262 https://github.com/rusefi/alphax-4chan/issues/166 2023-12-10 11:35:34 -05:00
andreika-git a830a94a3b More safe AlternatorController PWM init 2023-12-05 14:23:04 -05:00
rusefillc 1f990e8fef only:better method name 2023-11-22 23:58:30 -05:00
rusefillc 02f1295688 removing 'isVerboseAlternator' 2023-11-15 00:12:19 -05:00
rusefillc 0800335320 reducing code duplication 2023-11-13 18:30:30 -05:00
rusefillc e2c2980335 making ACR quicker
only:proteus_f7
2023-11-13 17:25:07 -05:00
rusefillc 20e9f6178a ACR
only:proteus_f7
2023-11-12 22:43:34 -05:00
rusefillc 0444a652a9 vvt: safer syntax 2023-11-11 21:51:12 -06:00
andreika-git 7957c24552 better rpm=0 behavior for VvtController 2023-11-11 21:51:12 -06:00
rusefillc 094a2b6c79 only:hd 2023-11-11 17:36:42 -05:00
andreika-git 06414cc595 fix 2023-11-10 17:13:50 -05:00
andreika-git 3e9b2d0e1f Refactor AlternatorController to use ClosedLoopController<> 2023-11-10 17:13:50 -05:00
andreika-git bb841a061b refactor onConfigurationChangeAlternatorCallback() 2023-11-10 17:13:50 -05:00
Andrey 3d3671e6d4 better EFI_ENGINE_CONTROL 2023-11-05 12:07:24 -05:00
Andrey 021609f468 only:unused methods 2023-11-04 22:34:28 -04:00
Andrey 4eefedcec2 unused-variable is a nice error message to have #5683 2023-11-02 20:48:57 -04:00
Andrey 16d6ddd373 clean-up 2023-11-02 10:32:04 -04:00
Matthew Kennedy 93e3e75a36 avoid vexing parse 2023-11-01 19:25:13 -04:00
Matthew Kennedy 02621224a7 dc motor 2023-11-01 19:25:13 -04:00
Matthew Kennedy 2c049d206a dead pid auto tune 2023-11-01 17:01:07 -04:00