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
rusefi
bb9717303d
back to 3 second auto-DFU sleep
2021-11-07 13:25:34 -05:00
rusefillc
334bf249ec
a bit of dead code
2021-11-07 00:00:33 -04:00
rusefillc
e8d6f3088e
turbo speed turbospeed input #2935
2021-11-04 20:04:16 -04:00
Matthew Kennedy
5b35aa8f21
log vvt targets ( #3417 )
...
* log vvt target
* java
* make java happy probably
* sensorlogger
2021-11-02 15:03:57 -04:00
rusefillc
3d5ae9e173
remove background from "program" icon or replace icon #3435
2021-10-31 22:35:30 -04:00
kon
88b6d4ade6
better icons ( #3438 )
...
* Auto-generated configs and docs
* Auto-generated configs and docs
* Auto-generated configs and docs
* Auto-generated configs and docs
* added vector logos
* removed background from upload icon
* more logos, more better
Co-authored-by: GitHub build-firmware Action <action@github.com>
2021-10-31 22:06:10 -04:00
rusefillc
18658d847c
remove background from "program" icon or replace icon #3435
2021-10-31 21:17:54 -04:00
kon
16bd017852
Vector logos ( #3437 )
...
* Auto-generated configs and docs
* Auto-generated configs and docs
* Auto-generated configs and docs
* Auto-generated configs and docs
* added vector logos
* removed background from upload icon
Co-authored-by: GitHub build-firmware Action <action@github.com>
2021-10-31 21:16:33 -04:00
rusefillc
b45aba9a3a
making help link more visible
2021-10-31 12:22:53 -04:00
rusefillc
1ca407f391
Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
...
better handling of bad conditions
2021-10-31 12:09:45 -04:00
rusefillc
bc7739de29
bye bye LaTeX
2021-10-31 11:30:25 -04:00
rusefillc
eec89e7118
generate java enum from C enum? generate both C and java from yaml? #2102
2021-10-31 11:14:42 -04:00
rusefillc
bf601b831a
ERROR: Alternatively please install drivers using Device Manager pointing at 'drivers/silent_st_drivers/DFU_Driver' folder
2021-10-30 23:27:07 -04:00
rusefi
6350076787
firmware flashing screen should appear on same screen as console splash screen
2021-10-28 15:34:06 -04:00
rusefi
6b23a2f22b
surviving IDEA run without resources
2021-10-27 23:40:17 -04:00
rusefillc
e9463d5a0d
generate java enum from C enum? generate both C and java from yaml? #2102
2021-10-25 11:51:53 -04:00
rusefillc
7a8a7c3fc7
generate java enum from C enum? generate both C and java from yaml? #2102
2021-10-24 13:25:52 -04:00
rusefillc
c6d47c1a8a
generate java enum from C enum? generate both C and java from yaml? #2102
2021-10-24 09:16:11 -04:00
rusefillc
de6388b254
generate java enum from C enum? generate both C and java from yaml? #2102
2021-10-24 09:06:38 -04:00
rusefillc
11d519332d
Revert "generate java enum from C enum? generate both C and java from yaml? #2102"
...
This reverts commit 73b52ed1
2021-10-24 08:24:49 -04:00
rusefillc
73b52ed185
generate java enum from C enum? generate both C and java from yaml? #2102
2021-10-23 23:37:04 -04:00
rusefillc
6d5ea798f8
Better Windows build-in DFU #3338
2021-10-23 12:04:34 -04:00
rusefillc
36ba375a94
New dfu ( #3392 )
...
* Better Windows build-in DFU #3338
* Better Windows build-in DFU #3338
some time to read from dead process, also TOOLS_PATH support
* Better Windows build-in DFU #3338
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2021-10-22 15:05:12 -04:00
rusefillc
5eeded86c2
Better Windows build-in DFU #3338
...
Sometimes process has already finished but we still want to read output, so give it extra half a second
2021-10-22 14:38:58 -04:00
rusefillc
3fda7305f1
Better Windows build-in DFU #3338
...
no sleep in case of manual DFU
2021-10-22 14:36:54 -04:00
rusefillc
3fe486e191
rusEFI console bug while Lua with simulator fix #3387
2021-10-22 11:12:55 -04:00
rusefillc
c6e8a5cc6b
minor usability: reducing "set date" spam
2021-10-21 19:22:33 -04:00
rusefillc
cd457b465a
lua wiki URL
2021-10-19 10:51:59 -04:00
rusefillc
d1afb8eee2
annotate_if #3358
2021-10-17 11:48:41 -04:00
rusefillc
8bf8b21045
apparently console was more broken
2021-10-15 22:04:47 -04:00
rusefillc
86e18592ce
Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
...
config values
2021-10-14 21:12:02 -04:00
rusefillc
e9d8df122c
Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
...
progress
2021-10-14 19:55:17 -04:00
rusefillc
6d01c5ea83
Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
...
progress
2021-10-14 15:53:14 -04:00
rusefillc
184fe9c213
Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
...
progress
2021-10-14 14:46:05 -04:00
rusefillc
c515bd30dd
Merge branch 'master' into live-data-2021
2021-10-14 14:05:54 -04:00
rusefillc
1886a42fe9
Whatever we call it, how ever we implement it - we need live data / remote view into rusEFI actual state #3353
...
this stuff is definitely dead code
2021-10-14 14:01:31 -04:00