Commit Graph

404 Commits

Author SHA1 Message Date
GitHub gen-configs Action 50f2e74a71 Auto-generated configs and docs 2022-12-17 01:29:31 +00:00
TurboMarian c9a3503a4d ALS LUA Examples
(cherry picked from commit 2e0c5a2a2e953d868271a177cdfd0065c0646711)
2022-12-16 16:33:07 -05:00
GitHub gen-configs Action 2628bc86d1 Auto-generated configs and docs 2022-12-15 12:39:07 +00:00
GitHub gen-configs Action 6daa6d936a Auto-generated configs and docs 2022-12-15 03:30:12 +00:00
GitHub gen-configs Action 93cb248194 Auto-generated configs and docs 2022-12-14 03:43:40 +00:00
GitHub gen-configs Action 2372ce911e Auto-generated configs and docs 2022-12-10 23:01:38 +00:00
GitHub gen-configs Action 1c5847eb03 Auto-generated configs and docs 2022-12-10 12:40:43 +00:00
GitHub gen-configs Action a2d4c8a1b0 Auto-generated configs and docs 2022-12-04 19:58:59 +00:00
rusefillc d0957a03a5 reduce flash footprint by smarter code generation #4163 2022-12-04 01:21:38 -05:00
GitHub gen-configs Action 15745304cf Auto-generated configs and docs 2022-12-04 06:01:18 +00:00
GitHub gen-configs Action b5c7b573a5 Auto-generated configs and docs 2022-12-04 05:50:09 +00:00
GitHub gen-configs Action a42b579010 Auto-generated configs and docs 2022-12-04 05:26:23 +00:00
GitHub gen-configs Action 3862af75d2 Auto-generated configs and docs 2022-12-03 13:38:26 +00:00
rusefillc 930a070507 VW TP 2.0 2022-12-01 20:40:50 -05:00
rusefillc 4365e9e24e VW TP 2.0 2022-12-01 20:23:31 -05:00
rusefillc b1df7a2727 VW TP 2.0 2022-12-01 19:31:49 -05:00
rusefillc 8714347f4e VW TP 2.0 2022-12-01 18:47:08 -05:00
GitHub gen-configs Action f83f7b18b7 Auto-generated configs and docs 2022-11-29 01:06:09 +00:00
Matthew Kennedy 8ea5969607
fix warnings (#4840)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-11-27 10:11:14 -05:00
GitHub gen-configs Action 0d1120ca13 Auto-generated configs and docs 2022-11-27 13:15:41 +00:00
GitHub gen-configs Action 907254b6c1 Auto-generated configs and docs 2022-11-27 05:50:00 +00:00
rusefi 596fe6b64a minor clean-up 2022-11-26 21:53:31 -05:00
GitHub gen-configs Action 3626ece149 Auto-generated configs and docs 2022-11-26 19:31:53 +00:00
GitHub gen-configs Action 2645f97cab Auto-generated configs and docs 2022-11-26 16:23:09 +00:00
rusefillc 54f1b74970 docs 2022-11-22 15:20:33 -05:00
rusefillc ebe00482d2 docs 2022-11-22 14:00:06 -05:00
GitHub gen-configs Action 36422d639e Auto-generated configs and docs 2022-11-19 14:45:54 +00: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
rusefillc d2bfb22067 Hopefully not breaking anything 2022-11-15 15:15:17 -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
GitHub gen-configs Action 05f9ea5867 Auto-generated configs and docs 2022-11-14 01:03:03 +00:00
GitHub gen-configs Action b53b3cde68 Auto-generated configs and docs 2022-11-11 23:13:14 +00:00
GitHub gen-configs Action 8886b39963 Auto-generated configs and docs 2022-11-09 03:04:45 +00: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
GitHub gen-configs Action f5f1fbfe2f Auto-generated configs and docs 2022-11-06 00:28:03 +00:00
GitHub gen-configs Action e083144623 Auto-generated configs and docs 2022-11-04 19:09:03 +00:00
GitHub gen-configs Action 0a703fec8c Auto-generated configs and docs 2022-11-03 02:21:44 +00:00
rusefi d1875af1b4 better handling of invalid sensor on bench 2022-11-01 21:32:31 -04:00
Andrey G e7b06cbfca
compile warnings: signed vs unsigned and unused (#4713) 2022-10-30 09:47:53 -04: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
GitHub gen-configs Action 911899e28a Auto-generated configs and docs 2022-10-24 16:46:53 +00:00
rusefi 6e24020ab5 GM ETB bench test in NJ #4688
SENT to Lua integration
2022-10-22 22:46:37 -04:00