GitHub gen-configs Action
9b8cf71c99
Auto-generated configs and docs
2024-07-26 21:26:11 +00:00
GitHub gen-default-tune Action
caacfbb83f
Auto-generated default tune
2024-07-26 21:20:31 +00:00
Andrey
f2614e8dc5
"different user levels in TS" idea "expert mode" "pnp mode" "hide hardware" uiMode #5154
...
only:proteus_f7
2024-07-26 17:16:41 -04:00
GitHub gen-default-tune Action
4c86cd93d1
Auto-generated default tune
2024-07-26 20:47:37 +00:00
kifir23917
4efb5d05e7
Merge pull request #6746 from kifir23917/clt-iat-boost-duty-target-compensation
...
default `Coolant Temperature Boost Multiplier` and `Intake Air Temperature Boost Multiplier` curves and their validation #6424
2024-07-26 23:43:31 +03:00
GitHub gen-configs Action
65021e4c91
Auto-generated configs and docs
2024-07-26 20:41:53 +00:00
GitHub gen-default-tune Action
2c57766b3d
Auto-generated default tune
2024-07-26 20:35:27 +00:00
Andrey
90228df89b
"different user levels in TS" idea "expert mode" "pnp mode" "hide hardware" uiMode #5154
...
only:proteus_f7
2024-07-26 16:31:51 -04:00
kifir
edfdf04e47
default `Coolant Temperature Boost Multiplier` and `Intake Air Temperature Boost Multiplier` curves and their validation #6424
2024-07-26 20:17:07 +03:00
kifir
fd5888aaf5
refactoring: extract constants into `initialTemperature` and `temperatureStep` parameters of `initTemperatureCurve` function #6424
2024-07-26 17:55:25 +03:00
GitHub gen-configs Action
d61be9bbe4
Auto-generated configs and docs
2024-07-26 12:51:02 +00:00
GitHub gen-default-tune Action
8d12004992
Auto-generated default tune
2024-07-26 12:44:41 +00:00
kifir23917
1f2b3b1629
Merge pull request #6745 from kifir23917/clt-iat-boost-duty-target-compensation
...
add `Coolant Temperature Boost Multiplier` and `Intake Air Temperature Boost Multiplier` curves #6424
2024-07-26 15:41:14 +03:00
kifir
d0f20af0fe
add `Coolant Temperature Boost Multiplier` and `Intake Air Temperature Boost Multiplier` curves #6424
2024-07-26 15:21:10 +03:00
GitHub gen-configs Action
c35d6cb4b5
Auto-generated configs and docs
2024-07-26 06:26:41 +00:00
GitHub gen-default-tune Action
91ddf13409
Auto-generated default tune
2024-07-26 06:20:46 +00:00
Andrey
94a434d8fc
"different user levels in TS" idea "expert mode" "pnp mode" "hide hardware" uiMode #5154
...
only:proteus_f7
2024-07-26 02:16:50 -04:00
GitHub gen-configs Action
cc8e51a889
Auto-generated configs and docs
2024-07-26 05:49:38 +00:00
GitHub gen-default-tune Action
5e48ccb83a
Auto-generated default tune
2024-07-26 05:42:53 +00:00
Andrey
c23a8c9570
"different user levels in TS" idea "expert mode" "pnp mode" "hide hardware" uiMode #5154
...
only:proteus_f7
2024-07-26 01:38:55 -04:00
GitHub set-date Action
5866b907ff
Update date
2024-07-26 00:20:22 +00:00
rusefillc
df1dce9ade
only:resetCanWriteCycle
2024-07-25 18:45:32 -04:00
kifir
30b597e1c4
only: enhance script
2024-07-25 13:44:22 -04:00
kifir
d223ec9a4d
now we wrap advance angle after lua timing parameters are applied
2024-07-25 13:44:22 -04:00
GitHub gen-configs Action
2851d075f3
Auto-generated configs and docs
2024-07-25 15:46:05 +00:00
GitHub gen-default-tune Action
0fe9f50aa7
Auto-generated default tune
2024-07-25 15:39:53 +00:00
kifir23917
a6bce34932
implement `setFuelDisabled` Lua hook
2024-07-25 11:36:11 -04:00
kifir23917
73f6204f91
only: add lua script for launch control
2024-07-25 11:36:11 -04:00
GitHub set-date Action
36836e8dfe
Update date
2024-07-25 00:20:39 +00:00
rusefillc
7981c0fa64
only:do not relay EXT
2024-07-24 17:01:00 -04:00
GitHub gen-configs Action
1eb716fd57
Auto-generated configs and docs
2024-07-24 02:08:04 +00:00
GitHub gen-default-tune Action
0e13f61949
Auto-generated default tune
2024-07-24 02:01:53 +00:00
rusEFI LLC
48d1052091
ts_show_etb_extra_monitoring
2024-07-23 21:58:14 -04:00
rusefi
3e6779dccd
https://rusefi.com/forum/viewtopic.php?f=17&t=2788
...
only: lua analog gear selector example
2024-07-23 21:12:16 -04:00
GitHub gen-configs Action
a0e3cd5614
Auto-generated configs and docs
2024-07-24 01:09:44 +00:00
GitHub gen-default-tune Action
a8adb82e57
Auto-generated default tune
2024-07-24 01:02:31 +00:00
rusefi
3533558271
VVT solenoid bank 1 intake is missing fix #6742
2024-07-23 20:51:44 -04:00
GitHub set-date Action
061cd255af
Update date
2024-07-24 00:21:45 +00:00
Andrey Gusakov
b8429e6e8c
small-can-board: ok, move persistentState to default CCM_OPTIONAL
2024-07-23 18:14:52 -04:00
Andrey Gusakov
9cfb381a96
small-can-board: PERSISTENT_LOCATION do not use ram1
...
ram1 is a part of ram0 region. ram0 region concatinate ram1, ram2
and optional ram3. linker don't care if regions are overlapped.
So persistentState manualy put into ram1 was overlapping stack
located in ram0.
(gdb) info symbol 0x20000000
__main_stack_base__ in section .mstack
persistentState in section .ram1
(gdb) p/x &persistentState
$24 = 0x20000000
(gdb) p/x &__main_stack_base__
$26 = 0x20000000
(gdb) load
2024-07-23 18:14:52 -04:00
rusefi
7f25c1cad2
small-can-board does not start #6738
...
only:small-can-board_debug
2024-07-23 15:31:03 -04:00
rusefillc
a5574cd701
need boot times of under 350ms for car that expects fast CAN fix https://github.com/rusefi/alphax-4chan/issues/184
...
only:alphax-4chan_f7
2024-07-23 14:19:24 -04:00
rusefi
fb29212b69
small-can-board does not start #6738
...
USE_OPT += WE_HAVE_CRITICAL_ERROR_METHOD
only:small-can-board_debug
critical_error.h
2024-07-23 14:13:12 -04:00
rusefi
47ec9b9dac
cisnan progress
2024-07-23 13:28:37 -04:00
rusefi
7e4dc3f8ff
small-can-board does not start #6738
...
only:small-can-board_debug
2024-07-23 13:26:15 -04:00
rusefi
cc093aad5b
cisnan progress
2024-07-23 12:51:07 -04:00
Andrey
16bb2466ae
isnan
2024-07-23 08:00:34 -04:00
Andrey
4de096129c
isnan
2024-07-22 23:56:21 -04:00
rusefi
9c460c7970
mega mcu 144 reusing .mk
2024-07-22 21:42:27 -04:00
GitHub gen-default-tune Action
883950d569
Auto-generated default tune
2024-07-23 01:35:39 +00:00