Commit Graph

2146 Commits

Author SHA1 Message Date
GitHub gen-configs Action 92106db480 Auto-generated configs and docs 2024-03-11 20:57:36 +00:00
rusefillc b69dab40a6 only: BK3232 2024-03-10 20:19:39 -04:00
GitHub gen-configs Action b28a02d689 Auto-generated configs and docs 2024-03-10 16:58:34 +00:00
Andrey Gusakov b5e918fc80 egt values can be negative 2024-03-10 12:56:03 -04:00
Andrey Gusakov 180d91b0ed egt sensors: final migration encapsulation bits 2024-03-10 12:56:03 -04:00
Andrey Gusakov 56d46e5fbe max31855: also support max31856 2024-03-10 12:56:03 -04:00
Andrey Gusakov 9fc1806ed6 max31855/egt: migrate to SensorType framework 2024-03-09 08:55:29 -05:00
GitHub gen-configs Action ebd2f94e42 Auto-generated configs and docs 2024-03-09 11:27:10 +00:00
Andrey Gusakov 856b73f69e output_channels: EGT in 0.25C units 2024-03-09 06:24:26 -05:00
rusefillc c572d98072 slow mode is broken fix #6161 2024-03-07 15:09:30 -05:00
GitHub gen-configs Action fb5211cf9e Auto-generated configs and docs 2024-03-05 03:32:34 +00:00
Andrey cdaeb2fa2b so much random technical debt all over :( 2024-03-04 21:25:07 -05:00
GitHub gen-configs Action ef9574bd3a Auto-generated configs and docs 2024-03-05 01:57:20 +00:00
Matthew Kennedy e5fa7b1a5d make some channels final 2024-03-01 20:29:27 -05:00
Matthew Kennedy 24c1b78ecd implement TS console over ATWINC1500 WiFi 2024-03-01 20:26:35 -05:00
rusefillc 761eff22cc UAEFI crash if set to daihatsu 4cyl trigger #6079
hiding EFI_TS_SCATTER
2024-03-01 10:10:47 -05:00
GitHub gen-configs Action 2f80025aec Auto-generated configs and docs 2024-03-01 04:19:26 +00:00
GitHub gen-configs Action abffa00368 Auto-generated configs and docs 2024-02-29 05:32:05 +00:00
Andrey 28cdf85ddc only: renaming variable 2024-02-29 00:29:48 -05:00
GitHub gen-configs Action b4d38d0a0d Auto-generated configs and docs 2024-02-29 00:40:37 +00:00
GitHub gen-configs Action ae331ee958 Auto-generated configs and docs 2024-02-26 12:59:52 +00:00
GitHub gen-configs Action b40ee5e3bc Auto-generated configs and docs 2024-02-26 04:28:32 +00:00
rusefillc cf0b7f1da1 this was out of date 2024-02-25 23:23:46 -05:00
Andrey Gusakov c97769f2a5 ts: better types for highSpeedOffsets decode 2024-02-25 11:30:16 -05:00
Andrey Gusakov 161c54d27b ts: clean highSpeedOffsets list before settings CRC calculation
1. TS expect highSpeedOffsets to be zero-filled, as it is noMsqSave
2. zero highSpeedOffsets as settings CRC request is a sing on new
TS session start. Lets start in fresh.
2024-02-25 11:30:16 -05:00
Andrey Gusakov 5d5fcf0460 ts: print scatter list on tsinfo command 2024-02-25 11:30:16 -05:00
Andrey Gusakov 400f8321bf tunerstudio: do not try to print random chars 2024-02-24 07:46:20 -05:00
Andrey Gusakov e0021544c9 tunerstudio: plain command should also light comm led 2024-02-24 07:46:20 -05:00
andreika-git f63b9bfde0 Disable tooth logger if ptrace is started https://github.com/rusefi/rusefi/issues/5983 2024-02-22 15:22:09 -05:00
Andrey a1423085e2 revive ptrace #5983
only: quality in software begins with proper practices like TDD
2024-02-22 15:16:24 -05:00
GitHub gen-configs Action 2e9b7c95d1 Auto-generated configs and docs 2024-02-17 23:39:54 +00:00
rusefillc 43c0bda002 only:dead 2024-02-16 19:07:55 -05:00
rusefillc 41e5ff778c Lua refresh rate transparency/logic etc #5939
explicit ENABLE_PERF_TRACE
2024-02-15 13:06:48 -05:00
GitHub gen-configs Action 276bdd115b Auto-generated configs and docs 2024-02-14 21:58:51 +00:00
rusefillc 2ef6a82e67 https://rusefi.com/forum/viewtopic.php?f=17&t=2712 fix 2024-02-14 16:55:34 -05:00
GitHub gen-configs Action e159d0806d Auto-generated configs and docs 2024-02-03 21:44:31 +00:00
Matthew Kennedy adb53ff42e ECU firmware knows what sort of bootloader it has 2024-01-30 22:00:09 -05:00
rusefillc 324378f252 LUA code and EGT makes ECU to hang fix #5889 2024-01-30 17:39:50 -05:00
GitHub gen-configs Action 16e7584ee0 Auto-generated configs and docs 2024-01-23 15:55:11 +00:00
rusefillc b7f58100a0 only: require SHORT_BOARD_NAME 2024-01-10 14:01:13 -05:00
rusefillc b89337f189 only: EGT does not lua yes 2024-01-09 10:05:17 -05:00
Andrey Gusakov 29f9622aaa status_loop: stop reporting outdated error codes 2024-01-08 16:42:11 -05:00
Andrey Gusakov ea20c56edd warnings: increase size of warningBuffer to 24 elements
Now we emit warning messages on output failure.
On EG33 this cuase infinity error messages output.
All active errors does not fit into 8 element buffer.
Old errors get overwriten by new one. This cause new warning
message.
2024-01-08 16:42:11 -05:00
Matthew Kennedy 8f42f8ccc8 Staged injection support; use two sets of injectors on the same engine fix #5247 2024-01-07 23:14:18 -05:00
GitHub gen-configs Action ef21decfd9 Auto-generated configs and docs 2024-01-07 22:36:20 -05:00
Andrey ba9fc14cf2 only:Staged injection support; use two sets of injectors on the same engine #5247 2024-01-07 22:36:20 -05:00
Matthew Kennedy 1f64950e33 Staged injection support; use two sets of injectors on the same engine #5247
two injection models for two stages
2024-01-07 22:36:20 -05:00
Matthew Kennedy 37727d4278 Staged injection support; use two sets of injectors on the same engine #5247
wire up pins for second stage injectors
2024-01-07 22:36:19 -05:00
GitHub gen-configs Action 5d67258d92 Auto-generated configs and docs 2024-01-07 19:55:51 +00:00
Andrey 2db2999292 only:one step towards https://github.com/rusefi/rusefi/pull/4841/files#diff-63e5fe040b8a611e8897c2f4d455c248e6e4c6ee377f04ef30ada43e1dad3c61 2024-01-07 14:48:31 -05:00