Commit Graph

10059 Commits

Author SHA1 Message Date
GitHub gen-configs Action b19e1606a6 Auto-generated configs and docs 2022-12-05 23:56:47 +00:00
Nathan Schulte 9cd1760fa5
firmware: fix ISO date-time parsing (#4872)
sscanf(isoDateTime, "%4lu-%2hhu-%2hhuT%2hhu:%2hhu:%2hhu", ...) would not
parse beyond the month when built for rusEFI, for unknown reasons,
though it works with a simplified test with GCC, hence the splayed
parsing

use sscanf over atoi for improved memory safety
2022-12-05 18:41:30 -05:00
GitHub set-date Action 8381da9400 Update date 2022-12-05 00:21:30 +00:00
GitHub gen-configs Action a2d4c8a1b0 Auto-generated configs and docs 2022-12-04 19:58:59 +00:00
rusefillc 98626bfa9d reduce flash footprint by smarter code generation #4163
more or less dead code?
2022-12-04 14:14:54 -05:00
GitHub gen-configs Action 6e61c7aa28 Auto-generated configs and docs 2022-12-04 18:19:30 +00:00
rusefillc d0957a03a5 reduce flash footprint by smarter code generation #4163 2022-12-04 01:21:38 -05:00
GitHub gen-configs Action 15745304cf Auto-generated configs and docs 2022-12-04 06:01:18 +00:00
GitHub gen-configs Action b5c7b573a5 Auto-generated configs and docs 2022-12-04 05:50:09 +00:00
GitHub gen-configs Action a42b579010 Auto-generated configs and docs 2022-12-04 05:26:23 +00:00
GitHub gen-configs Action f4db62e404 Auto-generated configs and docs 2022-12-04 00:21:48 +00:00
GitHub gen-configs Action 854baf09ea Auto-generated configs and docs 2022-12-03 15:21:13 +00:00
GitHub gen-configs Action 3862af75d2 Auto-generated configs and docs 2022-12-03 13:38:26 +00:00
GitHub gen-configs Action a0943133cd Auto-generated configs and docs 2022-12-03 02:23:31 +00:00
GitHub gen-configs Action 3dff0a37dc Auto-generated configs and docs 2022-12-03 01:50:37 +00:00
GitHub gen-configs Action 7537781739 Auto-generated configs and docs 2022-12-03 01:20:16 +00:00
GitHub set-date Action 27f4a0238d Update date 2022-12-03 00:19:35 +00:00
GitHub gen-configs Action 916248714a Auto-generated configs and docs 2022-12-02 19:56:46 +00:00
rusefillc 5be4f3e38e Better ETB duty ROC length default #4859 2022-12-02 14:51:48 -05:00
Matthew Kennedy cb97c89588
Toyota cam 4-1 can be a plain skipped tooth decoder (#4863)
* this should be RiseOnly

* use 4-1 skipped tooth for toyota
2022-12-02 07:37:18 -05:00
GitHub gen-configs Action aee670068d Auto-generated configs and docs 2022-12-02 03:58:12 +00:00
rusefillc 930a070507 VW TP 2.0 2022-12-01 20:40:50 -05:00
rusefillc 4365e9e24e VW TP 2.0 2022-12-01 20:23:31 -05:00
rusefillc b1df7a2727 VW TP 2.0 2022-12-01 19:31:49 -05:00
GitHub set-date Action ffd9b6b252 Update date 2022-12-02 00:22:25 +00:00
GitHub gen-configs Action 7bdcdaeebe Auto-generated configs and docs 2022-12-02 00:01:18 +00:00
rusefillc 8714347f4e VW TP 2.0 2022-12-01 18:47:08 -05:00
GitHub gen-configs Action 5441e60c6b Auto-generated configs and docs 2022-12-01 03:35:46 +00:00
Matthew Kennedy 466833d95a
ETB error counter logic (#4854)
* simplify ETB error counter logic

* dropped this: {

* happy test

* reorder logic, test etbErrorCode

* test that fails

* independent TPS and PPS counters

* missed a file

* happy test
2022-11-30 22:20:09 -05:00
GitHub gen-configs Action 64e40b867c Auto-generated configs and docs 2022-12-01 02:58:54 +00:00
Andrey 32e502c569 ETB overheats due to constant isTpsError true/false/true/false jitter: this seems obvious enough to disable ETB at least on non running engine #4832 2022-11-30 21:23:13 -05:00
GitHub gen-configs Action 0edf719e77 Auto-generated configs and docs 2022-12-01 00:55:15 +00:00
Andrey e6993aa248 ETB duty cycle jitter: only monitoring within this ticket #4833 2022-11-30 19:48:08 -05:00
GitHub gen-configs Action d281091c12 Auto-generated configs and docs 2022-12-01 00:34:21 +00:00
Matthew Kennedy 65b459d461
live data objects evaluated at runtime (#4857)
* live data objects evaluated at runtime

* guard

* s
2022-11-30 19:29:22 -05:00
GitHub set-date Action dab7349253 Update date 2022-12-01 00:25:57 +00:00
rusefi 4a68c321d3 ETB duty cycle jitter #4833
defaults
2022-11-30 17:09:28 -05:00
Andrey 4e74882c5e ETB duty cycle jitter #4833
need whole output not just closed loop part
2022-11-30 15:25:50 -05:00
GitHub gen-configs Action 097c6752ea Auto-generated configs and docs 2022-11-30 18:29:45 +00:00
Matthew Kennedy 151416b005
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
GitHub gen-configs Action 64fb265575 Auto-generated configs and docs 2022-11-30 04:11:33 +00:00
rusefi 1e7baa1089 ETB overheats due to constant isTpsError true/false/true/false jitter: this seems obvious enough to disable ETB at least on non running engine #4832 2022-11-29 22:39:55 -05:00
GitHub gen-configs Action 4a35b55634 Auto-generated configs and docs 2022-11-30 03:25:45 +00:00
rusefi b5049c8284 ETB overheats due to constant isTpsError true/false/true/false jitter: this seems obvious enough to disable ETB at least on non running engine #4832 2022-11-29 22:13:59 -05:00
rusefi 84512567ba ETB duty cycle jitter #4833
still totally dead on real hardware and I've already fixed two defects! time for an indicator
2022-11-29 22:01:15 -05:00
rusefi b3a3c97b87 ETB duty cycle jitter #4833
still totally dead on real hardware and I've already fixed two defects! time for an indicator
2022-11-29 22:01:15 -05:00
Andrey 31a8a91f3b ETB duty cycle jitter #4833 2022-11-29 21:03:21 -05:00
Andrey 6ad3ce13d6 ETB duty cycle jitter #4833 2022-11-29 20:51:28 -05:00
Andrey 98e886e00b mock invalid & current state of ETB error counter 2022-11-29 20:36:03 -05:00
Andrey 3e6003f0ca refactoring: extracting method 2022-11-29 20:11:29 -05:00