GitHub gen-default-tune Action
70239d8df6
Auto-generated default tune
2024-07-22 23:32:32 +00:00
rusefi
8a98d21c00
only:ADC mode argument is always the same FAST, renaming method
2024-07-22 19:28:17 -04:00
Andrey Gusakov
86fef52d02
mc33810: do not try to drive null pins
2024-07-22 16:59:36 -04:00
Andrey Gusakov
1376e4538b
mc33810: tabs please, comment fix
2024-07-22 16:58:06 -04:00
rusefi
46505b6ec4
only:small-can-board
2024-07-22 16:11:19 -04:00
Andrey
35a9600c20
VVT gap override should account for gapVvtTrackingLengthOverride fix #6736
...
only: fix
2024-07-22 14:55:52 -04:00
GitHub gen-configs Action
d196ff18e7
Auto-generated configs and docs
2024-07-22 18:52:43 +00:00
GitHub gen-default-tune Action
942681a7ea
Auto-generated default tune
2024-07-22 18:46:24 +00:00
Andrey
b2a4797831
only: minor "Override well known VVT gaps" UI usability
2024-07-22 14:42:34 -04:00
Andrey
e47996e0f0
only: refactoring using more direct reference
2024-07-22 14:42:34 -04:00
GitHub gen-configs Action
de98219a17
Auto-generated configs and docs
2024-07-22 02:25:59 +00:00
GitHub gen-default-tune Action
5e59e9366d
Auto-generated default tune
2024-07-22 02:19:58 +00:00
zed65
b00180bf6c
Update can_dash.cpp
...
Some info update and fix for #6603
2024-07-21 22:16:15 -04:00
GitHub set-date Action
f99ccb081e
Update date
2024-07-22 00:21:52 +00:00
rusefi
7fca4aae04
openblt: blinks a few times even with BOOT_BACKDOOR_ENTRY_TIMEOUT_MS=0 #6735
...
speeding up proteus start-up
only:proteus_f7
2024-07-21 15:37:18 -04:00
rusefi
5ab486781b
openblt: blinks a few times even with BOOT_BACKDOOR_ENTRY_TIMEOUT_MS=0 #6735
2024-07-21 15:36:51 -04:00
rusefi
7577018e93
openblt flexibility
2024-07-21 15:30:33 -04:00
rusefi
49ee774bb6
first mc33810 SPI communication is not happy #6733
...
no need in huge initial wait
only:hellen154hyundai_f7
2024-07-21 15:04:59 -04:00
rusefi
8f6df33511
first mc33810 SPI communication is not happy #6733
...
UNSELECT_HACK & moving CS handling out of command iteration loop
only:hellen154hyundai_f7
2024-07-21 14:49:51 -04:00
GitHub gen-configs Action
d340de37a1
Auto-generated configs and docs
2024-07-21 15:00:47 +00:00
rusefi
d281d2f986
rev D pinout
...
only:hellen154hyundai_f7
2024-07-21 10:57:56 -04:00
Andrey
6805816f88
better placement for counter
...
only:hellen154hyundai_f7
2024-07-21 10:08:42 -04:00
Andrey
f631c5f331
oilTempSensor pinout
2024-07-21 10:08:05 -04:00
rusefi
d44bb8d3f8
first mc33810 SPI communication is not happy #6733
...
only:hellen154hyundai_f7
2024-07-20 22:55:03 -04:00
rusefi
ee48d8a932
random code style
2024-07-20 22:48:22 -04:00
rusefi
3bd8480105
adding logging consistency
...
only:hellen154hyundai_f7
2024-07-20 22:48:22 -04:00
rusefi
2d317784e5
huh?
2024-07-20 22:34:40 -04:00
rusefi
f60d724443
random code style
2024-07-20 22:18:16 -04:00
rusefi
736b172aac
first mc33810 SPI communication is not happy #6733
...
high level sensor entity is not yet initialized at this point, we definitely do not have battery voltage info yet
2024-07-20 22:16:04 -04:00
rusefi
0ec1f260c1
first mc33810 SPI communication is not happy #6733
...
huh? stepper was not waiting? improving default parameter value, reusing new default parameter
2024-07-20 22:09:15 -04:00
rusefi
46962048e7
first mc33810 SPI communication is not happy #6733
...
better order of operations - first update consumers, then update naive synchronization
2024-07-20 22:08:10 -04:00
GitHub gen-default-tune Action
1f323acbae
Auto-generated default tune
2024-07-21 01:11:20 +00:00
rusefillc
1ae747718e
mc33810 hadSuccessfulInit
2024-07-20 21:07:17 -04:00
GitHub set-date Action
d8af53cec0
Update date
2024-07-21 00:23:00 +00:00
GitHub gen-configs Action
3f4d62767a
Auto-generated configs and docs
2024-07-20 23:40:35 +00:00
GitHub gen-default-tune Action
4dc82be918
Auto-generated default tune
2024-07-20 23:33:48 +00:00
rusefi
f7028b4c5f
4K-GDI
2024-07-20 19:30:15 -04:00
Andrey Gusakov
b8100245d7
portname(): never return null
...
Some users do not check return value, this can cause null-pointer
access.
2024-07-20 17:37:52 -04:00
Andrey Gusakov
d82f98ae07
sensor.cpp: minor cleanups
2024-07-20 17:37:52 -04:00
Andrey Gusakov
42213ac172
getPinNameByAdcChannel: be more safe
...
Know buffer size
Use snprintf
Expect null from portname()
2024-07-20 17:37:52 -04:00
Andrey Gusakov
4007e0d7f8
adc_subscription: call efiSetPadMode for primary input only
...
Same pin can be used by two analog inputs (externaly muxed)
Call brain_pin_markUsed() only while requesting for primary user
2024-07-20 17:37:52 -04:00
Andrey Gusakov
dce26afd3f
adc: adcIsMuxedInput() helper
...
Return true for ADC channel that is "second virtual" input on pin
Ie muxed with external switch.
This helps avoid attemp to mark pin used twice while configuring ADC
2024-07-20 17:37:52 -04:00
GitHub gen-configs Action
461b143a80
Auto-generated configs and docs
2024-07-20 04:16:51 +00:00
GitHub gen-default-tune Action
551cb1fc91
Auto-generated default tune
2024-07-20 04:13:21 +00:00
rusefi
dbf8a17767
UI flexibility
2024-07-20 00:05:43 -04:00
GitHub gen-default-tune Action
3b10b378ce
Auto-generated default tune
2024-07-20 01:12:35 +00:00
rusefi
532c46f9d0
mega module 144 AT1<>AT2 are flipped #6731
2024-07-19 21:08:24 -04:00
GitHub set-date Action
6d720543bb
Update date
2024-07-20 00:20:20 +00:00
GitHub gen-configs Action
c17723fcc9
Auto-generated configs and docs
2024-07-20 00:15:37 +00:00
GitHub gen-default-tune Action
6a13888965
Auto-generated default tune
2024-07-20 00:09:43 +00:00