GitHub gen-default-tune Action
1224db6734
Auto-generated default tune
2024-07-15 03:24:20 +00:00
Matthew Kennedy
fe9e18ec1f
minor event_queue cleanup
2024-07-14 23:19:07 -04:00
rusEFI LLC
cf0b8cf451
ts_show_hbridge_function
2024-07-14 23:14:21 -04:00
GitHub set-date Action
4215cbc195
Update date
2024-07-15 00:21:40 +00:00
GitHub gen-configs Action
95a16aa300
Auto-generated configs and docs
2024-07-14 23:53:40 +00:00
GitHub gen-default-tune Action
00dfbe3497
Auto-generated default tune
2024-07-14 23:47:34 +00:00
Andrey Gusakov
447b3ff453
TS: fix baro pressure gauge
2024-07-14 19:44:03 -04:00
Andrey Gusakov
89a92a36d1
lps25: get all data within single i2c access
2024-07-14 19:44:03 -04:00
Andrey Gusakov
78ba473c2a
lps25: get 3 register in one access
...
After e7c3223151
fix it is possible
to read more than one register in one transaction.
2024-07-14 19:44:03 -04:00
Andrey Gusakov
aed819170e
i2c_bb: GUARD!!!
2024-07-14 13:55:31 -04:00
Andrey Gusakov
5f79564285
boards: hellen128: TODO: release i2c pins after board detection
2024-07-14 13:55:31 -04:00
Andrey Gusakov
25c1d5e1ad
board: aplhax-silver: read board revsion from PCA9555
2024-07-14 13:55:31 -04:00
Andrey Gusakov
8af5f51fc7
i2c_bb: add deinit()
2024-07-14 13:55:31 -04:00
Andrey Gusakov
e85179f465
i2c_bb: simplify writeRead
2024-07-14 13:55:31 -04:00
Andrey Gusakov
e7c3223151
i2c_bb: release SDA after sending ACK bit while reading
...
This fixes contiues read of more than one byte
2024-07-14 13:55:31 -04:00
GitHub gen-configs Action
23430dc03e
Auto-generated configs and docs
2024-07-14 11:04:47 +00:00
GitHub gen-default-tune Action
abd4348be9
Auto-generated default tune
2024-07-14 10:58:27 +00:00
rusefi
9b4c931616
only:hiding dev indicator
2024-07-14 06:54:49 -04:00
Andrey
43ab2ea4c4
only:todo smarter logic is needed here
2024-07-14 00:55:18 -04:00
GitHub gen-configs Action
dc188514f6
Auto-generated configs and docs
2024-07-14 04:31:38 +00:00
Andrey
ffe71e6fb0
only:unused fields not needed in Fields.java
2024-07-14 00:28:40 -04:00
Andrey
4b2231f5e5
explicit commit message
2024-07-14 00:21:27 -04:00
Andrey
36cf3d8cd5
custom board fields and gauges integration into Makefile #6586
...
only:maybe progress
2024-07-13 23:23:11 -04:00
Andrey
cbeeead623
only:de-dup and sort list a bit
2024-07-13 23:16:45 -04:00
Andrey
9451525430
only:dead files
2024-07-13 23:13:02 -04:00
GitHub gen-configs Action
b21a51013e
Auto-generated configs and docs
2024-07-14 02:49:24 +00:00
GitHub gen-default-tune Action
a0e57a6edd
Auto-generated default tune
2024-07-14 02:43:33 +00:00
Andrey
6ca8f80025
Fields.java is a mess #6711
...
only:new home for protocol constants
2024-07-13 22:39:36 -04:00
GitHub gen-configs Action
4229eed646
Auto-generated configs and docs
2024-07-14 02:34:19 +00:00
GitHub gen-default-tune Action
938dfd8702
Auto-generated default tune
2024-07-14 02:28:14 +00:00
Andrey
2d41db282c
Fields.java is a mess #6711
...
only:new home for protocol constants
2024-07-13 22:24:40 -04:00
GitHub gen-default-tune Action
5c846e4673
Auto-generated default tune
2024-07-14 00:40:41 +00:00
rusefi
aaac8148b0
ADC array out of bounds when using analog muxes fix #6376
2024-07-13 20:36:41 -04:00
GitHub set-date Action
551eb10823
Update date
2024-07-14 00:23:13 +00:00
GitHub gen-configs Action
377dc627df
Auto-generated configs and docs
2024-07-13 23:56:33 +00:00
GitHub gen-default-tune Action
d2579836f3
Auto-generated default tune
2024-07-13 23:50:30 +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
3c5ca0a125
Auto-generated configs and docs
2024-07-13 23:03:49 +00:00
GitHub gen-default-tune Action
65f1b38cc2
Auto-generated default tune
2024-07-13 22:55:49 +00:00
Andrey
0f0d323063
Fields.java is a mess #6711
...
new home for protocol constants
2024-07-13 18:37:04 -04:00
Andrey Gusakov
7ffb594f5b
fastAdc: validate that channels is enabled
2024-07-13 18:18:23 -04:00
Andrey Gusakov
2689978341
ADC: adcHwChannelMode fix array size
...
adcHwChannelMode defines ADC type for each of adc_channel_e element
Use EFI_ADC_TOTAL_CHANNELS for array size.
Get rid of HW_MAX_ADC_INDEX that previously was defining total
ADC input count for MCU. With ADC mux, external ADCs and so on this
is no longer correct.
2024-07-13 18:18:23 -04:00
GitHub gen-configs Action
43b5bd6cdb
Auto-generated configs and docs
2024-07-13 22:14:52 +00:00
GitHub gen-default-tune Action
3dba28f543
Auto-generated default tune
2024-07-13 22:08:26 +00:00
Andrey
25ab3b2cc1
Fields.java is a mess #6711
...
new home for protocol constants
2024-07-13 18:04:23 -04:00
Andrey
ebeed4e9ea
Fields.java is a mess #6711
...
extracting methods
2024-07-13 17:32:39 -04:00
kifir23917
f59c4cffe0
Allow waiting for ECU reboot more than 3 seconds ( closes #6699 )
2024-07-13 16:41:21 -04:00
kifir23917
ff59dca8d3
Add sendToLogger parameter ( #6699 )
2024-07-13 16:41:21 -04:00
kifir23917
a58876edd3
Extract logging with break-line into `logLine` and `appendLine` methods ( #6699 )
2024-07-13 16:41:21 -04:00
kifir23917
ace2c67e5a
Support logging to text area without breaking line ( #6699 )
2024-07-13 16:41:21 -04:00