Commit Graph

13322 Commits

Author SHA1 Message Date
GitHub build-firmware Action 3a5c7bd85c Auto-generated configs and docs 2022-01-12 01:53:19 +00:00
Matthew Kennedy 3e56bacef9
don't start boost pwm unnecessarily (#3767)
* don't start boost pwm unnecessarily

* test
2022-01-11 20:47:50 -05:00
GitHub set-date Action eb023376dc Update date 2022-01-12 01:07:20 +00:00
rusefillc 3528befe13 live view is confused by conditional compilation #3773
ops
2022-01-11 14:24:53 -05:00
rusefillc 1bcb3e8033 live view is confused by conditional compilation fix #3773 2022-01-11 14:10:30 -05:00
rusefillc a98eaccac4 https://github.com/rusefi/rusefi/issues/2551 2022-01-11 10:32:42 -05:00
rusefillc 699a5ef302 RE usability: live data for idle controller 2022-01-10 21:55:52 -05:00
GitHub build-firmware Action 68fda494cb Auto-generated configs and docs 2022-01-11 01:57:47 +00:00
rusefillc 264933c0f9 RE usability: live data for idle controller 2022-01-10 20:51:49 -05:00
rusefillc 9f97695f4c RE usability: live data for idle controller 2022-01-10 20:32:20 -05:00
rusefillc fb5c0fca2b L9779WD driver #3768 2022-01-10 20:25:59 -05:00
rusefillc 339b906aa9 RE usability: live data for idle controller
static bad, class fields better
2022-01-10 20:12:11 -05:00
rusefillc 6ee0a55eaf RE usability: live data for idle controller 2022-01-10 19:48:58 -05:00
GitHub build-firmware Action e064beb840 Auto-generated configs and docs 2022-01-11 00:32:14 +00:00
rusefillc d0d8e95bd3 L9779WD driver #3768 2022-01-10 19:15:36 -05:00
GitHub build-firmware Action 54848b03cb Auto-generated configs and docs 2022-01-10 22:06:22 +00:00
rusefillc 8c02bd0b11 GDI Epic #1448 2022-01-10 16:53:49 -05:00
rusefillc 373d619c16 L9779WD driver #3768 2022-01-10 16:53:38 -05:00
rusefillc d7f38601b9 GDI red FATAL led on cranking #3766 2022-01-10 16:42:31 -05:00
Andrey G f106afd9e1
F429 discovery ram dev (#3761)
* stm32f429-discovery: mostly copy-paste from ChibiOS-Contrib

* STM32F429-discovery has external SDRAM

* F429-Discovery: add simple memory test for SDRAM (disabled)

* Revert "random piece of https://github.com/dron0gus/rusefi/tree/f429-discovery-ram-dev"

This reverts commit c58a2f5ecb.

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-01-10 16:14:39 -05:00
rusefi 27e16a4f8f GDI red FATAL led on cranking #3766 2022-01-10 13:53:43 -05:00
rusefi 80e573efaa B6 2022-01-10 13:53:02 -05:00
rusefillc c973b8c687 GDI red FATAL led on cranking #3766 2022-01-10 13:06:19 -05:00
rusefillc 270bd239d4 B6 2022-01-10 13:06:19 -05:00
Matthew Kennedy b4d916c913
per-board pre-low-power handlers (#3752)
* per-board pre-low-power handlers

* per-chip standby options

* default implementation
2022-01-10 08:37:05 -05:00
Matthew Kennedy 80817190fb
hotfix (#3765) 2022-01-10 08:35:36 -05:00
Andrey G 2d1fb8a68c
Sdram preparations (#3764)
* ports: stm32f4: not all stm32f4xx are stm32f407, let board decide

* Do not include mcuconf_community.h in port's mcuconf.h usign relative path

as override file can be provided in board directory.
2022-01-10 08:31:29 -05:00
rusefillc 0d8e4d5222 AlphaX few bytes of progress 2022-01-10 01:47:06 -05:00
rusefillc c58a2f5ecb random piece of https://github.com/dron0gus/rusefi/tree/f429-discovery-ram-dev 2022-01-09 22:45:46 -05:00
rusefillc 4e7d6e2364 random piece of https://github.com/dron0gus/rusefi/tree/f429-discovery-ram-dev 2022-01-09 22:44:22 -05:00
rusefillc 3c73ca8dab random piece of https://github.com/dron0gus/rusefi/tree/f429-discovery-ram-dev 2022-01-09 22:42:24 -05:00
GitHub build-firmware Action 2742aa2092 Auto-generated configs and docs 2022-01-10 02:22:57 +00:00
rusefillc 90419841df B6 2022-01-09 21:16:24 -05:00
GitHub set-date Action a324349420 Update date 2022-01-10 01:05:03 +00:00
Andreika 1b9037314a
Hellen mcu module detector (experimental) (#3756)
* Hellen mcu module detector (experimental)

* make unit-tests happy

* make unit-tests even more happy

* move Hellen-specific stuff to hellen_common.cpp

* fix other hellen config builds

* helping non-Hellen builds too

* helping alpha2ch build

* helping build

* cleanup

* help unit-tests

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2022-01-09 17:40:08 -05:00
Andrey G 0860caa72b
Enable ENABLE_AUTO_DETECT_HSE only if STM32_HSECLK is not defined (#3758)
Some board (like stm32f429-disco) with SDRAM need clock to be
enabled in __early_init (before .bss and .data initialization).
So if STM32_HSECLK defined - skip clock detection.
2022-01-09 17:39:29 -05:00
Andrey G d06c157099
Ports: STM32F4: add optional external SDRAM (#3762) 2022-01-09 17:39:10 -05:00
GitHub build-firmware Action 592d2853d5 Auto-generated configs and docs 2022-01-09 16:29:59 +00:00
Andreika 63774ac02d
Alpha2ch yaml (#3760)
* more hellen_meta defines

* alpha2ch yaml draft

* correct VR-/Hall2 input

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2022-01-09 10:56:16 -05:00
rusefillc bd69941ec4 GDI Epic #1448 2022-01-09 01:29:39 -05:00
rusefillc 7d31d8c5e6 did it catch wrong %type? 2022-01-08 23:38:40 -05:00
rusefillc 901a6cf869 limp ClearReason 2022-01-08 23:10:40 -05:00
GitHub build-firmware Action 814890a230 Auto-generated configs and docs 2022-01-09 03:59:57 +00:00
rusefillc a2844a2d37 limp ClearReason 2022-01-08 22:52:45 -05:00
GitHub build-firmware Action 30463135a7 Auto-generated configs and docs 2022-01-09 03:29:17 +00:00
rusefillc 177a5faa63 limp ClearReason 2022-01-08 22:13:20 -05:00
rusefillc c819f327ae helping build 2022-01-08 21:16:31 -05:00
rusefillc 4262db4c86 GDI Epic #1448 2022-01-08 20:55:58 -05:00
GitHub build-firmware Action 7911e85db9 Auto-generated configs and docs 2022-01-09 01:40:32 +00:00
rusefi ec281d4e35 some dead stuff & minor progress 2022-01-08 20:35:12 -05:00
GitHub build-firmware Action a2482ab87e Auto-generated configs and docs 2022-01-09 01:22:51 +00:00
rusefillc 2756742898 AlphaX 2022-01-08 20:16:01 -05:00
rusefillc 212687dd10 extracting common hellen to it's own file 2022-01-08 20:16:01 -05:00
rusefillc a5afce0f3e happy new year 2022-01-08 20:16:01 -05:00
rusefillc 0fc9fcdb63 GDI Epic #1448 2022-01-08 20:16:01 -05:00
rusefillc 6c91fcb873 AlphaX 2022-01-08 20:16:01 -05:00
GitHub set-date Action 20ab5754be Update date 2022-01-09 01:09:30 +00:00
GitHub build-firmware Action 9e13d2b259 Auto-generated configs and docs 2022-01-09 00:55:02 +00:00
rusefi 1a8b6d24fc disablePrimaryUart for MRE for GDI 2022-01-08 19:38:02 -05:00
GitHub build-firmware Action 09f543a3d5 Auto-generated configs and docs 2022-01-08 23:58:53 +00:00
rusefi 13d0f07412 desperate measures 2022-01-08 18:41:56 -05:00
Andrey G 74b9ce8a8f
USB: use OTG1/OTG2 for serial over USB depending on which enabled (#3757) 2022-01-08 16:33:48 -05:00
Andrey G 29ec6d7381
mk files random cleanup (#3759) 2022-01-08 16:33:34 -05:00
rusefillc edf41ece07 AlphaX 2022-01-08 12:17:28 -05:00
Andrey G 752802b0cc
CAN: do null check first (#3755)
Otherwise it will emit strange error if both can are disabled
2022-01-08 10:25:21 -05:00
rusefillc c74f6e7c29 docs 2022-01-07 21:35:21 -05:00
GitHub set-date Action 2df92aa014 Update date 2022-01-08 01:05:53 +00:00
rusefillc 35dece3375 docs 2022-01-07 19:26:43 -05:00
GitHub build-firmware Action 9bb315c8a0 Auto-generated configs and docs 2022-01-08 00:02:50 +00:00
rusefillc 8e0590fe91 docs 2022-01-07 18:57:23 -05:00
NMSTEC 90f4306c4d
Stop & wakeup working on rising edge (#3747)
* Stop & wakeup working on rising edge

* Standby & Sleep mode working Using PA0 only.

* Stop & standby works with wake from PA0.
Added alternative interrupt method to STOP

* Removed hand screwery on registers
2022-01-07 16:46:28 -05:00
Matthew Kennedy cc9fdd9757
support better wbo format (#3740)
* new format

* comment

* pr feedback

* heater duty

* extra
2022-01-07 16:04:30 -05:00
Andrey G 020727d65b
TLE8888: do not allow direct gpio drive for Push Pull outputs (#3748)
Some register settings also needs to be changed. Change of direct
drive input is not enought.
2022-01-07 14:11:21 -05:00
Andrey G 77fa9929d0
Stepper direct push pull driver (#3751)
* Init DC motor through two brain_pin_e only

* idle: stepper: allow driving stepper through 4 output_pin_e
2022-01-07 11:38:48 -05:00
Andrey G 5bc9289d74
Move out of CMM (#3750)
This needs additional investigation. But allocating these structs
in CMM cause HardFault
2022-01-07 10:09:48 -05:00
rusefillc fcdb7b340d mk files refactoring
saving build
2022-01-06 22:19:00 -05:00
rusefillc 04ab6a0488 mk files refactoring 2022-01-06 21:48:48 -05:00
rusefillc c9e41d8f18 mk files refactoring 2022-01-06 21:48:21 -05:00
rusefillc 82c1471ae7 mk files refactoring 2022-01-06 21:44:37 -05:00
rusefillc d9175696a2 mk files refactoring 2022-01-06 21:40:48 -05:00
rusefillc a63a12e9c4 mk files refactoring
saving build
2022-01-06 20:52:49 -05:00
rusefillc a13a0a2cc9 mk files refactoring 2022-01-06 20:32:39 -05:00
rusefillc a689f2ca0e Live Data progress
fixing build?
2022-01-06 20:16:59 -05:00
rusefillc 7f0357ffcb mk files refactoring 2022-01-06 20:06:31 -05:00
GitHub build-firmware Action 02ec63334e Auto-generated configs and docs 2022-01-07 01:00:00 +00:00
Andrey G e3ece9ea34
Add settings for Stepper driven by Push-Pull outputs (#3749)
With no H-bridge and no special stepper IC
2022-01-06 19:34:20 -05:00
GitHub build-firmware Action c458c47e75 Auto-generated configs and docs 2022-01-07 00:31:48 +00:00
rusefillc 7c0fd37dfe Live Data progress 2022-01-06 19:02:35 -05:00
rusefillc 25ca48c408 Live Data progress 2022-01-06 17:58:59 -05:00
rusefillc 32086b58a8 Live Data progress 2022-01-06 15:20:58 -05:00
rusefillc a85e365e88 Live Data progress 2022-01-06 13:13:07 -05:00
rusefillc 0d00272ab5 Live Data progress 2022-01-06 12:37:48 -05:00
rusefillc d4aa280176 Live Data progress 2022-01-06 12:21:43 -05:00
Andrey 57a9d96897 Live Data progress 2022-01-06 12:01:37 -05:00
GitHub build-firmware Action b813568179 Auto-generated configs and docs 2022-01-06 02:20:03 +00:00
BeerMoneyMotorsports 928d31d5b5
vbatt fix (#3745)
fixed-
vign
3g
1u
1b
2022-01-05 21:01:24 -05:00
GitHub build-firmware Action 48d9235ff5 Auto-generated configs and docs 2022-01-06 01:32:44 +00:00
Andrey ed6c89ec10 Live Data progress 2022-01-05 20:15:23 -05:00
GitHub set-date Action 89fb8b193f Update date 2022-01-06 01:12:28 +00:00
rusefillc ff84233d1d AlphaX 2022-01-05 16:08:10 -05:00
GitHub build-firmware Action b47b20079d Auto-generated configs and docs 2022-01-05 19:02:59 +00:00
rusefillc bbde7a2f2d AlphaX 2022-01-05 13:49:38 -05:00
rusefillc 45e8b2875f AlphaX 2022-01-05 13:40:27 -05:00
GitHub build-firmware Action 2208947bb3 Auto-generated configs and docs 2022-01-05 06:49:51 +00:00
rusefillc ed59d225ca live data progress 2022-01-05 01:34:48 -05:00
rusefillc 7d989642f4 reducing code duplication 2022-01-05 01:02:50 -05:00
rusefillc 511565313b this just makes no sense. it must be useless. 2022-01-05 00:58:57 -05:00
rusefillc 5210235787 more dead code 2022-01-05 00:53:45 -05:00
rusefillc 4937e06c4a dead code 2022-01-05 00:53:44 -05:00
GitHub build-firmware Action aa9970c995 Auto-generated configs and docs 2022-01-05 05:43:35 +00:00
rusefillc 364783f658 forced 4 byte thing is actually no longer needed so much 2022-01-05 00:24:17 -05:00
GitHub build-firmware Action 38b17f5859 Auto-generated configs and docs 2022-01-05 05:09:04 +00:00
rusefillc cc115d651f LUA read ECU state: Cranking, Idling, Cruising #3742 2022-01-04 23:17:26 -05:00
rusefillc c66dcaf454 LUA read ECU state: Cranking, Idling, Cruising #3742 2022-01-04 23:15:03 -05:00
rusefillc 999fa23e2a reducing copy-pasta - would this work? 2022-01-04 20:47:12 -05:00
rusefillc 4cd4a8c666 DRAM SDRAM #2551 2022-01-04 20:21:23 -05:00
rusefillc e2a9acac23 reducing copy-pasta - would this work? 2022-01-04 20:03:41 -05:00
rusefillc d4b7882255 reducing copy-pasta - would this work? 2022-01-04 19:56:36 -05:00
rusefillc a6040232ce reducing copy-pasta - would this work? 2022-01-04 19:28:01 -05:00
GitHub build-firmware Action fadb4f5104 Auto-generated configs and docs 2022-01-05 00:14:52 +00:00
rusefillc c411029383 reducing copy-pasta - would this work? 2022-01-04 19:08:37 -05:00
rusefillc e9d38c2ef9 reducing copy-pasta - would this work? 2022-01-04 18:50:25 -05:00
rusefillc 924c750ba5 Check available RAM at runtime #3335 2022-01-04 18:15:40 -05:00
GitHub build-firmware Action d75e0ec18c Auto-generated configs and docs 2022-01-04 04:48:36 +00:00
rusefillc 58c3f99b4d GDI Epic #1448 2022-01-03 23:30:34 -05:00
rusefillc 2c4fd9abe5 dead code? 2022-01-03 23:28:13 -05:00
GitHub build-firmware Action 7b131dc5c7 Auto-generated configs and docs 2022-01-04 03:39:23 +00:00
rusefillc c7ea8c6e03 helping build: sharing same brain_pin_diag_e 2022-01-03 22:33:38 -05:00
rusefillc 5d5648f38d GDI better defaults? 2022-01-03 22:05:19 -05:00
GitHub build-firmware Action 8d7de2ba7b Auto-generated configs and docs 2022-01-04 01:40:30 +00:00
rusefillc 914deedb0f TLE8888 diag says OK on disconnected pins and bench test #3737 2022-01-03 20:33:51 -05:00
GitHub build-firmware Action dd95b28d6e Auto-generated configs and docs 2022-01-04 01:04:53 +00:00
rusefillc cf627979a3 moving curves to defaults
wow nasty
2022-01-03 19:57:34 -05:00
rusefillc b57b9a79cc moving curves to defaults 2022-01-03 18:49:06 -05:00
GitHub build-firmware Action 53d363df5e Auto-generated configs and docs 2022-01-03 23:46:25 +00:00
rusefillc 152eddcdee helping TS with explicit padding? 2022-01-03 18:40:02 -05:00
rusefillc 2b7357cc68 smart diag into bench test 2022-01-03 18:07:22 -05:00
rusefillc f5b1191d85 smart diag into bench test 2022-01-03 16:46:15 -05:00
rusefillc a223ec7ab9 smart diag into bench test 2022-01-03 14:21:54 -05:00
rusefillc 21f3f26506 benchTest flexibility 2022-01-03 03:35:26 -05:00
rusefillc 51ade79641 itoa unit test, not a very detailed one 2022-01-03 03:31:57 -05:00
GitHub build-firmware Action 696a1cd569 Auto-generated configs and docs 2022-01-03 08:26:21 +00:00
rusefillc 47444519d6 typo 2022-01-03 03:09:14 -05:00
rusefillc 598f9d052f benchTest flexibility 2022-01-03 03:08:57 -05:00
GitHub build-firmware Action 8ad585f4df Auto-generated configs and docs 2022-01-03 07:19:26 +00:00
rusefillc e9498f64db GDI/HPFP: Set HPFP current/timing params on MC33816 #3736 follow-up 2022-01-03 02:13:47 -05:00
Scott Smith 79b38d894b
GDI/HPFP: Set HPFP current/timing params on MC33816 (#3736) 2022-01-03 01:46:00 -05:00
GitHub build-firmware Action 9ef4515a32 Auto-generated configs and docs 2022-01-03 03:11:01 +00:00
Scott Smith 83d6919c62
GDI/HPFP: Tunerstudio config params (#3735) 2022-01-02 21:26:43 -05:00
GitHub build-firmware Action 2d6bde589e Auto-generated configs and docs 2022-01-03 02:26:25 +00:00
GitHub set-date Action a62a6ac466 Update date 2022-01-03 01:05:31 +00:00
GitHub build-firmware Action 683529ac7d Auto-generated configs and docs 2022-01-03 00:01:49 +00:00
Scott Smith efd59d6cbc
GDI/HPFP: Don't take P term into account when clamping I. (#3732) 2022-01-02 18:45:31 -05:00
rusefillc d8de52d325 live data progress 2022-01-02 13:57:58 -05:00
GitHub build-firmware Action 2ca1e40e5e Auto-generated configs and docs 2022-01-02 07:20:05 +00:00
rusefillc 6eb438acd6 why so many channels are hidden in debug ? #3614 2022-01-02 02:04:25 -05:00
GitHub build-firmware Action 34cf49ff57 Auto-generated configs and docs 2022-01-02 06:23:20 +00:00
rusefillc 2016ecbe98 live data progress 2022-01-02 01:17:22 -05:00
rusefillc 08b1ed5d10 MRE 2022-01-02 00:21:22 -05:00
Matthew Kennedy 0932fcf94c
Improve NA/NB miata sync parameters (#3730)
* NA sync parameters

* NB vvt pattern too

* zach's car says tighten the gap

* look at that, we sync one cycle sooner!
2022-01-01 21:39:04 -05:00
GitHub build-firmware Action 16a744be3f Auto-generated configs and docs 2022-01-02 01:55:32 +00:00
rusefi 00d373bb92 MRE :( 2022-01-01 20:38:01 -05:00
GitHub set-date Action 3984299220 Update date 2022-01-02 01:09:12 +00:00
GitHub build-firmware Action 9b5a8e8560 Auto-generated configs and docs 2022-01-01 22:24:48 +00:00
rusefillc 95136893de GDI Epic #1448 2022-01-01 17:18:11 -05:00
GitHub build-firmware Action 17c58aa70c Auto-generated configs and docs 2022-01-01 21:11:18 +00:00
Matthew Kennedy 338c14c3a8
cylinder ignition trim (#3709)
* cylinder ignition trim

* changelog

* changelog

* test

* move UI
2022-01-01 15:47:47 -05:00
BeerMoneyMotorsports 728436c0a3
Update main.yaml (#3729)
* Update main.yaml

* Update main.yaml

Co-authored-by: rusefillc <48498823+rusefillc@users.noreply.github.com>
2022-01-01 15:47:15 -05:00
GitHub build-firmware Action d71eae83b6 Auto-generated configs and docs 2022-01-01 20:29:35 +00:00
BeerMoneyMotorsports a0b6d8b3dc
Update main.yaml (#3728)
FLEX INPUT IDENTIFICATION
2022-01-01 15:11:39 -05:00
rusefillc 9dc4efe993 reducing potential confusion with "NO PIN" in engine sniffer
https://rusefi.com/forum/viewtopic.php?p=43812#p43812
2022-01-01 12:10:55 -05:00
rusefillc 4111d525d7 GDI Epic #1448 2022-01-01 12:10:54 -05:00
GitHub build-firmware Action 66fea5940a Auto-generated configs and docs 2022-01-01 07:25:29 +00:00
Matthew Kennedy ab3e3ac83f
hook up fuel trims (#3715)
* hook up fuel trims

* pass all the params

* store per-cylinder fuel mass directly

* main trigger callback only touches per-cylinder, no banks!

* test test test test

* move UI to happy land

* changelog
2022-01-01 02:19:59 -05:00
GitHub set-date Action 049dd5b22a Update date 2022-01-01 01:07:07 +00:00
GitHub build-firmware Action d24da74427 Auto-generated configs and docs 2022-01-01 00:24:42 +00:00
rusefillc 7bf7fd9469 GDI Epic #1448 2021-12-31 19:08:47 -05:00
Matthew Kennedy d5c4b79b1a
Nb2 crank sync special case (#3727)
* extract isSyncPoint

* test because why not

* check vvt resync nb2

* custom nb decoder

* test only resyncs once!

* good job valgrind, you found a bug!
2021-12-31 15:47:25 -05:00
rusefillc f715210b39 GDI Epic #1448
live view
2021-12-31 15:28:24 -05:00
rusefillc bb3f8cb76f GDI Epic #1448 2021-12-31 03:09:04 -05:00
rusefillc 268827b87b GDI Epic #1448 2021-12-31 03:09:04 -05:00
GitHub build-firmware Action 97ca82e153 Auto-generated configs and docs 2021-12-31 07:43:14 +00:00
rusefillc c63d1de245 passat pedal calibration 2021-12-31 02:17:42 -05:00
rusefillc 191356588b MRE meta 2021-12-31 02:17:21 -05:00
rusefillc 63776b1a06 GDI Epic #1448
fixing odd typo & improving L&F
2021-12-31 02:17:02 -05:00
rusefi 1173779839 MRE meta 2021-12-31 02:07:00 -05:00
rusefi dc68931fb3 MRE meta 2021-12-31 01:44:28 -05:00
rusefi 24317c918a GDI Epic #1448 2021-12-31 01:21:42 -05:00
rusefi 49df116f64 MRE meta 2021-12-31 01:21:42 -05:00
rusefi 3fb2df7a08 MRE meta 2021-12-31 01:21:42 -05:00
Matthew Kennedy b3de217c1b
adjustment to #3722 (#3723)
* s

* behold, another bug a test caught

* test

* test generates usable trigger pattern so it works correctly

* comment

* don't need that
2021-12-31 01:21:21 -05:00
GitHub build-firmware Action 1bfebe102f Auto-generated configs and docs 2021-12-31 04:53:29 +00:00
rusefi ca445c9dc8 GDI Epic #1448 2021-12-30 23:47:27 -05:00
GitHub build-firmware Action 50c375a84b Auto-generated configs and docs 2021-12-31 03:13:46 +00:00
rusefillc c664ea2f0a GDI Epic #1448 2021-12-30 22:06:52 -05:00
GitHub set-date Action d0b8edb68d Update date 2021-12-31 01:06:24 +00:00
GitHub build-firmware Action 7ee4df8769 Auto-generated configs and docs 2021-12-31 00:20:18 +00:00
rusefillc 12d79c138b GDI Epic #1448 2021-12-30 19:14:49 -05:00
rusefillc b88dc4d351 https://rusefi.com/forum/viewtopic.php?f=2&t=2202
defaults were bad, really bad
2021-12-30 19:14:32 -05:00
GitHub build-firmware Action 6213eb5406 Auto-generated configs and docs 2021-12-30 22:59:03 +00:00
rusefillc 06666275fa https://rusefi.com/forum/viewtopic.php?f=2&t=2202
defaults were bad, really bad
2021-12-30 17:41:57 -05:00
rusefillc 0c589b86c2 GDI Epic #1448 2021-12-30 17:41:57 -05:00
GitHub build-firmware Action b97922f1bc Auto-generated configs and docs 2021-12-30 22:21:40 +00:00
rusefillc b98eff3869 https://rusefi.com/forum/viewtopic.php?f=2&t=2202
defaults were bad, really bad
2021-12-30 17:15:31 -05:00
GitHub build-firmware Action 6a187d488f Auto-generated configs and docs 2021-12-30 22:03:20 +00:00
rusefillc 5e56f9c5cd GDI Epic #1448 2021-12-30 16:56:15 -05:00
Matthew Kennedy 4981eb43d0
extract isSyncPoint function (#3726)
* extract isSyncPoint

* test because why not

* check vvt resync nb2

* clean up noise from test case

* clarify and comment
2021-12-30 11:39:04 -05:00
rusefillc 21c055dbf8 alphax 2021-12-30 00:55:12 -05:00
rusefillc 9166cb4f14 HellenNA8_96 config folder #3724 2021-12-30 00:42:52 -05:00
rusefillc 17877c6806 update docs 2021-12-30 00:05:47 -05:00
GitHub build-firmware Action 978a982b90 Auto-generated configs and docs 2021-12-30 04:53:32 +00:00
rusefillc 42f2eba49d HellenNA8_96 config folder #3724 2021-12-29 22:37:32 -05:00
GitHub build-firmware Action 35655b2186 Auto-generated configs and docs 2021-12-30 02:53:30 +00:00
rusefillc d83b7f19af HellenNA8_96 config folder #3724 2021-12-29 21:23:47 -05:00
rusefillc b90638be44 reviving Passat 2021-12-29 21:18:15 -05:00
GitHub build-firmware Action b574f19a68 Auto-generated configs and docs 2021-12-30 01:30:33 +00:00
rusefillc 1856ff7ac0 reviving Passat 2021-12-29 20:24:04 -05:00
GitHub set-date Action e7899326c4 Update date 2021-12-30 01:04:30 +00:00
rusefillc cef20fbd05 HellenNA8_96 config folder #3724 2021-12-29 16:36:25 -05:00
rusefillc 860f2f96f9 docs 2021-12-29 16:18:21 -05:00
rusefillc cf26088594 E65 2021-12-29 15:38:41 -05:00
rusefillc f0a4bf07a3 docs 2021-12-29 15:38:35 -05:00
GitHub build-firmware Action 9e30f19041 Auto-generated configs and docs 2021-12-29 05:56:45 +00:00
rusefillc 4bc9c39044 E65 2021-12-29 00:50:17 -05:00
GitHub set-date Action d7619d8a05 Update date 2021-12-29 01:04:11 +00:00
Matthew Kennedy c3b712aa3b
remove vvtSyncTimeNt (#3722)
* s

* poke

* poke again for science

* kick for science

* kick

* kick

* comment kick

* s

* don't try to compare the array decay pointer to 0 (!)

* collateral damage

* adjust miata sync

* reset trigger states correctly on engine stop

* s

* check synchronized bit

* now we don't need it at all?!

* and *NOT* synced

* start VVT sync earlier
2021-12-28 00:00:26 -05:00
GitHub build-firmware Action 9ff0dc335e Auto-generated configs and docs 2021-12-28 02:24:52 +00:00
GitHub set-date Action c516d95525 Update date 2021-12-28 01:04:30 +00:00
GitHub build-firmware Action 7118f8d5b7 Auto-generated configs and docs 2021-12-27 17:15:43 +00:00
Matthew Kennedy 95ad75318d
improved noFiringUntilVvtSync logic (#3696)
* s

* poke

* poke again for science

* kick for science

* kick

* kick

* comment kick

* s

* don't try to compare the array decay pointer to 0 (!)

* collateral damage

* adjust miata sync

* reset trigger states correctly on engine stop

* s

* nissan MR too
2021-12-27 12:09:38 -05:00
GitHub set-date Action 20b4ecc585 Update date 2021-12-27 01:06:40 +00:00
rusefillc 8f68e8e646 refactoring - enum has more usages now 2021-12-26 14:53:27 -05:00
rusefillc 6665c4fb34 docs 2021-12-26 13:41:10 -05:00
rusefillc b337fed520 live data 2021-12-26 13:00:17 -05:00
rusefillc 7cb3eb4c9a live data 2021-12-26 13:00:17 -05:00
GitHub build-firmware Action 3f4ca4665c Auto-generated configs and docs 2021-12-26 17:54:05 +00:00
rusefillc 9f8ccececd docs & refactoring 2021-12-26 12:35:41 -05:00
GitHub set-date Action 82ac182ca6 Update date 2021-12-26 01:08:20 +00:00
GitHub build-firmware Action d694031f13 Auto-generated configs and docs 2021-12-25 04:41:09 +00:00
Matthew Kennedy 6b6fd5e6e8
fix dual CAN init, update UI (#3719)
* CAN init sequence

* config & UI cleanup

* ui

* simplify
2021-12-24 23:33:54 -05:00
GitHub set-date Action 65e4736987 Update date 2021-12-25 01:03:13 +00:00
rusefillc 561a466cdb E65 2021-12-24 17:35:27 -05:00
rusefillc 3fb6ab29ad E65 it moves! 2021-12-24 01:40:31 -05:00
rusefillc 3ef4de991f E65 wants more 2021-12-23 23:36:07 -05:00
rusefi fdba6420ac E65 2021-12-23 23:24:50 -05:00
GitHub build-firmware Action 0ef7013a95 Auto-generated configs and docs 2021-12-24 04:15:48 +00:00
rusefillc d7b388fdcf E65 2021-12-23 23:09:52 -05:00
rusefillc f730da6acf Dual CAN for H7 #3718 2021-12-23 23:08:30 -05:00
GitHub set-date Action 75bfead9a3 Update date 2021-12-24 01:03:51 +00:00
rusefillc 63c6621dd0 E65 2021-12-23 16:59:30 -05:00
GitHub build-firmware Action 2c645bd130 Auto-generated configs and docs 2021-12-23 21:46:59 +00:00
rusefillc 713e9133b5 E65 2021-12-23 16:41:06 -05:00
rusefillc 2205a57024 Second CAN #3687 2021-12-22 22:02:34 -05:00
rusefillc f350338642 Second CAN #3687 2021-12-22 20:43:08 -05:00
rusefillc cb5357890b Second CAN #3687 2021-12-22 20:39:07 -05:00
rusefillc 205177a8ce Second CAN #3687 2021-12-22 20:15:22 -05:00
rusefillc 15daec77e6 Second CAN #3687 2021-12-22 20:15:22 -05:00
GitHub set-date Action a6c580e5a9 Update date 2021-12-23 01:04:31 +00:00
GitHub build-firmware Action 2d09d7b86f Auto-generated configs and docs 2021-12-23 00:35:22 +00:00
rusefillc 2027331edb Second CAN #3687 2021-12-22 19:20:46 -05:00
rusefillc 49c293583c ## December 2021 Release - "Cookie Exchange" 2021-12-22 19:20:04 -05:00
rusefillc 7605cb445e M73 baseFuel 2021-12-22 16:54:17 -05:00
GitHub build-firmware Action 9ec7897e37 Auto-generated configs and docs 2021-12-22 16:08:59 +00:00
rusefi 7b0a3174a1 Second CAN #3687 2021-12-22 11:03:39 -05:00
GitHub build-firmware Action 2bd5a98df8 Auto-generated configs and docs 2021-12-22 13:15:15 +00:00
Matthew Kennedy a4871c703c
Autoscale all the things! (#3713)
* Map3D accepts any scaled_channel type

* consistency

* reinstate test

* fix ratio

* throttle, boost, gppwm

* scale ignition and VE

* tests
2021-12-22 08:09:41 -05:00
GitHub build-firmware Action 40a9a72693 Auto-generated configs and docs 2021-12-22 03:51:28 +00:00
GitHub set-date Action 2e8c806688 Update date 2021-12-22 01:05:58 +00:00
Matthew Kennedy dff6d9b2f1
Map3D accepts any scaled_channel type (#3712)
* Map3D accepts any scaled_channel type

* consistency

* reinstate test

* fix ratio
2021-12-21 18:52:46 -05:00
GitHub build-firmware Action a82f364956 Auto-generated configs and docs 2021-12-21 23:15:00 +00:00
Matthew Kennedy 04984859ab
log channel improvements (#3710)
* WB info

* fix a bunch of unsigned vs signed, move some TPS stuff too

* s
2021-12-21 18:09:40 -05:00
Andrey G 5efb6fac1e
GCC-10 and C++ 2a: supress depricated volatile use errors (#3711) 2021-12-21 14:38:49 -05:00
rusefillc a2bf7616ae Second CAN #3687 2021-12-21 01:17:02 -05:00
rusefillc 4ad1f887fd Second CAN #3687 2021-12-21 01:10:37 -05:00
Matthew Kennedy b6a8bed429
tables support non-integer-scaled scaled_channel (#3708)
* support dividers

* float

* format
2021-12-21 00:59:07 -05:00
rusefillc 7b0179aaa3 Second CAN #3687 2021-12-21 00:48:13 -05:00
rusefillc 2480a8aa2f Second CAN #3687 2021-12-21 00:01:45 -05:00
GitHub build-firmware Action db68c99822 Auto-generated configs and docs 2021-12-21 03:04:18 +00:00
Matthew Kennedy c176bbebc1
ui & config for fuel/ign trim tables (#3704)
* ui & config

* bump flash version

* compaction

* s

* make things happy

* fsio too

* OK, well those defaults were insane

* b

* why are these defaults insane

* adjust cylinder offset ui

* s

* cleanup
2021-12-20 21:58:53 -05:00
GitHub set-date Action 7249ba3b01 Update date 2021-12-21 01:06:59 +00:00
Andrey G d3caabd98d
Do compiler check first (#3706) 2021-12-20 16:17:53 -05:00
GitHub build-firmware Action 0e452d401e Auto-generated configs and docs 2021-12-20 19:15:04 +00:00
rusefillc aa30e57d55 torque ops it goes above 255 :) 2021-12-20 14:03:29 -05:00
GitHub build-firmware Action bde76832bb Auto-generated configs and docs 2021-12-20 18:59:55 +00:00
rusefillc 2db6ea3622 torque 2021-12-20 13:54:37 -05:00
rusefillc b016639a9d Does not compile under gcc10 #3644 2021-12-20 12:25:30 -05:00
GitHub build-firmware Action eea8b46363 Auto-generated configs and docs 2021-12-20 13:20:17 +00:00
Matthew Kennedy 3a4a0ba18d
simplify some table lookups (#3692)
* simplify

* expand interpolation test
2021-12-20 08:14:30 -05:00
Matthew Kennedy 0810198185
clean up timing table defaults (#3705)
* less crazy configs

* cleanup

* make that test happy
2021-12-20 08:02:38 -05:00
GitHub build-firmware Action a7961852de Auto-generated configs and docs 2021-12-20 07:21:57 +00:00
rusefillc 47cde8801c 2 byte table axis #3045 2021-12-20 02:07:03 -05:00
GitHub build-firmware Action c763244d74 Auto-generated configs and docs 2021-12-20 07:04:16 +00:00
Andrey 76768d6ac4 2 byte table axis #3045
fixing build
2021-12-20 01:50:23 -05:00
Andrey f0297d946f 2 byte table axis #3045 2021-12-20 01:38:48 -05:00
rusefillc c9f3bb95d5 2 byte table axis #3045 2021-12-20 01:24:57 -05:00
rusefillc 87a8c0831d helping mac 2021-12-20 01:23:23 -05:00
GitHub build-firmware Action 5e1f5735ac Auto-generated configs and docs 2021-12-20 06:09:38 +00:00
rusefillc 0ec7338941 2 byte table axis #3045 2021-12-20 00:50:18 -05:00
GitHub build-firmware Action 043b8d2f10 Auto-generated configs and docs 2021-12-20 05:40:11 +00:00
rusefillc 37ade50269 2 byte table axis #3045 2021-12-20 00:32:08 -05:00
rusefillc 699467fe5d 2 byte table axis #3045 2021-12-20 00:16:26 -05:00
Andrey e0b5352cbe 2 byte table axis #3045 2021-12-19 23:23:33 -05:00
Andrey 3789d570f7 2 byte table axis #3045 2021-12-19 23:20:21 -05:00
Andrey 0002570791 2 byte table axis #3045 2021-12-19 23:17:17 -05:00
GitHub build-firmware Action e80461b03b Auto-generated configs and docs 2021-12-20 03:56:33 +00:00
rusefillc 66f82a0cdb 2 byte table axis #3045 2021-12-19 22:43:10 -05:00
GitHub build-firmware Action 2f414559f5 Auto-generated configs and docs 2021-12-20 03:41:09 +00:00
rusefillc e21fd6349c 2 byte table axis #3045 2021-12-19 22:34:22 -05:00
GitHub build-firmware Action 2cda0e3b61 Auto-generated configs and docs 2021-12-20 03:24:55 +00:00
rusefillc b1c8e86d97 BMW CAN 2021-12-19 22:08:48 -05:00
GitHub set-date Action 4c434a876c Update date 2021-12-20 01:05:35 +00:00
rusefillc 8859b18e3e fresh take on M73 defaults 2021-12-19 15:57:19 -05:00
rusefillc c2a5c0185f BMW CAN 2021-12-19 15:52:08 -05:00
rusefillc dbf5d7f6d3 BMW CAN 2021-12-19 13:23:37 -05:00
rusefillc 9170fd17a1 Second CAN #3687
what could possibly go wrong?
2021-12-19 11:28:42 -05:00
Matthew Kennedy cddb9484a9
make macos happy (#3699)
* s

* explicitly include it because that's a good idea.
2021-12-19 09:58:49 -05:00
rusefillc a9d57fd29a ISO-TP minor progress 2021-12-19 00:54:31 -05:00
rusefillc 0dfb744382 PCAN sandbox - error requestOutputChannels #3698
improving logging
2021-12-19 00:43:22 -05:00
Andrey d7e25028a0 PCAN sandbox - error requestOutputChannels fix #3698 2021-12-19 00:29:30 -05:00
rusefillc 1973b33e13 PCAN sandbox - error requestOutputChannels #3698
improving logging
2021-12-19 00:00:54 -05:00
rusefillc 4bb53f265b PCAN sandbox - error requestOutputChannels #3698 2021-12-18 23:26:41 -05:00
rusefillc 481047ea20 PCAN sandbox - error requestOutputChannels #3698 2021-12-18 23:07:31 -05:00
GitHub set-date Action 9b3b27c37e Update date 2021-12-19 01:08:41 +00:00
GitHub build-firmware Action 1da42f440c Auto-generated configs and docs 2021-12-19 00:51:04 +00:00
GitHub build-firmware Action 40aad18135 Auto-generated configs and docs 2021-12-18 23:33:23 +00:00
rusefillc c1852eb287 TS Bench test problem - Coil 1 test error fix #3490 2021-12-18 18:17:45 -05:00
GitHub build-firmware Action d35378f3a9 Auto-generated configs and docs 2021-12-18 03:52:45 +00:00
rusefillc f68e4ed4ab https://github.com/rusefi/hellen154hyundai/issues/51 2021-12-17 22:36:15 -05:00
rusefillc 4f02517b51 https://github.com/rusefi/hellen154hyundai/issues/50 2021-12-17 22:32:59 -05:00
GitHub build-firmware Action 87574b23e8 Auto-generated configs and docs 2021-12-18 02:29:03 +00:00
rusefillc cb184c9292 https://github.com/rusefi/hellen154hyundai/issues/49 2021-12-17 21:15:17 -05:00
GitHub set-date Action 0045ad2462 Update date 2021-12-18 01:06:50 +00:00
rusefillc 8bc542b40b https://github.com/rusefi/hellen154hyundai/issues/49 2021-12-17 16:39:12 -05:00
GitHub build-firmware Action 6a1588bf9a Auto-generated configs and docs 2021-12-17 18:58:27 +00:00
rusefillc c09e32301a https://github.com/rusefi/hellen154hyundai/issues/49 2021-12-17 13:52:01 -05:00
GitHub build-firmware Action d7b99c85b2 Auto-generated configs and docs 2021-12-17 03:14:27 +00:00
rusefillc 4292c2fb1d MAP phase sensing fix #3544
removing dead implementation
2021-12-16 21:28:27 -05:00
rusefillc 06ccf524dd MAP phase sensing #3544
removing dead implementation
2021-12-16 21:13:55 -05:00
rusefillc 82c061a8e0 MAP phase sensing #3544 2021-12-16 21:11:29 -05:00
rusefillc f27b4dbd95 dead code? 2021-12-16 21:06:23 -05:00
GitHub build-firmware Action e361ec7b82 Auto-generated configs and docs 2021-12-17 01:15:31 +00:00
rusefillc 1c1691bf8d dead code? one step back 2021-12-16 19:51:46 -05:00
rusefillc e9c04453e1 dead code 2021-12-16 19:18:49 -05:00
rusefillc 8e8ab90465 dead code? 2021-12-16 17:28:14 -05:00
rusefillc 31d4f612cd 121vag 2021-12-16 17:27:16 -05:00
rusefillc eea23d7384 typo 2021-12-16 16:32:52 -05:00
GitHub build-firmware Action 1de1809074 Auto-generated configs and docs 2021-12-16 21:24:43 +00:00
rusefillc f685bab9eb live data for wastegate and launch control #3588 2021-12-16 16:19:33 -05:00
rusefillc c6c4eedd5d live data for wastegate and launch control #3588 2021-12-16 16:14:13 -05:00
GitHub build-firmware Action 2796bb05c8 Auto-generated configs and docs 2021-12-16 21:08:16 +00:00