Matthew Kennedy
59ccbcdf4d
minor interpolation cleanup
2025-03-06 12:12:45 -08:00
Matthew Kennedy
e4d6e61a78
remove pid_s::periodMs, the user shouldn't set this
2024-12-23 13:12:31 -08:00
Matthew Kennedy
66e3ec7b84
quad wideband
2024-12-17 15:29:17 -08:00
Matthew Kennedy
9a9fc3ff14
min/maxF -> std::min/max
2024-09-25 14:00:33 -07:00
Matthew Kennedy
c880ba4ec5
int rpm -> float rpm
2024-09-24 23:54:54 -07:00
Matthew Kennedy
45e3c07ecc
ETB minimum position scaling/tooltip
2024-09-17 19:09:41 -07:00
Matthew Kennedy
bd1e986d48
cleanups after #487
2024-09-16 22:41:42 -07:00
alrijleh
9c928539bc
Disable DFCO when clutch is applied ( #487 )
...
* compiles but untested
* hide TS setting if clutchUpPin is not configured
* unit test passes
* disable feature if io not configured, fix unit test commit
* de morgans to align with other gating conditions - no functional change
2024-09-16 22:39:41 -07:00
Matthew Kennedy
6a202f40dd
optional after start fuel mutliplier table
2024-09-14 23:51:31 -07:00
Matthew Kennedy
5aca8e6e28
move DFCO configs to the right spot, changelog
2024-09-12 22:30:46 -07:00
alrijleh
86c1c52551
configure DFCO MAP threshold to vary based on RPM ( #485 )
...
* it compiles
* added description to the graph panel
* fixed typo and improved description
* dfco fuel cut map unit test added and passes
* added default settings
2024-09-12 22:13:30 -07:00
Matthew Kennedy
32c57fd7af
dead instant rpm debug mode
2024-08-28 01:45:29 -07:00
Matthew Kennedy
e4b8aa3747
oil pressure protection (while running) ( #460 )
...
* config
* implement
* defaults
* check array bins
* gauge
* test the new behavior
2024-08-06 13:10:10 -07:00
Matthew Kennedy
f4ddf26313
for loop formatting
2024-07-03 00:26:17 -07:00
Nathan Schulte
a195289a12
Toyota ETCS-i [01/02]: meld FordRedundantTps Sensor into RedundantSensor ( #430 )
...
* remove redundant_ford_tps
* meld redundant_ford_tps logic into RedundantSensor
* default tps/ppsSecondaryMaximum is 100
* initTps uses melded RedundantSensor
* meld RedundantSensor unit tests
* RedundantSensor::showInfo prints redundancy status
* RedundantSensor::showInfo prints partial redundancy status
* assert SensorResult code in RedundantSensor tests
* RedundantSensor doesn't hide primary sensor result code
in the case of a single sensor only, don't hide the UnexpectedCode value
2024-06-03 11:28:56 -07:00
Matthew Kennedy
8680b22816
move a bunch of tables out of engine_configuration_s #371
2024-03-17 12:06:14 -07:00
Matthew Kennedy
271e657137
separate config for secondary injectors
2024-01-17 02:20:16 -08:00
rusefillc
304572349d
injectorStaging defaults ( #340 )
...
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2024-01-08 09:08:32 -08:00
Matthew Kennedy
6865c5a521
signed/unsigned comparison
2024-01-06 18:31:39 -08:00
Matthew Kennedy
d274e98abc
better defaults
2023-11-16 22:45:31 -08:00
Matthew Kennedy
c81579b9de
dead piece of config
2023-11-16 22:23:58 -08:00
Matthew Kennedy
38c873252e
smarter injector duty cycle limiting ( #215 )
...
* config for duty cycle limiting
* implement timeout duty cycle limiting
* comment
* make overlapping injections actually work!
* missed one
* test
* call addFuelEvents from fast callback
* update comment about why we call it again in main trigger callback
* one more extra call
* undo addFuelEvents change
* cleanup
* minor encapsulation
* fix
* changelog
* dead obd code
2023-10-14 14:27:19 -07:00
Matthew Kennedy
f08c374b73
don't cut spark for hard rev limit by default
2023-10-11 15:57:24 -07:00
Matthew Kennedy
3c001f759f
Miata presets ( #236 )
...
* rename existing
* rename existing
* 1.6 progress
* nb2 progress
* format
* stub nb1
* nb1 progress
* msm
* msm
* brake switch, MSM IAT
* gppwm, clutch pin
* cleanup
* allow setting lua heap size
* Revert "allow setting lua heap size"
This reverts commit 82533b5c7b
.
* guard 1.6
* everyone wins a more sensible tps/tps AE table
* guard for tests
* nb2 vvt angle tweak
* tweak tests for changed defaults
2023-09-25 11:12:34 -07:00
Matthew Kennedy
cc271b5419
default prime pulse
2023-08-25 11:18:19 -07:00
Matthew Kennedy
9ab71c1b58
separate ign bench parameters ( #226 )
2023-08-19 07:17:11 -07:00
Matthew Kennedy
6f4a4fc373
implement ignition timing clamping ( #212 )
...
* implement ignition timing clamping
* ui, improved comment
* wrap atdc timing correctly
* tests
2023-07-21 15:55:04 -07:00
Matthew Kennedy
242d9e1e7d
lambda protect defaults #75
2023-06-29 13:16:26 -07:00
Matthew Kennedy
06b39dbb07
trigger and engine types -> enum class ( #113 )
...
* trigger type is enum class
* java tooling
* enum class engine_type_e
* enum class engine_type_e
2023-06-01 13:47:49 -07:00
Nathan Schulte
166a08d1b5
set default MAP estimate axis values ( #96 )
...
move to default_fuel
fixes #93
2023-05-04 11:30:56 -07:00
Matthew Kennedy
d5f9479f28
ObdCode is enum class ( #77 )
...
* change ObdCode to enum class builds firmware
* test builds
* don't need this line at all
* can we go down to uint16_t?
2023-04-12 23:44:33 -07:00
Matthew Kennedy
5e7a6dab90
rpm limit hysteresis
2023-04-10 11:37:20 -07:00
Matthew Kennedy
f090a97b0b
remove specs_s struct, flatten config
2023-03-27 00:58:18 -07:00
Matthew Kennedy
4cd08fbc4b
table-only map fallback ( #46 )
...
* table-only map fallback
* InSequence
2023-02-23 15:05:56 -08:00
rusefillc
75bdf089cf
Feb20: 3rd ticket for 4g9x mess #5111
...
something is really weird
2023-02-20 19:05:45 -05:00
rusefillc
9ae89ee497
Als timer smaller ( #5041 )
...
* Update default_base_engine.cpp
(cherry picked from commit 8ac64e2a16f18b7497c3fa1993a4d3e31a161332)
* als timer meta
---------
Co-authored-by: TurboMarian <podgajnymariusz@gmail.com>
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2023-02-06 19:05:38 -04:00
Matthew Kennedy
56aa0fe367
improve iat ignition table ( #4948 )
...
* iat ignition table
* changelog
2023-01-06 21:59:34 -05:00
Andrey
01add66f6a
test coverage for antilag #4920
...
better default
2022-12-31 14:48:25 -05:00
rusefillc
9cf5cdc719
TurboMarian is the ALS boss
2022-12-16 23:51:50 -05:00
rusefillc
af23aef7c0
antilag and anti-lag #2403
2022-12-14 22:25:06 -05:00
Andrey
d812114062
RPM correction/multiplier for Accel Enrich fix #4760
2022-12-14 21:51:41 -05:00
rusefillc
0a4e9c3049
smarter template
2022-12-13 16:47:35 -05:00
rusefillc
f6382fdf2a
RPM correction/multiplier for Accel Enrich #4760
2022-12-13 16:36:38 -05:00
Matthew Kennedy
5576065eb9
default fuel cleanup and injection phase change ( #4836 )
...
* default fuel cleanup and injection phase change
* happy tests
* changelog
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-11-29 23:41:49 -05:00
rusefillc
e3bad2649e
simpler SENT for now
2022-11-19 09:38:39 -05:00
rusefi
4418a08e4d
Ford SENT ETB bench test in NJ #4745
2022-11-13 11:23:54 -05:00
Matthew Kennedy
7b47e77e58
infer useOnlyRisingEdge by trigger type ( #4621 )
...
* most of the plumbing
* easy tests
* trigger types that are rise only
* configs
* change mode of various triggers
* vvt
* 898 test is now impossible 🥳
* s
* instant rpm test
* actually remove useOnlyRisingEdgeForTrigger
* remove vvtCamSensorUseRise
* s
* print
* one happy test
* another test
* happy testSomethingWeird
* happy testCamInput
* maybe fix it a different way
* better
* quad cam
* nb2 happy
* bad merge
* vvt test
* trigger.test1995FordInline6TriggerDecoder
* hellen gm e67
* changelog
2022-11-08 21:48:39 -05:00
rusefi
8534e7790f
nicer defaults API
2022-11-04 13:27:40 -04:00
rusefi
cb61edaadc
nicer defaults API
2022-11-04 12:37:28 -04:00
Andrey G
cc9b1517ac
compile warnings: signed vs unsigned and unused ( #4713 )
2022-10-30 09:47:53 -04:00