Andrey G
7ca9bcc86a
ts: handleWriteChunkCommand() and handlePageReadCommand() now with page ( #7043 )
...
* ts: handleWriteChunkCommand() and handlePageReadCommand() now with page
Initial support for page addressing. This is needed to move
scatteredOffsetArray to separate page that is not saved in TS and ECU.
* fix test
2024-11-05 16:46:59 -05:00
Andrey G
b5a5889c52
TS: do we need pageActivate ? ( #7040 )
2024-11-05 07:08:16 -05:00
Andrey G
912b0959fd
ts: handle pageValueWrite and pageChunkWrite with one func ( #7041 )
...
Also fix bug with incorrect data picked in pageValueWrite.
Seems pageValueWrite was never used by TS
2024-11-04 21:45:33 -05:00
Andrey Gusakov
93afc8125a
usb: SERIAL_USB_BUFFERS_SIZE can be smaller than BLOCKING_FACTOR
...
Write to serial usb will just block caller untill enought space is
freed in internal buffer.
2024-11-04 08:39:30 -05:00
rusefillc
a5470c868a
docs
2024-11-04 08:39:29 -05:00
Andrey G
499801ceb9
TS: implement getCommand that have no params and request all livedata ( #7039 )
...
But until ochBlockSize is bigger than blockingFactor TS will not use
this command and prefer ochGetCommand.
2024-11-04 08:16:19 -05:00
Andrey G
ccbf45808a
Fix UART rx floats ( #7038 )
...
* io serial: enable internal pull-up for EFI_CONSOLE_RX_BRAIN_PIN
* io serial: enable internal pull up for binarySerialRxPin
2024-11-04 08:05:54 -05:00
Andrey G
d9dcc40a54
6595 burn failed ( #7031 )
...
* halconf: SERIAL_USB_BUFFERS_RX_SIZE should be 64
Until we fix bug in OTGv1
* ChibiOS: update OTGv1
* usb_console: fix SERIAL_USB_BUFFERS_TX_SIZE vs BLOCKING_FACTOR check
Actually should be removed as we can write to USB serial more than
can fit into buffer. Write caller will be just waiting for space
available in buffer.
2024-11-03 17:22:17 -05:00
GitHub gen-configs Action
c1ac837efb
Auto-generated configs and docs
2024-11-03 04:17:25 +00:00
rusefillc
ed8fbde6e7
How does the ECU decide when to use MAP estimate? #7030
...
new 'isMapValid' logging data point
2024-11-03 00:05:46 -04:00
rusefi
1e9ca2f90a
blink error indicators to get proper error codes #7021
...
only:uaefi
2024-10-31 22:49:34 -04:00
GitHub gen-configs Action
9eb2710426
Auto-generated configs and docs
2024-10-31 22:06:43 +00:00
rusEFI LLC
1ab6806d30
blink error indicators to get proper error codes #7021
...
only:meta
2024-10-31 17:57:04 -04:00
Andrey
ddaa3a22e7
improving compilation guards
...
only:t-b-g
2024-10-22 06:14:09 -04:00
GitHub gen-configs Action
a05b8f3c9a
Auto-generated configs and docs
2024-10-22 09:45:56 +00:00
Andrey
4ff6ff60eb
removal of older rusEFI console spectrogram, new one is coming soon!
...
only:uaefi
2024-10-21 11:25:58 -04:00
GitHub gen-configs Action
0a85635462
Auto-generated configs and docs
2024-10-21 15:12:25 +00:00
GitHub gen-configs Action
9be578171a
Auto-generated configs and docs
2024-10-19 22:12:21 +00:00
GitHub gen-configs Action
546aa52e9e
Auto-generated configs and docs
2024-10-15 03:22:16 +00:00
rusefillc
377cf9b1b7
#include "board_lookup.h"
2024-10-14 23:19:44 -04:00
rusefillc
2faa6c3681
only:getSdCardFieldsCount
2024-10-14 22:24:53 -04:00
Andrey Gusakov
1bed6d675a
TS: report error if Page read/write/crc command is out of range
2024-10-13 08:49:45 -04:00
rusefillc
8df3a41856
only:dead HW QC
2024-10-11 18:59:44 -04:00
rusefillc
0882e723e1
only:dead HW QC
2024-10-11 18:42:11 -04:00
GitHub gen-configs Action
49c6b13507
Auto-generated configs and docs
2024-10-04 13:23:22 +00:00
GitHub gen-configs Action
92a650a1c8
Auto-generated configs and docs
2024-09-27 22:44:47 +00:00
kifir
9111c3427c
add shift torque reduction controller to engine #5608
2024-09-27 18:35:14 -04:00
Matthew Kennedy
b8af7df4be
only:int rpm -> float rpm
2024-09-25 23:48:34 -04:00
GitHub gen-configs Action
e67040e573
Auto-generated configs and docs
2024-09-24 19:30:21 +00:00
GitHub gen-configs Action
2929ba3224
Auto-generated configs and docs
2024-09-20 15:11:09 +00:00
Andrey
4c69dca2b2
only:RPM ROC data point name improvement
2024-09-20 11:01:30 -04:00
rusefillc
72b0e61e2f
only:dead-ish
2024-09-20 00:18:43 -04:00
GitHub gen-configs Action
23dce1c60a
Auto-generated configs and docs
2024-09-18 04:43:36 +00:00
GitHub gen-configs Action
bd5c854a08
Auto-generated configs and docs
2024-09-15 18:55:20 +00:00
GitHub gen-configs Action
064402056a
Auto-generated configs and docs
2024-09-13 13:48:29 +00:00
rusefillc
f42bf83e19
only:minor fix, referencing proper value in the error message
2024-09-07 22:11:21 -04:00
rusefillc
3efa257c20
https://github.com/rusefi/rusefi/issues/197
...
only:mission accomplished a while back
2024-09-07 22:11:21 -04:00
Matthew Kennedy
b9292dbb33
rename Executor -> Scheduler
2024-09-05 00:11:31 -04:00
GitHub gen-configs Action
0ba3cb6ae9
Auto-generated configs and docs
2024-09-05 02:36:19 +00:00
Matthew Kennedy
d94c7714a6
only:additional aux linear sensors
2024-09-04 22:17:02 -04:00
Andrey
fa6737cb58
explicit-folder-for-livedata-generated-headers #6886
2024-09-04 18:05:06 -04:00
GitHub gen-configs Action
c5d308304d
Auto-generated configs and docs
2024-09-03 14:21:51 +00:00
GitHub gen-configs Action
2f7c3c1b8f
Auto-generated configs and docs
2024-09-01 20:54:30 +00:00
GitHub gen-configs Action
503a78498d
Auto-generated configs and docs
2024-08-29 01:31:32 +00:00
rusefillc
9037ccef12
RTC and SD logs #4556
...
rtcUnixEpochTime
only:alphax-4k-gdi
2024-08-28 21:21:31 -04:00
GitHub gen-configs Action
83255edf7d
Auto-generated configs and docs
2024-08-14 05:28:44 +00:00
Matthew Kennedy
cfa7ad9741
AE is engine module
2024-08-03 10:41:50 -04:00
rusefillc
6f611acd15
only:dead code
2024-08-03 00:48:11 -04:00
Andrey
2e8dd875de
openblt binary version #6756
...
only:proteus_f7
2024-07-30 12:59:17 -04:00
Andrey
f880082352
openblt binary version #6756
...
only:proteus_f7
2024-07-30 11:51:39 -04:00
Andrey
1530b3dbd9
PUBLIC_API_WEAK or BOARD_WEAK #6748
2024-07-27 12:47:56 -04:00
GitHub gen-configs Action
2851d075f3
Auto-generated configs and docs
2024-07-25 15:46:05 +00:00
GitHub gen-configs Action
c5449f9d26
Auto-generated configs and docs
2024-07-19 23:52:55 +00:00
rusefi
4c9f706552
ambientTempGauge
2024-07-19 19:43:11 -04:00
GitHub gen-configs Action
f867d435d2
Auto-generated configs and docs
2024-07-19 17:55:34 +00:00
rusefillc
a3bae02156
mc33810spiErrorCounter
2024-07-19 13:45:34 -04:00
GitHub gen-configs Action
16e3ebab67
Auto-generated configs and docs
2024-07-16 20:05:52 +00:00
Andrey
0ff3205b5c
rawAuxTemp1
2024-07-16 15:56:12 -04:00
rusefillc
21f028c0b4
SD card is missing "ETB average duty0" field #6720
...
only: test
2024-07-16 11:36:47 -04:00
GitHub gen-configs Action
377dc627df
Auto-generated configs and docs
2024-07-13 23:56:33 +00:00
rusefi
d895f4dfa4
hellen on a bike: both TS and SD card logs report -32v on secondary TPS and secondary PPS #6376
...
only:clean-up
2024-07-13 19:45:55 -04:00
GitHub gen-configs Action
4687802890
Auto-generated configs and docs
2024-07-13 10:08:53 +00:00
Andrey Gusakov
244ce6a677
Guards
2024-07-13 05:55:53 -04:00
Andrey Gusakov
589d98ca85
mmc_card: RD and WR indicators
2024-07-13 05:55:53 -04:00
GitHub gen-configs Action
4fce21ec24
Auto-generated configs and docs
2024-07-11 13:47:06 +00:00
rusefi
cdab259efa
hellen on a bike: both TS and SD card logs report -32v on secondary TPS and secondary PPS #6376
...
only:hellen154hyundai_f7
2024-07-11 09:37:06 -04:00
GitHub gen-configs Action
47a78eac3e
Auto-generated configs and docs
2024-07-07 03:27:48 +00:00
rusEFI LLC
b84474f2d2
only:tempLogging
2024-07-06 23:18:14 -04:00
GitHub gen-configs Action
1c47212c35
Auto-generated configs and docs
2024-07-04 01:10:46 +00:00
rusefillc
db6f7141a4
only: bugfix console has is unsigned value, right? part two
2024-07-03 14:13:47 -04:00
rusefillc
b6e578b4c2
still very confused and FRONTEND_TITLE_BAR_NAME
...
only:uaefi
2024-07-03 13:34:55 -04:00
rusefillc
c44ec74f70
only: documentation and templating magic constant
2024-07-03 13:29:56 -04:00
rusefillc
e48e353299
only: one atom of whitelabel
2024-07-03 12:52:36 -04:00
rusefillc
8e3ec3e1a1
only: bugfix console has is unsigned value, right?
2024-07-03 12:52:00 -04:00
Matthew Kennedy
20e43f4fe7
size_t
2024-06-29 22:17:09 -04:00
kifir
142cf19b21
add comment
2024-06-25 10:34:04 -04:00
GitHub gen-configs Action
fcac171acc
Auto-generated configs and docs
2024-06-24 22:33:55 -04:00
Andrey
79ca37fe1d
only:rawAuxAnalog1-4
2024-06-24 22:33:55 -04:00
GitHub gen-configs Action
6a5b364048
Auto-generated configs and docs
2024-06-25 01:45:06 +00:00
Andrey
09eb02a5a8
boardSayHello
2024-06-24 13:49:54 -04:00
jcor25
10c6f78b2e
Update bluetooth.cpp
2024-06-23 20:34:43 -04:00
GitHub gen-configs Action
c148f959a8
Auto-generated configs and docs
2024-06-23 21:53:00 +00:00
kifir
7a3d762e76
implement raw "A/C pressure" gauge #6570
2024-06-23 17:31:34 -04:00
GitHub gen-configs Action
a9dc060872
Auto-generated configs and docs
2024-06-22 17:24:27 +00:00
kifir
1133e7e709
Implement "A/C pressure" gauge #6570
2024-06-22 16:54:12 +03:00
GitHub gen-configs Action
005614bb81
Auto-generated configs and docs
2024-06-21 16:25:01 +00:00
rusefi
da8b316e3a
only:docs
2024-06-20 11:35:17 -04:00
Andrey Gusakov
1ada1f99dc
Comments, style
2024-06-20 11:00:56 -04:00
Andrey Gusakov
8c02dcf5a7
TS: handle ochGetCommand with no arguments (read all)
2024-06-20 11:00:56 -04:00
Taylor
965496f0f4
Headerfile changes need to be bundled in this patch
2024-06-19 23:30:54 -04:00
Taylor
323e92fb1e
fixed the efiPrintf to use %ld
2024-06-19 23:30:54 -04:00
Taylor
6231631dbc
Update bluetooth.cpp
2024-06-19 23:30:54 -04:00
GitHub gen-configs Action
66da250187
Auto-generated configs and docs
2024-06-18 15:30:27 +00:00
GitHub gen-configs Action
01d2e9dbd5
Auto-generated configs and docs
2024-06-18 01:58:34 +00:00
Andrey Gusakov
9767493096
TS: stats: count specific error replies
2024-06-17 12:23:25 -04:00
Andrey Gusakov
99fc15eadc
TS: io: serial: no need for LIN functionality on TS port
2024-06-17 12:23:25 -04:00
Andrey Gusakov
de48a4f64a
TS: send 0x84 out-of-range reply if command have invalid size
2024-06-17 12:23:25 -04:00
rusefillc
c5ef2db878
only: dead postMapState
2024-06-15 01:22:15 -04:00
GitHub gen-configs Action
bb257450e1
Auto-generated configs and docs
2024-06-13 21:45:22 +00:00
Andrey
81469df45f
sendErrorCode logging fix & details
...
only:uaefi
2024-06-12 17:27:33 -04:00