Andrey
7887b9d1e1
Extra gap ratios for custom trigger wheels fix #4375
2022-07-23 03:39:19 -04:00
GitHub build-firmware Action
c858e7fa1f
Auto-generated configs and docs
2022-07-23 07:26:13 +00:00
Andrey
20a16bd53b
Extra gap ratios for custom trigger wheels fix #4375
2022-07-23 03:16:11 -04:00
GitHub set-date Action
fe79b15ad3
Update date
2022-07-23 00:22:24 +00:00
rusefillc
1dff8a2cb0
thank you Mark we have humans asking for it
2022-07-22 16:04:43 -04:00
rusefillc
2af5f30ec2
thank you Mark we have humans asking for it
2022-07-22 15:57:18 -04:00
rusefillc
12c7e016ae
software jump to DFU does not work with OpenBLT fix #4230
...
one step back!
2022-07-22 13:43:59 -04:00
rusefillc
f08624ad10
software jump to DFU does not work with OpenBLT fix #4230
2022-07-22 08:47:10 -04:00
rusefillc
75c26920cd
software jump to DFU does not work with OpenBLT fix #4230
2022-07-22 08:46:01 -04:00
rusefillc
b3e57a8e3b
https://github.com/rusefi/rusefi/issues/4370
...
questionable work-around
2022-07-22 08:44:51 -04:00
rusefillc
77eab12991
branches are green, ( #4372 )
...
master is red,
we have two separate issues
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-07-22 08:26:04 -04:00
rusefillc
756f07e3ee
software jump to DFU does not work with OpenBLT #4230
...
was this really fixed?
2022-07-22 08:16:21 -04:00
rusefillc
f7f6f9d8eb
Revert "Reenable sanitize ( #4365 )"
...
This reverts commit d87be38401
.
2022-07-22 08:15:15 -04:00
Andrey G
cbef71e97c
Openblt to dfu jump fixed ( #4367 )
...
* OpenBLT: supress "target 'startup_xxxxxx.o' given more than once in the same rule" warning
* OpenBLT: check for DFU request, do not ignore dead beef
2022-07-22 07:43:15 -04:00
rusefillc
db5597f248
https://github.com/rusefi/rusefi/issues/4370
...
questionable work-around
2022-07-22 07:21:42 -04:00
GitHub build-firmware Action
11cb5846ec
Auto-generated configs and docs
2022-07-22 05:36:38 +00:00
Andrey G
59eee6641c
Add "Reset to OpenBLT" button ( #4364 )
...
Similar to "Reset to DFU", but uses different seed
2022-07-22 08:21:11 +03:00
Matthew Kennedy
d87be38401
Reenable sanitize ( #4365 )
...
* turn on sanitize, fix overrun
* allow sanitize override, disable it for shared lib
2022-07-22 08:19:54 +03:00
GitHub set-date Action
c5d32ad831
Update date
2022-07-22 00:25:14 +00:00
Matthew Kennedy
88b8e57e10
detect too short/too long boost ( #4363 )
2022-07-21 15:53:57 -04:00
Matthew Kennedy
40f48212aa
libfirmware has interpolation tests ( #4362 )
...
* move interpolation tests
* what actually happens if sanitize is off?
* oh look there are real bugs to be caught by sanitizer
2022-07-21 15:41:42 -04:00
GitHub build-firmware Action
da13b7b02a
Auto-generated configs and docs
2022-07-21 19:34:19 +00:00
rusefillc
9b83ee7d6e
cherry pick https://github.com/rusefi/rusefi/pull/4365
2022-07-21 15:26:41 -04:00
rusefillc
3e4b24c869
Merge branch 'master' of https://github.com/rusefi/rusefi
2022-07-21 15:23:42 -04:00
Matthew Kennedy
b99d90b006
Start -> start ( #4366 )
2022-07-21 15:17:32 -04:00
rusefillc
685c6c1bf6
Launch control bug? "range" thing is confusing #4348
...
minor fix
2022-07-21 04:16:30 -04:00
GitHub set-date Action
20639767f3
Update date
2022-07-21 00:23:33 +00:00
rusefillc
76ec58fc83
poke
2022-07-20 19:13:22 -04:00
GitHub build-firmware Action
31782690bd
Auto-generated configs and docs
2022-07-20 23:09:02 +00:00
rusefillc
bc5d367910
Merge branch 'master' of https://github.com/rusefi/rusefi
2022-07-20 18:54:11 -04:00
GitHub build-firmware Action
74754dfc2d
Auto-generated configs and docs
2022-07-20 22:52:33 +00:00
rusefillc
3d2bb2a62d
Launch control bug? "range" thing is confusing fix #4348
2022-07-20 18:52:02 -04:00
rusefillc
4987a0b93c
Launch control bug? "range" thing is confusing #4348
...
a typo and configurable behaviour without UI
2022-07-20 18:48:55 -04:00
rusefillc
9e4187d8cf
typos
2022-07-20 18:45:35 -04:00
rusefillc
991ec1c8ef
Launch control bug? "range" thing is confusing #4348
2022-07-20 18:39:17 -04:00
rusefillc
a03d927638
Launch control bug? "range" thing is confusing #4348
...
bug or dead code? at least making it a bit more obvious
2022-07-20 18:30:20 -04:00
rusefillc
15c81ca90c
Launch control bug? "range" thing is confusing #4348
...
minor tooltip progress
2022-07-20 18:27:44 -04:00
rusefillc
99ad5045df
Launch control bug? "range" thing is confusing #4348
...
refactoring: reducing confusion
2022-07-20 18:24:36 -04:00
rusefillc
0e2907328b
code formatting #4348
2022-07-20 18:16:54 -04:00
Andrey G
7caef0ba92
TunerStudio reconnect speedup ( #4358 )
...
* TunerStudio: do not emit tons of errors if we are not in sync
Track state of sync with ither side. Emit only ONE error when sync
is lost.
Also no need to wait 1sec for second byte in binary mode. 10mS is
enought.
* TunerStudio: remove duplicated debug print
* TunerStudio: comment about in_sync
* TunerStudio: clear comments
2022-07-20 17:54:10 -04:00
GitHub build-firmware Action
64a5536d41
Auto-generated configs and docs
2022-07-20 21:19:50 +00:00
rusefillc
70d0351f9c
picking atomic piece of #4358
2022-07-20 17:06:34 -04:00
rusefillc
adc11fcc1f
refactoring: reducing warnings
2022-07-20 17:03:15 -04:00
rusefillc
8403fe2de9
random docs
2022-07-20 17:03:00 -04:00
GitHub set-date Action
12b55228cb
Update date
2022-07-20 00:20:03 +00:00
GitHub build-firmware Action
208779081a
Auto-generated configs and docs
2022-07-19 08:17:08 +00:00
Matthew Kennedy
848fbcf6ca
fragments ( #4357 )
2022-07-19 11:02:41 +03:00
GitHub set-date Action
71b9997383
Update date
2022-07-19 00:25:22 +00:00
rusefillc
da336a6190
Nissan Lua
2022-07-18 17:01:44 -04:00
GitHub build-firmware Action
b7ccb9db94
Auto-generated configs and docs
2022-07-18 19:58:26 +00:00