rusefillc
16b23c0532
GDI Epic #1448
...
live view
2021-12-31 15:52:44 -05:00
rusefillc
1a269e261b
Something is still odd with some F7 boards - bricking on incremental flash #3566
2021-12-21 22:46:02 -05:00
rusefillc
81e0f94dd4
live data for wastegate and launch control #3588
...
PROGRESS!
2021-12-18 11:57:25 -05:00
rusefillc
c21b15ccaa
live data for wastegate and launch control #3588
...
progress
2021-12-18 10:17:22 -05:00
rusefillc
c2d31cc7b0
live data for wastegate and launch control #3588
...
legit resources
2021-12-18 09:32:20 -05:00
rusefillc
921bc1af74
live data progress
2021-12-16 21:09:32 -05:00
rusefillc
46c8483b29
refactoring
2021-12-16 19:17:37 -05:00
rusefillc
6542533946
live data for wastegate and launch control #3588
2021-12-16 15:17:35 -05:00
rusefillc
847b2a3caa
rusEFI console ISO-TP via PCAN #3667
...
console port selector UI
2021-12-08 20:29:40 -05:00
rusefillc
ae4e0f75b7
minor refactoring
2021-12-08 19:35:30 -05:00
rusefillc
f65907a192
rusEFI console ISO-TP via PCAN #3667
...
WOW, YES!!!
2021-12-08 19:01:44 -05:00
rusefillc
a47530be54
SimulatorTcpSandbox
2021-12-06 17:27:38 -05:00
rusefillc
eb950e7fd3
TcpConnector: reusing LOCALHOST
2021-12-06 17:10:13 -05:00
rusefillc
2a7cedbffb
Verbose VVT Sync into console
2021-12-05 16:22:19 -05:00
rusefillc
88e5fa1eb3
Elm327Connector.processLine(): {STOPPED} #3655
2021-12-05 01:44:23 -05:00
rusefillc
359640e7aa
tune via CAN #3361
...
todo: find a better place for these defs
2021-12-04 20:34:31 -05:00
rusefillc
4e45ff935c
tune via CAN #3361
...
separating buffered serial from non-buffered
2021-12-04 17:49:04 -05:00
rusefillc
1a6483757a
ELM327 bugfix: port was opened twice
2021-12-04 14:02:54 -05:00
rusefillc
fc3b89278a
tune via CAN #3361
2021-12-04 01:36:15 -05:00
rusefillc
99bd024f8e
tune via CAN #3361
2021-12-04 01:19:53 -05:00
rusefillc
a724854d28
proteus to have enlarged Lua
2021-11-30 21:50:29 -05:00
rusefillc
36c0662685
instant MAP into console
2021-11-30 14:34:17 -05:00
rusefillc
0607658373
lua code formatting
2021-11-25 10:18:50 -05:00
rusefillc
b06c4b4242
lua code formatting
2021-11-25 10:18:36 -05:00
rusefi
07dd88cb72
docs
2021-11-24 14:53:26 -05:00
rusefillc
fb8252883f
explicit unit tests for config tokens in real source code
2021-11-24 13:30:50 -05:00
rusefillc
f6c88cf4e9
fixing broken test?
2021-11-24 13:25:29 -05:00
rusefillc
563b129a10
nicer parameter name
2021-11-24 13:18:07 -05:00
rusefillc
3ac46c98f2
live data for wastegate #3588
2021-11-24 13:18:07 -05:00
rusefillc
615b9e5933
trying to reduce confusion in UI
2021-11-24 09:12:34 -05:00
Matthew Kennedy
81fffe87b7
main relay doesn't use fsio ( #3580 )
...
* fuel pump
* s
* call correct callback
* more dead
* test adjustment
* don't overflow
* don't need separate function
* java
* give it a name
* generated
* generated
* add to generate script
* import *
* this is so cheap we don't need a flag
* main relay
* plumbing
* dead fsio stuff
* test it
* by 100%, we mean 99.98%
2021-11-24 07:47:51 -05:00
rusefillc
743d30f7d6
bugfix - no script on load
2021-11-23 17:16:33 -05:00
rusefillc
6d63e0b6de
helping Android & copy right-click menu for Lua editor
2021-11-23 17:07:41 -05:00
rusefillc
9d7792f453
rusEFI console to has "Erase via DFU" button #2250
2021-11-23 16:49:20 -05:00
rusefillc
6d1474d76b
rusEFI console to has "Erase via DFU" button #2250
2021-11-23 16:24:05 -05:00
rusefillc
a4a490fcb7
rusEFI console to has "Erase via DFU" button #2250
2021-11-23 16:24:05 -05:00
rusefi
d5b91aaa94
lua editor scroll bar
2021-11-22 17:24:50 -05:00
Matthew Kennedy
d40ca0f581
fuel pump doesn't use fsio ( #3576 )
...
* fuel pump
* s
* call correct callback
* more dead
* test adjustment
* don't overflow
* don't need separate function
* java
* give it a name
* generated
* generated
* add to generate script
* import *
* this is so cheap we don't need a flag
2021-11-19 22:23:12 -05:00
rusefillc
877535b8ff
proportional spark cut #3427
2021-11-17 23:35:26 -05:00
rusefillc
9ec38c7cdd
Bells & whistles: board-specific image into console splash screen #3498
2021-11-17 22:26:24 -05:00
rusefillc
59a0f643d4
Bells & whistles: board-specific image into console splash screen #3498
2021-11-17 22:18:46 -05:00
Scott Smith
823d9a07e0
Programmatically replace ENGINE() and CONFIG() with engine-> etc ( #3565 )
...
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"
git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
2021-11-17 03:54:21 -05:00
rusefillc
c951d1d0c0
I bet device manager has command line interface fix #3547
2021-11-16 12:16:41 -05:00
Matthew Kennedy
8cdac4cac0
remove engine pointer passing ( #3556 )
...
* some
* more
* more
* the last?!
2021-11-16 04:15:29 -05:00
rusefillc
ac3abdc9b3
I bet device manager has command line interface #3547
2021-11-14 18:36:59 -05:00
rusefi
d3124ff802
maybe lua freezes proteus h7 after 7 seconds of run #3539
2021-11-12 12:51:05 -05:00
rusefillc
f0ad4f3940
editor size limit
2021-11-12 11:01:29 -05:00
rusefi
89221d5367
lua editor re-init on tab change bugfix
2021-11-12 00:20:52 -05:00
rusefi
ebed7533b7
Lua: send to ECU to resume output
2021-11-11 19:15:36 -05:00
rusefi
0f5b95ad05
undo/redo shortcuts
2021-11-11 18:54:13 -05:00