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
rusefi
d9efd0ea76
only:helping build
2024-07-22 21:32:00 -04:00
Matthew Kennedy
5d63e41a4b
cisnan -> std::isnan
2024-07-22 21:10:06 -04:00
GitHub set-date Action
e5370da2a0
Update date
2024-07-23 00:20:55 +00:00
Matthew Kennedy
3e56124370
cleanup
2024-07-22 19:54:26 -04:00
Matthew Kennedy
ae1a6e9d8d
cisnan -> std::isnan
2024-07-22 19:53:59 -04:00
Matthew Kennedy
2682fcec2a
cisnan -> std::isnan
2024-07-22 19:53:27 -04:00
rusefi
e2bc1cbade
only:going fancy enums
2024-07-22 19:49:42 -04:00
GitHub gen-configs Action
4fd2d21144
Auto-generated configs and docs
2024-07-22 23:38:52 +00:00
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