rusefillc
eac1430b08
only:hd
2023-10-11 23:47:34 -04:00
rusefillc
1f0e55e98a
DAC with Lua #5601
2023-10-09 12:31:01 -04:00
rusefillc
8c53a3e9fe
huh: why not just pass bus argument right away?
2023-10-08 22:58:26 -04:00
rusefillc
5ab9513612
only:cypress
2023-10-07 13:07:05 -04:00
Matthew Kennedy
b0b6c0122b
add lua odometer reset function
2023-10-06 21:21:32 -04:00
rusefillc
e19204dd2e
Boost ( #5586 )
...
* boost is engine module
* only:idle leaves outputs
---------
Co-authored-by: Matthew Kennedy <matthewkennedy@outlook.com>
2023-09-26 13:39:43 -04:00
Andrey
2c78ae027d
lua reads stale output values fix #5579
2023-09-24 18:48:02 -04:00
Andrey
d730ad08fa
lua reads stale output values fix #5579
2023-09-24 18:04:56 -04:00
rusefi
dbfbe3f980
bench_test CAN packets do not use proper IDs #5525
2023-08-20 21:56:01 -04:00
rusefi
ad21014376
Lua: do not sleep while TS is talking
...
only:small-can-board
2023-08-12 18:06:52 -04:00
rusefi
d9a4ef2490
Startpwm is broken fix #5502
2023-08-08 21:10:13 -04:00
rusefillc
9febfc7070
startPwm should not FATAL fix #5497
2023-08-07 23:32:52 -04:00
Andreika
8b9955dc67
lua getAuxDigital() #4861 ( #5400 )
...
* lua getAuxDigital() #4861
* fix
* fix simulator
2023-07-09 14:41:57 -04:00
rusefillc
9395f6c794
no output lookup in unit tests ( #5381 )
...
* no output lookup in unit tests
* only get outputs in non-test land
---------
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
Co-authored-by: Matthew Kennedy <matthewkennedy@outlook.com>
2023-07-03 10:27:36 -04:00
Andrey
8ca776d3e0
only:proteus_f7
...
setConfigValueByName into text console
2023-06-27 15:05:15 -04:00
Andrey
f20b22fa81
only:small-can-board
2023-06-22 14:45:32 -05:00
rusefillc
04c954bbb8
better error handling
2023-05-30 20:09:48 -04:00
Andrey
902c61f9d8
setSparkSkipRatio limitation #5231
2023-05-25 13:26:17 -04:00
Matthew Kennedy
4b43aa5142
missed a spot
...
(cherry picked from commit a03d9ad3c92d4d85b57910d514e531fdea0e8fb5)
2023-05-16 13:02:49 -04:00
Matthew Kennedy
4e7e25585e
gear detection in to the sensor model
...
(cherry picked from commit 82794403f86023d36a211e349ca2ff530eb2eb3c)
2023-04-30 10:54:38 -04:00
rusefi
f3279c108e
proteus F7 QC build is broken #5242
2023-04-19 22:09:57 -04:00
Matthew Kennedy
12c899ddca
wideband on second can ( #5108 )
2023-02-20 11:29:25 -05:00
rusefillc
a19a7120df
https://rusefi.com/forum/viewtopic.php?f=2&t=2484 luaIgnCut
2023-01-02 18:06:38 -05:00
rusefillc
904a4ee823
getGlobalConfigurationVersion
2022-12-20 21:13:34 -05:00
rusefillc
74e8291327
Add setBoostDutyAdd function to control only boost duty #4900
2022-12-19 12:05:06 -05:00
Andrey
748f97afeb
kinetis asking for guard, also I've must have messed up something
2022-12-17 18:04:54 -05:00
rusefillc
18165e4b02
guards
2022-12-17 14:36:27 -05:00
Matthew Kennedy
8ea5969607
fix warnings ( #4840 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-11-27 10:11:14 -05:00
rusefi
596fe6b64a
minor clean-up
2022-11-26 21:53:31 -05:00
Andrey Gusakov
caebd674ea
LUA/SENT: hook to get RAW sig0 and sig1 (WIP)
...
TODO: how to return two (N) values from LUA hook?
2022-11-17 16:17:27 -05:00
rusefi
2c2429854b
copy-paste bad
2022-11-15 12:28:31 -05:00
rusefillc
9f88281566
would need to stop the buzzing at PRI.
2022-11-15 11:01:56 -05:00
rusefi
9ccb0ccb0c
https://rusefi.com/forum/viewtopic.php?p=46603#p46603
...
calling 'setTimeout' on bad self (cpp class not export)
2022-11-06 20:09:01 -05:00
rusefillc
074c6840dd
Lua to enable self stimulation #4712
2022-10-29 21:26:42 -04:00
rusefillc
92e6ffbc8d
Lua to enable self stimulation #4712
2022-10-28 19:52:16 -04:00
rusefillc
9efd9aaa15
minor move of code around
2022-10-28 19:31:17 -04:00
rusefi
f5abf3059a
GM SENT ETB bench test in NJ #4688
2022-10-26 17:33:10 -04:00
rusefillc
8209e4da69
GM SENT ETB bench test in NJ #4688
2022-10-26 12:46:50 -04:00
rusefi
ae7191eeff
GM SENT ETB bench test in NJ #4688
2022-10-26 12:17:14 -04:00
rusefi
28558eaf7a
GM SENT ETB bench test in NJ #4688
2022-10-26 09:29:04 -04:00
Andrey G
afa0bd92e8
SENT glue to LUA ( #4700 )
...
* use tabs
* SENT: Lua glue: getSentValue returns ETB position now
Can be tested with following LUA script:
setTickRate(100)
function onTick()
pos = getSentValue(1)
setLuaGauge(1, 10000 * pos)
print(pos)
end
2022-10-26 06:42:14 -04:00
rusefi
6e24020ab5
GM ETB bench test in NJ #4688
...
SENT to Lua integration
2022-10-22 22:46:37 -04:00
rusefillc
2eba65505b
Lua aux gauge #4672
2022-10-17 20:01:46 -04:00
rusefillc
9f8aa66a9a
Mark is asking for VIN number field fix #3967
2022-10-05 18:26:12 -04:00
Andrey
83afa58baf
Mark is asking for VIN number field #3967
2022-10-04 21:12:51 -04:00
rusefillc
a9b149c262
moving confusing around
2022-09-19 12:32:45 -04:00
Matthew Kennedy
b662e59707
remove some uses of EFI_ERROR_CODE ( #4496 )
...
* lua hooks
* findAngleMatch
* s
* s
2022-08-28 09:43:21 -04:00
rusefillc
67055c69bf
progress or maybe even a fix of logging?
2022-08-25 22:24:35 -04:00
rusefi
eb976de07d
lua outputs bench test
2022-08-24 13:20:14 -04:00
rusefi
755f9926ea
canRxAdd bus does not convert from Lua/human value into zero-indexed implementation value fix #4467
2022-08-21 23:48:10 -04:00