Commit Graph

1517 Commits

Author SHA1 Message Date
David Holdeman 9ef0813962
[TCU] TS interface and output channels (#1747)
* add tcu ts outputs

* accidental change?

* rearrange
2020-09-02 13:30:54 -04:00
GitHub build-firmware Action e287a4e211 Auto-generated configs and docs 2020-09-02 11:22:59 +00:00
Matthew Kennedy 484f1ba5a0
Multiple knock sensors (#1745)
* fw

* cfg fields

* fix order

* ui for channel select

* clarify

* comments

* config
2020-09-02 07:19:02 -04:00
GitHub build-firmware Action 43f7740c61 Auto-generated configs and docs 2020-09-01 01:07:34 +00:00
Matthew Kennedy 988d9b138c
detect which cylinder knocked (#1732)
* s

* science

* set pin mode

* turn stuff off so it fits

* filtering maybe

* filtering actually works

* generate filter parameters internally

* shorter window

* guard behind enable flag

* use checked in filter

* add biquad reset

* tracing

* const

* exec order

* do it from a thread

* smaller buffer, comment

* configure with header

* only for proteus

* oops

* unused

* not needed

* guards

* pin config

* don't need that include

* precook filter steady state

* define sample rate

* multi cylinder knock

* TS

* only sense when running
2020-08-31 21:05:33 -04:00
GitHub build-firmware Action 89b2956a35 Auto-generated configs and docs 2020-08-31 21:10:05 +00:00
rusefi 65ed7f6dad spelling 2020-08-31 17:08:04 -04:00
GitHub build-firmware Action 6d2a8f3da9 Auto-generated configs and docs 2020-08-30 19:40:34 +00:00
GitHub build-firmware Action a3eb7f6dd0 Auto-generated configs and docs 2020-08-30 19:35:14 +00:00
rusefi 22a947d498 https://github.com/rusefi/web_backend/issues/97 2020-08-30 14:58:05 -04:00
GitHub build-firmware Action 118065d318 Auto-generated configs and docs 2020-08-30 18:29:40 +00:00
GitHub build-firmware Action 992f391d49 Auto-generated configs and docs 2020-08-29 22:58:41 +00:00
GitHub build-firmware Action 028a4b736b Auto-generated configs and docs 2020-08-29 22:14:40 +00:00
rusefi 2971230711 VVT support for VAG trigger #883 2020-08-29 18:13:00 -04:00
GitHub build-firmware Action 14a2b6abad Auto-generated configs and docs 2020-08-29 22:00:40 +00:00
GitHub build-firmware Action 59d5c257ba Auto-generated configs and docs 2020-08-29 21:47:22 +00:00
GitHub build-firmware Action f973429459 Auto-generated configs and docs 2020-08-29 21:07:39 +00:00
rusefi 613faa90cd verboseVVTDecoding 2020-08-29 17:05:54 -04:00
GitHub build-firmware Action 0d30f157c4 Auto-generated configs and docs 2020-08-29 21:03:44 +00:00
GitHub build-firmware Action bdf3dea1bb Auto-generated configs and docs 2020-08-29 20:51:24 +00:00
rusefi b66ec2d9a5 presets 2020-08-29 16:49:56 -04:00
GitHub build-firmware Action 41d31fc692 Auto-generated configs and docs 2020-08-29 20:46:27 +00:00
GitHub build-firmware Action 14d41c428b Auto-generated configs and docs 2020-08-29 19:36:35 +00:00
GitHub build-firmware Action 857af960d8 Auto-generated configs and docs 2020-08-29 19:09:20 +00:00
GitHub build-firmware Action 74249a7834 Auto-generated configs and docs 2020-08-29 19:02:55 +00:00
GitHub build-firmware Action 900c99f704 Auto-generated configs and docs 2020-08-29 01:15:45 +00:00
Matthew Kennedy 1a55085bb6
Software knock detection (#1730)
* s

* science

* set pin mode

* turn stuff off so it fits

* filtering maybe

* filtering actually works

* generate filter parameters internally

* shorter window

* guard behind enable flag

* use checked in filter

* add biquad reset

* tracing

* const

* exec order

* do it from a thread

* smaller buffer, comment

* configure with header

* only for proteus

* oops

* unused

* not needed

* guards

* pin config

* don't need that include

* precook filter steady state

* define sample rate

* config enable switch
2020-08-28 21:13:50 -04:00
GitHub build-firmware Action 52e3cb225c Auto-generated configs and docs 2020-08-27 04:44:53 +00:00
GitHub build-firmware Action 308f4d31a5 Auto-generated configs and docs 2020-08-25 20:01:04 +00:00
GitHub build-firmware Action 39f1a016d4 Auto-generated configs and docs 2020-08-24 05:27:59 +00:00
Matthew Kennedy 110a6d79d4
more data (#1727)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-24 01:26:33 -04:00
GitHub build-firmware Action 927d3354ff Auto-generated configs and docs 2020-08-24 03:43:14 +00:00
Matthew Kennedy 12bc5eb28b
Auto cal dual etb (#1725)
* implement

* add bench mode

* add ts cal mode

* TS impl

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-23 23:41:35 -04:00
GitHub build-firmware Action 7fab55ad3e Auto-generated configs and docs 2020-08-24 03:19:53 +00:00
Matthew Kennedy f65287deed
fix (#1724)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-23 23:18:25 -04:00
GitHub build-firmware Action d8eb3dd316 Auto-generated configs and docs 2020-08-24 00:38:01 +00:00
GitHub build-firmware Action 09fbbdd8d5 Auto-generated configs and docs 2020-08-23 19:10:56 +00:00
rusefi 3c3fe0a73b v12 2020-08-23 15:09:23 -04:00
GitHub build-firmware Action 9ec20e8d90 Auto-generated configs and docs 2020-08-22 12:07:39 +00:00
rusefi fc35bb6206 more natural order 2020-08-22 00:03:19 -04:00
GitHub build-firmware Action 5ef11e0dcc Auto-generated configs and docs 2020-08-22 01:53:47 +00:00
GitHub build-firmware Action 7509bebffd Auto-generated configs and docs 2020-08-21 23:45:25 +00:00
Matthew Kennedy c53979a017
Configurable stoichiometric ratio (#1710)
* configurable stoich ratio

* afr table always in gas afr

* default

* typo

* use defined ratio

* do it in config too

* missed a spot

* oops wrong one

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 19:43:30 -04:00
GitHub build-firmware Action b6fdbe42dd Auto-generated configs and docs 2020-08-21 18:14:04 +00:00
Matthew Kennedy 4e81b67ca3
harmonize blocking factor (#1709)
* harmonize blocking factor

* static assert
2020-08-21 14:12:28 -04:00
GitHub build-firmware Action 5d3feb7bd3 Auto-generated configs and docs 2020-08-21 12:54:56 +00:00
Matthew Kennedy c450ea7fcd
add (#1711) 2020-08-21 08:53:23 -04:00
GitHub build-firmware Action db35439275 Auto-generated configs and docs 2020-08-20 11:45:23 +00:00
Matthew Kennedy 688bc2b800
fix crc command (#1705)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-20 07:43:56 -04:00
GitHub build-firmware Action bf165f94f9 Auto-generated configs and docs 2020-08-20 01:07:04 +00:00