Commit Graph

1806 Commits

Author SHA1 Message Date
Matthew Kennedy e2550105b8
vvt is engine module (#202)
* vvt refactoring

* vvt constexpr livedata

* format

* fix null deref
2023-07-19 22:16:29 -07:00
Matthew Kennedy 010cc9c216 config typos 2023-07-19 11:36:05 -07:00
Matthew Kennedy bed48892aa
new parser touches all input files (#201)
* begin the resurrection

* use hw ci build script

* Revert "use hw ci build script"

This reverts commit e97e693eea.

* list serial ports

* bad merge

* Revert "list serial ports"

This reverts commit a29270405c.

* Revert "bad merge"

This reverts commit ea2541110e.

* unnecessary autoscales

* improve bad autoscale message

* bit group formatting

* formatting matching

* c struct writer mostly works

* tests and formatting alignment

* tests

* cherry pick potential hw ci fix

* format matching

* newparse reads live data files

* vvt scaling

* cleanup

* format matching

* format matching

* format matching

* format matching

* handle arrays of structs

* cleanup for merge

* jars
2023-07-19 00:21:41 -07:00
Matthew Kennedy ec24e45c04
scattered read is not a primary scenario (#198) 2023-07-18 00:09:34 -07:00
Matthew Kennedy ab6d206673 lambdaProtectionRestoreRpm 2023-07-01 17:56:45 -07:00
Matthew Kennedy a4a0c5dee7 lambda cut restore config 2023-06-29 00:01:14 -07:00
Matthew Kennedy b0c3357cba #23 and fix https://github.com/rusefi/rusefi/issues/5353 2023-06-24 20:14:37 -07:00
Matthew Kennedy 07f0360dd9 stub config for lambda protection #75 2023-06-23 02:14:13 -07:00
Matthew Kennedy 4542c259d2 semi-secret brz/frs pedal mode 2023-06-10 20:12:14 -07:00
Matthew Kennedy ec8b054093 implement temp sensor pulldown mode #116 2023-06-10 13:36:03 -07:00
Matthew Kennedy c3f82726cf trigger errror pin is totally dead 2023-06-05 11:03:31 -07:00
Matthew Kennedy 67bb861d5e rev the config version 2023-06-05 00:18:41 -07:00
Matthew Kennedy 71b40786ab status LED UI is dead! #35 2023-06-05 00:13:45 -07:00
Matthew Kennedy c2d058126d obd sensors very broken 2023-06-01 14:08:13 -07:00
Matthew Kennedy 980c0f2aec bench test resolution #109 2023-05-29 13:56:31 -07:00
Matthew Kennedy 7e30d54dfa bump flash version as that's a good idea 2023-05-11 23:58:45 -07:00
Nathan Schulte fbef2620e1
TunerStudio help URL (#97)
* TunerStudio FOME help URL

* whitespace
2023-05-04 11:34:15 -07:00
Matthew Kennedy b576153297
boost control gets blend tables (#73)
* boost control gets blend tables

* most of boost blend UI

* boost blends use ECU-calculated axis value

* oop

* disable UI when no boost control (or open only)

* changelog
2023-05-03 11:04:40 -07:00
Matthew Kennedy f30e2ce0f2
selectable idle Y axis override (#94)
* selectable idle Y axis override

* changelog
2023-05-02 15:04:15 -07:00
Matthew Kennedy 5e7a6dab90 rpm limit hysteresis 2023-04-10 11:37:20 -07:00
Matthew Kennedy 157125eea1 dead config 2023-03-31 22:55:36 -07:00
Matthew Kennedy 9ce04c1a54 cleanup 2023-03-31 22:48:56 -07:00
Matthew Kennedy d15a586fb2 dead config 2023-03-31 22:47:11 -07:00
Matthew Kennedy ed821f9f5c dead struct 2023-03-31 22:46:05 -07:00
Matthew Kennedy f29b51d490 detected gear available as gppwm channel 2023-03-31 22:29:36 -07:00
Matthew Kennedy d1246174d2 rename triggerSimulatorFrequency -> triggerSimulatorRpm 2023-03-27 01:13:04 -07:00
Matthew Kennedy f090a97b0b remove specs_s struct, flatten config 2023-03-27 00:58:18 -07:00
Matthew Kennedy 995a0889d9 clean up some useless tooltips 2023-03-27 00:49:55 -07:00
Matthew Kennedy 5834164d62 add config for fuel pressure sensor type #32 2023-03-25 12:56:08 -07:00
Matthew Kennedy 081740c1d6 indicators for ign/inj faults 2023-03-21 11:32:55 -07:00
Matthew Kennedy c47d7394c5 convert throttle model to g/s instead of kg/s 2023-03-16 01:19:03 -07:00
Matthew Kennedy 6e0dd674ea throttle estimate config #57 2023-03-10 00:40:01 -08:00
Matthew Kennedy 2a544b3a65 throttle effective area config #63 2023-03-10 00:21:47 -08:00
Matthew Kennedy df03f3c536
Fix afr dropdown, switch AFR to sensor model (#62)
* move presets to ini, like clt/iat

* call deinit

* init lambda using proper sensors

* raw output channel

* init lambda test

* ve blend 1 should use bias table 1, good eye @nmstec
2023-03-09 11:25:30 -08:00
Matthew Kennedy e6e16e80b6 unused 2023-03-06 01:04:00 -08:00
Matthew Kennedy 20c45768b6 dual ACR pins #47 2023-03-05 18:19:57 -08:00
Matthew Kennedy 3fa2f44014 remove twoWireBatchIgnition 2023-03-02 22:23:24 -08:00
Matthew Kennedy fbb90f2c04
use shared txt instead of parsing full rusefi_config (#59) 2023-03-02 11:52:36 -08:00
Matthew Kennedy fcc3d1b1a2 dead slowAdcAlpha 2023-02-28 16:42:42 -08:00
Matthew Kennedy 56c5b8d2e9
remove displayLogicLevelsInEngineSniffer (#56)
* configs

* remove displayLogicLevelsInEngineSniffer

* test
2023-02-28 01:57:50 -08:00
Matthew Kennedy 404c0a8550 cleanup 2023-02-26 17:16:13 -08:00
Matthew Kennedy 264a6862f4
remove TS_GET_COMPOSITE_BUFFER_DONE_DIFFERENTLY (#45)
* remove TS_GET_COMPOSITE_BUFFER_DONE_DIFFERENTLY

* deadish code
2023-02-25 00:14:40 -08:00
Matthew Kennedy 073d662228
basic harley acr (#48)
* acr

* cleanup

* handle m_hasPinMode

* output channel

* ui

* wrap phase

* don't inject during ACR

* skip extra calculation

---------

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2023-02-25 00:13:51 -08:00
Matthew Kennedy 4cd08fbc4b
table-only map fallback (#46)
* table-only map fallback

* InSequence
2023-02-23 15:05:56 -08:00
Matthew Kennedy eac3582e05 get rid of more floats 2023-02-23 11:59:48 -08:00
Matthew Kennedy 77f29557f5 scaled int deadtime 2023-02-23 11:42:27 -08:00
Matthew Kennedy 711e90f3d3
remove old trigger noise detector (#44)
* remove old noiseless decoder layer

* test
2023-02-23 11:27:56 -08:00
Matthew Kennedy eeda48cff5 dead 2023-02-22 22:11:59 -08:00
Matthew Kennedy e0ad65b234
scaled thermistor values (#19)
* thermistor values are scaled

* hm, easier with int32 so that initializers work

* 0.01 because why not
2023-02-22 21:53:01 -08:00
Matthew Kennedy d0378bb234 kick 2023-02-22 18:31:53 -08:00