Andrey
|
234cdca08a
|
Console should get much smarter around compatibility with older units #6845
only:progress
|
2024-09-11 11:57:06 -04:00 |
rusefillc
|
d3bdc731dc
|
only:probably dead command line?
|
2024-09-11 09:35:03 -04:00 |
rusEFI LLC
|
71ca6328be
|
Console should get much smarter around compatibility with older units #6845
only:all the best code?!
|
2024-09-07 19:30:58 -04:00 |
kifir
|
4a1efe38da
|
attempt to fix displaying of logo on the right side of frame
|
2024-08-30 09:06:56 -04:00 |
kifir
|
f0381a3f7f
|
only: light refactoring
|
2024-08-30 09:06:56 -04:00 |
kifir
|
7fa602af2c
|
now we pack frame after it is shown
|
2024-08-28 18:38:47 +03:00 |
kifir
|
602cc29b2f
|
only: refactoring: rename field and method
|
2024-08-27 09:03:13 -04:00 |
kifir
|
e5bfc6bdef
|
now we use .setText("") to space instead of .setVisible(false) to avoid layout contraction
|
2024-08-27 09:03:13 -04:00 |
kifir
|
652570babe
|
now we pack frame before it is shown, not only when hardware is updated
|
2024-08-27 09:03:13 -04:00 |
rusefillc
|
61ff1ba345
|
skip_ecu_type_detection
|
2024-08-26 11:43:07 -04:00 |
rusefillc
|
57356dad03
|
only:better naming, better location
|
2024-08-26 11:41:53 -04:00 |
rusefillc
|
37b0ec7c35
|
autoupdate fails - classloader right after file overwrite #6777
only:we do not understand this completely :(
|
2024-08-23 15:29:14 -04:00 |
Andrey
|
696981d5b0
|
only:write_readme_html
|
2024-08-23 11:08:49 -04:00 |
rusefillc
|
ddf1c28d57
|
open loop boost control does not allow Y axis MAP values greater than 100, even when Y axis is set to MAP #6840
expanding range, also renaming axis
|
2024-08-22 11:34:34 -04:00 |
rusefillc
|
c3fe89b613
|
only:comms stats
|
2024-08-18 20:35:17 -04:00 |
rusefillc
|
0547a0211e
|
only:JScrollPane
|
2024-08-18 20:35:17 -04:00 |
rusefi
|
a0eca54325
|
only:API change
|
2024-08-18 19:17:41 -04:00 |
rusefi
|
6046c552a2
|
only:API change
|
2024-08-18 19:15:15 -04:00 |
rusefi
|
346f0cbd1f
|
minor usability
|
2024-08-17 23:30:35 -04:00 |
Andrey
|
3789fdb980
|
Console is broken on Windows 11 fix #6821
|
2024-08-17 09:59:02 -04:00 |
kifir
|
4663ebeb29
|
Now we work properly if new `OpenBlt` port appeared immediately after ECU rebooted to OpenBlt (closes #6713)
|
2024-08-15 09:48:15 -04:00 |
kifir
|
203ccc89c0
|
only: refactoring: extract `AvailableHardware` from `SerialPortScanner` class
|
2024-08-15 09:48:15 -04:00 |
kifir
|
a7688c58d7
|
only: refactoring: simplify `SerialPortCache.retainAll` method
|
2024-08-15 09:48:15 -04:00 |
kifir
|
42e2e75a9e
|
limit life-time for cached serial ports #6713
|
2024-08-15 09:48:15 -04:00 |
kifir
|
859ddd23b5
|
only: refactoring: extract part of functionality is extracted into SerialPortCache class
|
2024-08-15 09:48:15 -04:00 |
Andrey
|
f94c0d061c
|
updater process stays running if closed with cross icon fix #6813
only:uaefi
|
2024-08-14 17:17:37 -04:00 |
kifir
|
5d25990183
|
Now we log strange situations (closes #6788)
|
2024-08-14 12:33:47 -04:00 |
kifir
|
6899853d03
|
Forbid firmware update when multiple ECUs are connected #6788
|
2024-08-14 12:33:47 -04:00 |
kifir
|
7a23b3f92e
|
only: refactoring: extract part of functionality into `switchToPort` method
|
2024-08-14 12:33:47 -04:00 |
kifir
|
80e9f84125
|
only: refactoring: extract part of functionality into overloaded `AvailableHardware.getKnownPorts` method
|
2024-08-14 12:33:47 -04:00 |
kifir
|
938c323516
|
forbid multiple ECU-s updating after `Auto Update Firmware` button is pressed (see `Auto Update Firmware`) #6788
|
2024-08-14 12:33:47 -04:00 |
kifir
|
9caf49ccfc
|
only: refactoring: extract part of functionality into `onHardwareUpdated` method
|
2024-08-14 12:33:47 -04:00 |
kifir
|
14cc189806
|
only: refactoring: extract controls on the form into fields
|
2024-08-14 12:33:47 -04:00 |
kifir
|
07fe982aa5
|
only: fix potential IOStream leak: Method `DfuHelper.sendDfuRebootCommand` shouldn't be responsible for closing a stream, because there are cases, when overloaded `DfuHelper.sendDfuRebootCommand` method doesn't call its namesake (that was closing the stream)
|
2024-08-13 12:16:52 -04:00 |
kifir
|
c7fefcef25
|
only: refactoring: get rid of redundant class instantiation when we need just call a static method
|
2024-08-13 12:16:52 -04:00 |
kifir
|
af2aa8932b
|
now we really check that new port appeared after ECU port disappeared (closes #6747)
|
2024-08-12 13:05:15 -04:00 |
kifir
|
bde60cb578
|
only: get rid of redundant check for `auto` port - it should never be `auto` here
|
2024-08-12 13:05:15 -04:00 |
kifir
|
0f0a433102
|
only: fix misprint
|
2024-08-12 13:05:15 -04:00 |
kifir
|
a98285252f
|
only: refactoring: now LinkManager.getCommPorts method returns set of strings instead of array
|
2024-08-09 16:21:39 -04:00 |
rusefillc
|
aa00f48b43
|
only:removing some dead code
|
2024-08-09 12:16:11 -04:00 |
rusefillc
|
3ca0108a65
|
only:reducing method visibility
|
2024-08-09 11:54:32 -04:00 |
rusefillc
|
7363e80f3b
|
only:reducing method visibility
|
2024-08-09 11:53:37 -04:00 |
rusefillc
|
c797697a8a
|
only: updater wl
|
2024-08-09 00:24:36 -04:00 |
rusefillc
|
93b3132d7c
|
only: flexible UPDATE_FW_HELP_URL
|
2024-08-08 23:55:19 -04:00 |
rusefillc
|
572018fe7a
|
do not show 'install drivers' button if folder is missing
|
2024-08-08 23:55:19 -04:00 |
rusefillc
|
f4d347171e
|
trying to preserver the error
only: proteus_f7
|
2024-08-08 21:24:11 -04:00 |
rusefi
|
5935ab8c3f
|
more of autoupdate fails #6777
only:alphax-4K-GDI
|
2024-08-07 21:23:43 -04:00 |
rusefillc
|
97560eec48
|
only:wl
|
2024-08-07 16:39:53 -04:00 |
rusefillc
|
046ca6067e
|
only:minor usability
|
2024-08-07 16:35:49 -04:00 |
rusefillc
|
47fd5c4828
|
autoupdate fails #6777
only:proteus_f7
maybe sad fix?
|
2024-08-07 15:45:50 -04:00 |
rusefillc
|
49f67383bb
|
autoupdate fails #6777
only:minor refactoring
|
2024-08-07 15:26:06 -04:00 |
rusefillc
|
8141ffeee7
|
autoupdate fails #6777
only:showing exception
|
2024-08-07 13:56:26 -04:00 |
rusefillc
|
9be8012354
|
wmic not found on Windows 10 #6774
|
2024-08-06 21:15:04 -04:00 |
Andrey
|
766b3d662e
|
only: starting logging sooner
|
2024-08-04 16:51:22 -04:00 |
rusefi
|
8443577343
|
only:minor usability
|
2024-08-01 00:54:19 -04:00 |
rusefi
|
609d9f016f
|
show_simulator=true
|
2024-07-28 12:04:17 -04:00 |
rusefi
|
af6f0ba092
|
only:handling lack of .srec file
|
2024-07-28 00:51:39 -04:00 |
kifir23917
|
8afdbdbe59
|
Implement waiting for new port to appear #6699
|
2024-07-17 10:29:15 -04:00 |
kifir23917
|
f3bee89797
|
Only: symplify waitForEcuPortDisappeared method signature #6699
|
2024-07-17 10:29:15 -04:00 |
kifir23917
|
012dec829b
|
Only: improve logging #6699
|
2024-07-17 10:29:15 -04:00 |
kifir23917
|
210d21eee5
|
Only: get rid of unused code
|
2024-07-17 10:29:15 -04:00 |
kifir23917
|
2f004089f3
|
Only: get rid of unused parameter (#6699)
|
2024-07-17 10:29:15 -04:00 |
rusefillc
|
41021c4911
|
reducing logging confusion
|
2024-07-16 15:10:58 -04:00 |
rusefillc
|
994899dd78
|
reducing naming confusion
|
2024-07-16 14:38:11 -04:00 |
Andrey
|
6ca8f80025
|
Fields.java is a mess #6711
only:new home for protocol constants
|
2024-07-13 22:39:36 -04:00 |
Andrey
|
2d41db282c
|
Fields.java is a mess #6711
only:new home for protocol constants
|
2024-07-13 22:24:40 -04:00 |
Andrey
|
0f0d323063
|
Fields.java is a mess #6711
new home for protocol constants
|
2024-07-13 18:37:04 -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 |
rusefillc
|
51efd50081
|
only:alphax-4chan_f7
too good to be true?
|
2024-07-08 21:20:12 -04:00 |
rusefillc
|
46a1a2a66b
|
disconnected console title clean-up
|
2024-07-03 12:49:49 -04:00 |
rusefillc
|
7770bdf78b
|
only: DefaultExceptionHandler and bootloaderPorts fix
|
2024-06-17 12:14:48 -04:00 |
rusefillc
|
78b948b3f1
|
extracting method
|
2024-06-17 12:14:23 -04:00 |
rusefillc
|
5f7bd7b00f
|
only:different BasicStartupFrame button text for different operation modes
|
2024-06-16 13:56:20 -04:00 |
rusefillc
|
ec501fcfe3
|
only:lambdas
|
2024-06-16 13:40:50 -04:00 |
rusefillc
|
593dc7904b
|
Files date for LTS is download timestamp not file timestamp #6613
only:uaefi121
|
2024-06-13 16:06:34 -04:00 |
Andrey
|
9ef76907ee
|
Allow to choose lower RPM cutoff for AC Compressor #6597
|
2024-06-09 15:09:07 -04:00 |
rusefillc
|
24fdbfe55c
|
only:not even offer DFU erase
|
2024-06-07 03:23:30 -04:00 |
rusefi
|
0b15db9a65
|
Try closing and opening console again
|
2024-06-03 13:13:08 -04:00 |
rusefillc
|
44c7fa1888
|
only: console usability: auto-select OPENBLT_MANUAL
|
2024-06-03 12:29:36 -04:00 |
rusefillc
|
c6aafef46a
|
only:simpler basic console Console buttons to read write tune #5577
|
2024-06-03 11:21:00 -04:00 |
rusefillc
|
4b1d52dacb
|
only:mild refactoring
|
2024-06-03 11:07:24 -04:00 |
rusefillc
|
2a79b054aa
|
only:mild refactoring
|
2024-06-03 10:11:03 -04:00 |
rusefillc
|
71ec798191
|
simpler basic console Console buttons to read write tune #5577
only:mild refactoring
|
2024-06-03 09:27:33 -04:00 |
rusefillc
|
6706f97512
|
only: simpler basic console Console buttons to read write tune #5577
|
2024-06-03 09:26:49 -04:00 |
rusefi
|
50a6fc6d31
|
only: fileTimestampText Click to copy
|
2024-05-24 21:36:18 -04:00 |
rusefillc
|
f56249f116
|
console to show binary file date timestamp #6515
only: reducing confusion one byte at a time
|
2024-05-22 13:05:05 -04:00 |
rusefillc
|
41d5bac9fa
|
console to show binary file date timestamp fix #6515
|
2024-05-22 12:33:51 -04:00 |
rusefillc
|
a924aba6c0
|
only: refactoring
|
2024-05-22 12:33:51 -04:00 |
rusefillc
|
977cb15d5f
|
only: Make sure you are disconnected from TunerStudio
|
2024-05-22 12:22:16 -04:00 |
rusefillc
|
ab55d650b3
|
explicit error if 32 bit java is used fix #6497
|
2024-05-11 16:18:31 -04:00 |
3er0.1ive
|
b78a09cbde
|
- fix compile java
|
2024-05-04 10:51:46 -04:00 |
3er0.1ive
|
bdb997fe1a
|
- clean commit with knock_analyzer
|
2024-05-04 10:51:46 -04:00 |
rusefillc
|
a8c3f48430
|
only:requireBlt
|
2024-04-02 21:00:14 -04:00 |
rusefillc
|
d74c27143c
|
going fancy dependency management
|
2024-04-01 21:03:59 -04:00 |
rusefillc
|
d715e3ee4a
|
only: on the one hand we can do low level DFU programming but c'mon we are not planning to maintain it any day soon!
|
2024-04-01 20:22:18 -04:00 |
rusefillc
|
9ed60c7318
|
only: dead lines
|
2024-04-01 20:15:14 -04:00 |
rusefillc
|
0b67f00c04
|
only: utilities to locate srec
|
2024-04-01 16:44:53 -04:00 |
rusefillc
|
f3ef48b6d2
|
only: code duplication or bugfix?
|
2024-03-31 22:31:16 -04:00 |
rusefillc
|
788f108506
|
only: better wording
|
2024-03-31 22:28:06 -04:00 |
rusefillc
|
0066950a8e
|
only: Make sure TUNERSTUDIO IS DISCONNECTED FROM ECU fix #6325
|
2024-03-31 18:20:08 -04:00 |
rusefillc
|
96d847c2a7
|
only: search for srec file
|
2024-03-31 18:20:08 -04:00 |
rusefillc
|
b0154825a6
|
only: nicer logging
|
2024-03-31 07:42:42 -04:00 |
rusefillc
|
978c537886
|
making Lua overflow more obvious
|
2024-02-27 22:25:17 -05:00 |
rusefi
|
057eb2e123
|
only:LuaScriptPanel logging
|
2024-02-27 21:43:42 -05:00 |
rusefillc
|
6a8192111b
|
console: different message while scanning ports
|
2024-02-23 20:18:11 -05:00 |
rusefillc
|
0553fff15e
|
pain
|
2024-02-23 20:18:11 -05:00 |
rusefillc
|
171303681e
|
revive ptrace #5983
even more helpful messages
|
2024-02-22 21:01:17 -05:00 |
rusefillc
|
dea9e4f24e
|
revive ptrace #5983
HW CI
|
2024-02-22 17:40:50 -05:00 |
rusefillc
|
9b761b438c
|
only:verbose requestWaitAndGetPTrace result
|
2024-02-22 16:59:59 -05:00 |
Andrey
|
b3177eecbe
|
why did we have those lines? #5965
|
2024-02-17 08:08:07 -04:00 |
rusefillc
|
cf909927a4
|
rusEFI console upload tune is broken #5956
hiding tab for now
|
2024-02-16 16:23:59 -05:00 |
rusefillc
|
0c5894285a
|
only: dead parameter
|
2024-02-16 16:23:59 -05:00 |
rusefillc
|
aaad4128c4
|
only: better error handling
|
2024-02-15 17:38:36 -05:00 |
rusefillc
|
0c8785d7d3
|
Empty PERF_TRACE response
|
2024-02-15 13:03:53 -05:00 |
Andrey
|
68b888f30a
|
Lua refresh rate transparency/logic etc #5939
surprise: more tools!
|
2024-02-15 09:38:03 -05:00 |
rusefillc
|
c071074475
|
only: reducing junit4
|
2024-02-14 14:43:20 -05:00 |
rusefillc
|
b6ad0520ea
|
integration pain
|
2024-02-03 13:04:13 -05:00 |
rusefillc
|
c2b5fea477
|
only:not very alive
|
2024-02-03 13:04:13 -05:00 |
rusefillc
|
c2a4cc60ac
|
only:logging & todo
|
2024-02-03 12:51:04 -05:00 |
rusefi
|
33ec189bee
|
not throwing an exception for interrupted
|
2024-01-31 17:13:05 -05:00 |
rusefillc
|
5009f41074
|
INSTALL_OPENBLT
|
2024-01-31 09:39:31 -05:00 |
rusefillc
|
9394443397
|
only: actually both DFU and St-link use same .bin file?
|
2024-01-31 09:10:55 -05:00 |
rusefillc
|
8896f05520
|
only: dead?!
|
2024-01-31 09:00:58 -05:00 |
rusefillc
|
6066870836
|
only: renaming StLink flasher
|
2024-01-31 08:56:06 -05:00 |
rusefillc
|
2ac6703b16
|
only: dead
|
2024-01-31 08:38:18 -05:00 |
rusefillc
|
0f7e444944
|
integration
|
2024-01-30 22:43:27 -05:00 |
rusefillc
|
0667758bb6
|
only: integration
|
2024-01-30 22:22:56 -05:00 |
rusefi
|
93a862022b
|
PCanIoProxySandbox
|
2024-01-13 21:41:41 -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 |
rusefillc
|
de0a7e4170
|
integration
|
2024-01-05 16:23:43 -05:00 |
rusefillc
|
5a2f7692d3
|
only:variable name
|
2023-12-26 12:40:09 -05:00 |
rusefillc
|
ba225cd089
|
only:code formatting
|
2023-12-26 12:39:55 -05:00 |
rusefillc
|
b19d674456
|
only:integration in the air!
|
2023-12-25 22:48:05 -05:00 |
Matthew Kennedy
|
7cb05f2121
|
omg it works on mac!
|
2023-12-24 21:58:29 -05:00 |
Matthew Kennedy
|
7371b75f42
|
handle macos serial port prefix snafu
|
2023-12-24 21:58:22 -05:00 |
Matthew Kennedy
|
2eb96f37d2
|
macos loading
|
2023-12-24 21:58:11 -05:00 |
Matthew Kennedy
|
7ddd1fefe3
|
correct order
|
2023-12-24 21:58:05 -05:00 |
Matthew Kennedy
|
4b18ec8047
|
attempt macos lib copying
|
2023-12-24 21:57:57 -05:00 |
rusefillc
|
5c96bff889
|
integration
|
2023-12-24 21:47:36 -05:00 |
Matthew Kennedy
|
4c7b7e6c3d
|
JNI much better behaved than exe, let's switch
|
2023-12-24 21:46:06 -05:00 |
Matthew Kennedy
|
945c071bd3
|
simplify what goes across JNI
|
2023-12-24 21:37:49 -05:00 |
Matthew Kennedy
|
df619a85a6
|
emit phase and whether it should have progress
|
2023-12-24 21:37:30 -05:00 |
Matthew Kennedy
|
56339e2d67
|
prototype jni flashing
|
2023-12-24 21:37:14 -05:00 |
rusefillc
|
67745aff7d
|
integration
|
2023-12-24 19:11:31 -05:00 |
Matthew Kennedy
|
e9fdc1df78
|
openblt over serial works
|
2023-12-24 18:41:07 -05:00 |
Matthew Kennedy
|
1ad5406779
|
refactor so FW jobs always run in their own thread, extract openblt
|
2023-12-24 18:40:58 -05:00 |
Matthew Kennedy
|
9ca77e71ca
|
option for auto openblt, fix port checking logic
|
2023-12-24 18:39:34 -05:00 |
Matthew Kennedy
|
c52f2b6772
|
unnecessary new StringBuffer()
|
2023-12-24 18:39:25 -05:00 |
Matthew Kennedy
|
a521cc0414
|
blindly implement openblt auto port detect
|
2023-12-24 18:38:23 -05:00 |
Matthew Kennedy
|
3334e1f9c4
|
blind attempt at openblt serial firmware update
|
2023-12-24 18:38:08 -05:00 |
Matthew Kennedy
|
7a0f7b76af
|
exechelper doesn't automatically call done
|
2023-12-24 18:38:00 -05:00 |
Matthew Kennedy
|
8f9e0a6c27
|
format
|
2023-12-24 18:37:46 -05:00 |
rusefillc
|
e5ef8e71f3
|
integration
|
2023-12-24 18:25:57 -05:00 |
Matthew Kennedy
|
e3bac550a6
|
refactor out UpdateOperationCallbacks
|
2023-12-24 18:08:44 -05:00 |
Matthew Kennedy
|
98762910d0
|
missed import
|
2023-12-24 17:59:02 -05:00 |
Matthew Kennedy
|
c05ab3a566
|
allow sending a command other than DFU (openblt)
|
2023-12-24 17:58:13 -05:00 |
Matthew Kennedy
|
d9c786e545
|
extracting new interfaces
|
2023-12-24 17:56:54 -05:00 |
Matthew Kennedy
|
1f7ec7a0f8
|
s
|
2023-12-24 17:47:44 -05:00 |
Matthew Kennedy
|
783c5cbc79
|
both sides of JNI creeping together
|
2023-12-24 17:38:38 -05:00 |
rusefillc
|
77f932e1af
|
only:junit5
|
2023-12-15 13:34:38 -05:00 |
rusefillc
|
7bc80adc2b
|
only:gradle9
|
2023-12-15 13:34:38 -05:00 |
rusefillc
|
e65508bcd4
|
only:junit5
|
2023-12-15 11:35:33 -05:00 |
rusefillc
|
d1577bbf07
|
only:minor logging improvement
|
2023-12-06 09:19:11 -05:00 |
rusefillc
|
26eb5ca044
|
only:final
|
2023-11-26 22:40:01 -05:00 |
rusefillc
|
9185236d46
|
only:console doesn't have to depend on full config definition!
|
2023-11-25 22:38:25 -05:00 |
rusefillc
|
12ab844252
|
only:dead
|
2023-11-25 20:18:53 -05:00 |
rusefi
|
c886c8b3d5
|
bench test delay parameter is not useful
only:hellen154hyundai
|
2023-11-24 12:32:16 -05:00 |
rusefillc
|
5c649cd33c
|
Lua: include script feature
|
2023-11-21 11:49:21 -05:00 |
rusefillc
|
8aac513b05
|
Lua: include script feature
only:proteus_f7
|
2023-11-20 21:50:06 -05:00 |
rusefillc
|
3e0cd23582
|
Lua: include script feature
|
2023-11-20 21:24:48 -05:00 |
rusefillc
|
b7f26a3892
|
Lua: include script feature toolset
|
2023-11-20 21:24:48 -05:00 |
rusefillc
|
c3fc6cfe7d
|
Lua: making most important button most visible
|
2023-11-20 21:24:48 -05:00 |
Matthew Kennedy
|
65482f619b
|
filter out macos garbage ports
|
2023-11-01 23:26:37 -04:00 |
Matthew Kennedy
|
9d271b42d4
|
console commands cleanup
|
2023-10-26 23:14:30 -04:00 |
rusefillc
|
df44f4480c
|
blind F7 nucleo fix attempt
|
2023-10-26 15:03:34 -04:00 |
rusefillc
|
46c5923f25
|
only: better validation
|
2023-10-26 13:02:15 -04:00 |
rusefillc
|
2681951bf9
|
Too much of "Looks like another instance is already running." #5584
|
2023-10-07 20:49:08 -04:00 |
rusefillc
|
51a7acdbb2
|
Too much of "Looks like another instance is already running." #5584
|
2023-10-07 18:46:19 -04:00 |
rusefi
|
f270446b43
|
Too much of "Looks like another instance is already running." #5584
only:hellen154hyundai
|
2023-09-30 13:26:53 -04:00 |
rusefi
|
cd07a3fed7
|
st-link false positive fix #5591
|
2023-09-29 15:01:08 -04:00 |
rusefillc
|
a69b80d14c
|
refactoring: inlining constant, explicit helper API
|
2023-09-27 11:24:41 -04:00 |
rusefillc
|
25d42b7b84
|
Console buttons to read write tune #5577
|
2023-09-26 23:36:59 -04:00 |
rusefillc
|
681cbef891
|
refactoring
|
2023-09-26 23:20:03 -04:00 |
rusefillc
|
4b66100202
|
refactoring
|
2023-09-26 23:17:08 -04:00 |
rusefillc
|
4e4caa5d65
|
refactoring
|
2023-09-26 23:11:02 -04:00 |
rusefillc
|
29b2b2680e
|
better place for frame util code
|
2023-09-26 22:50:09 -04:00 |
rusefillc
|
83ddbcdc24
|
not much difference especially for sandboxes?
|
2023-09-26 22:46:51 -04:00 |
rusefillc
|
5a8406076d
|
Sandboxes belong with tests
|
2023-09-26 22:31:07 -04:00 |
rusefillc
|
137ebb21db
|
interface just a bit better here?
|
2023-09-26 22:28:26 -04:00 |
rusefi
|
d6da0c3ce0
|
Too much of "Looks like another instance is already running." #5584
|
2023-09-25 17:08:23 -04:00 |
rusefillc
|
a97aa78df6
|
only:code duplication
|
2023-09-18 11:17:12 -04:00 |
rusefillc
|
debea23523
|
testability: bench test commands should have automated coverage using simulator #5562
trying to improve multi-threading
|
2023-09-13 12:28:01 -04:00 |
rusefi
|
29df5a635d
|
java console: option not to remember latest used port
|
2023-08-29 13:46:23 -04:00 |
Andrey
|
95dea5b35e
|
nucleo-h7 bundle does not flash using st-link #5486
only:stm32h743_nucleo
|
2023-08-05 14:54:24 -04:00 |
rusefillc
|
31074fa972
|
simulator: sensor mocking UI is broken fix #5473
|
2023-07-31 18:21:54 -04:00 |
rusefillc
|
26762ba6a2
|
only: extracting mock commands
|
2023-07-29 08:03:01 -04:00 |
rusefillc
|
786caca2ac
|
Working disconnect button in Console #4862
|
2023-07-29 01:10:45 -04:00 |
rusefillc
|
aadf3cf123
|
Working disconnect button in Console fix #4862
|
2023-07-29 00:56:30 -04:00 |
rusefillc
|
a6f527da62
|
Working disconnect button in Console #4862
|
2023-07-29 00:52:12 -04:00 |
rusefillc
|
c6401b447b
|
only:refactoring: extract method
|
2023-07-29 00:35:44 -04:00 |
rusefillc
|
e01f3e3618
|
only: preparing for gradle 9
|
2023-07-23 23:32:22 -04:00 |
rusefillc
|
dd3e273fa8
|
only: proteus_f7
more reliable error approach
|
2023-07-20 00:23:28 -04:00 |
rusefillc
|
6986e1c22f
|
only:encapsulating trigger image generator (#5403)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
|
2023-07-11 00:56:59 -04:00 |
rusefillc
|
9deee299f9
|
only:encapsulation
|
2023-07-10 21:19:44 -04:00 |
rusefillc
|
a31f65e016
|
only:LogoHelper
|
2023-07-10 21:09:39 -04:00 |
rusefillc
|
1b77158bfc
|
only:moving CAN classes around
|
2023-07-09 17:19:11 -04:00 |
rusefillc
|
83d522f15d
|
humans are confused between TS presets and console presets
|
2023-07-08 22:23:29 -04:00 |
Nathan Schulte
|
7b40cc7974
|
clarify what icu4j is
|
2023-07-05 09:53:49 -04:00 |
Andrey
|
4b5d50ca8d
|
only:DFU script to build console
|
2023-07-04 00:41:27 -04:00 |
rusefillc
|
2c0d28c790
|
antlr:antlr4:4.10.0 (#5375)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
|
2023-07-02 22:51:54 -04:00 |
rusefillc
|
6241c75736
|
only:do we need tokens? (#5373)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
|
2023-07-02 18:27:11 -04:00 |
rusefillc
|
f182fafe00
|
only:antlr script
|
2023-07-02 17:00:52 -04:00 |
rusefillc
|
8939f7f781
|
alphax f7 special treatment
|
2023-06-30 18:07:11 -04:00 |
Matthew Kennedy
|
41b78ddd8a
|
Add forced full erase to STM32F7 firmware update
(cherry picked from commit a53b09c01e50c06788ffaed1a813e0b48cb481d6)
|
2023-06-30 18:05:52 -04:00 |
rusefi
|
c225cea734
|
only:extract method
|
2023-06-30 00:00:02 -04:00 |
rusefillc
|
04e987ef65
|
only:dead code
|
2023-06-18 20:41:34 -04:00 |
Andrey
|
976d89c828
|
only:Split ConfigGenerator around trigger_defines.txt fix #5051
|
2023-06-17 23:38:17 -04:00 |
Andrey
|
126f4a736a
|
only:helping build
|
2023-06-17 21:18:53 -04:00 |
Andrey
|
f3cfd8c6c9
|
only:Split ConfigGenerator around trigger_defines.txt #5051
|
2023-06-17 21:05:28 -04:00 |
Andrey
|
349f2fe51e
|
only:dead
|
2023-06-17 20:54:56 -04:00 |
Andrey
|
c925eedf65
|
only:helping Android
|
2023-06-17 20:48:15 -04:00 |
rusefillc
|
c68fc4f41b
|
CI to use tools from source code, also time to not have jar files in repo in the first place?
|
2023-06-17 16:30:02 -04:00 |
rusefillc
|
0f98ad6837
|
only:Improve toolset for default tune canned tune generation #4871
|
2023-06-16 22:57:25 -04:00 |
rusefillc
|
acbf1ebe5f
|
only:better test location
|
2023-06-16 22:28:13 -04:00 |
Andrey
|
4fe7e4138b
|
only:Improve toolset for default tune canned tune generation #4871
|
2023-06-16 21:32:34 -04:00 |
Andrey
|
d0bb16d42f
|
only:Improve toolset for default tune canned tune generation #4871
|
2023-06-16 21:22:40 -04:00 |
Andrey
|
5dc3840ca7
|
only:Improve toolset for default tune canned tune generation #4871
|
2023-06-16 20:18:04 -04:00 |
Andrey
|
73239d1616
|
only:Improve toolset for default tune canned tune generation #4871
|
2023-06-16 19:54:20 -04:00 |
Andrey
|
c55f8aec1e
|
only:Improve toolset for default tune canned tune generation #4871
|
2023-06-16 19:39:54 -04:00 |
Andrey
|
42907e459d
|
Improve toolset for default tune canned tune generation #4871
|
2023-06-16 17:33:08 -04:00 |
rusefillc
|
ae18056e18
|
only:Improve toolset for default tune canned tune generation #4871
|
2023-06-16 17:02:38 -04:00 |
rusefillc
|
417d81aa25
|
only:refactoring: singleton is not amazing
|
2023-06-16 16:38:48 -04:00 |
rusefillc
|
8e7596acc4
|
https://github.com/rusefi/rusefi/issues/5292
disabling sensor logger to reduce user confusion
|
2023-06-11 11:43:43 -04:00 |
rusefillc
|
30ac6de87a
|
dead ETB console stuff
|
2023-06-11 11:40:43 -04:00 |
Andrey
|
0c8e7865fe
|
helping gradle
|
2023-05-30 23:07:55 -04:00 |
rusefillc
|
0fda4705c0
|
gradle: reducing code duplication
|
2023-05-30 22:10:01 -04:00 |
rusefillc
|
a3b0730d15
|
only:hellen-honda-k
logo
|
2023-05-11 12:07:55 -04:00 |
rusefillc
|
2ef5c741d2
|
it's going to be painful
|
2023-05-05 14:20:03 -04:00 |
rusefillc
|
66ab56d24f
|
it's going to be painful
|
2023-05-04 22:08:51 -04:00 |
Andrey
|
7695641cb7
|
sperry picking
|
2023-04-30 00:01:12 -04:00 |
Andrey
|
bb13fbef36
|
only:cherry pick miata
|
2023-04-29 12:56:34 -04:00 |
Matthew Kennedy
|
bb49b22294
|
joystick, lcd
(cherry picked from commit 61c17791b89fc6b5ae17df96d9498c088afdb09f)
|
2023-04-28 22:32:37 -04:00 |
rusefillc
|
06ea1369ed
|
it's going to be painful
|
2023-04-28 22:21:35 -04:00 |
Matthew Kennedy
|
a0c512e3b7
|
we no longer need iml files because intellij uses gradle now
(cherry picked from commit 3f0e73708d0045356057f0f2453c11529cd9bd8c)
|
2023-04-28 20:25:59 -04:00 |
Andrey
|
fae934329e
|
dead deps
|
2023-04-28 20:23:31 -04:00 |
rusefillc
|
c7e64b8023
|
green background on successful ST-link
|
2023-04-07 05:46:19 -04:00 |
rusefillc
|
9536a60b31
|
Improve toolset for default tune canned tune generation #4871
|
2023-03-28 23:37:58 -04:00 |