Commit Graph

21167 Commits

Author SHA1 Message Date
rusefi 62afc7e761 GM SENT ETB bench test in NJ #4688 2022-10-26 12:15:32 -04:00
rusefi d1d81de060 adding simplicity 2022-10-26 12:10:54 -04:00
rusefi 93f9e81e9e huh, we can pole larger method here 2022-10-26 12:08:27 -04:00
rusefillc ac08ffbdc4 GM SENT ETB bench test in NJ #4688 2022-10-26 10:37:35 -04:00
GitHub gen-configs Action 24c039294b Auto-generated configs and docs 2022-10-26 13:34:16 +00:00
rusefi 28558eaf7a GM SENT ETB bench test in NJ #4688 2022-10-26 09:29:04 -04:00
rusefi 7270735015 GM SENT ETB bench test in NJ #4688 2022-10-26 09:27:32 -04:00
rusefi 3c922bcf99 GM SENT ETB bench test in NJ #4688 2022-10-26 09:27:01 -04:00
GitHub gen-configs Action 46e167a842 Auto-generated configs and docs 2022-10-26 11:13:01 +00:00
Andrey G f68130a2ca
TS: lua gauges move from Extra 2 to LUA category (#4701) 2022-10-26 07:09:07 -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
rusefillc 3c60333180 E38 2022-10-25 23:18:41 -04:00
rusefi 6043795c62 E67 2022-10-25 22:04:37 -04:00
rusefi a74fc3c3c2 refactoring: extracting useful method 2022-10-25 21:55:54 -04:00
GitHub set-date Action 048c8ddd92 Update date 2022-10-26 00:26:37 +00:00
GitHub gen-configs Action 87eb2178c0 Auto-generated configs and docs 2022-10-25 23:21:39 +00:00
rusefillc 0903367ab1 random ID 2022-10-25 19:09:38 -04:00
rusefillc 65dd4900ef E67 id 2022-10-25 19:09:38 -04:00
GitHub gen-configs Action dc385b85c2 Auto-generated configs and docs 2022-10-25 21:57:39 +00:00
rusefillc 88727984f9 E67 2022-10-25 17:52:51 -04:00
GitHub gen-configs Action 7e998aee9e Auto-generated configs and docs 2022-10-25 21:39:28 +00:00
rusefillc 7979675a4a renaming black pins 2022-10-25 17:33:36 -04:00
rusefillc 040cf38416 renaming blue pins 2022-10-25 17:32:42 -04:00
rusefillc 15037160f3 connector pic 2022-10-25 17:32:19 -04:00
rusefillc 5917c65eb3 renaming grey pins 2022-10-25 17:31:56 -04:00
rusefillc 800e79e6ec e38 2022-10-25 17:27:51 -04:00
rusefillc a573b604d7 so much weird 2022-10-24 23:02:39 -04:00
rusefillc 801088f727 B6 2022-10-24 22:54:42 -04:00
rusefillc e4906f5f7c just frequency nothing else 2022-10-24 21:12:58 -04:00
GitHub gen-configs Action 3e54e32d21 Auto-generated configs and docs 2022-10-25 00:36:10 +00:00
rusefi 4a88be7cfc B6 2022-10-24 20:29:46 -04:00
GitHub gen-configs Action 911899e28a Auto-generated configs and docs 2022-10-24 16:46:53 +00:00
Matthew Kennedy f8a4d35d25
dual MAF sensors (#4697)
* add second MAF

* output channesl

* move them around

* ok let's try at the very end

* is the logic wrong, or something else?

* ooh it's the sensor order
2022-10-24 12:41:05 -04:00
GitHub gen-configs Action 8c864fdce8 Auto-generated configs and docs 2022-10-24 12:55:57 +00:00
Andrey G dff2693698
SENT fixes (#4698)
* SENT: use shift register for storing nibbles

* SENT: rxReg shift to the left

* SENT: todo
2022-10-24 08:50:11 -04:00
GitHub set-date Action 0ad451c915 Update date 2022-10-24 00:34:01 +00:00
rusefi f9870b324b hiding WIP since not really alive 2022-10-23 17:17:23 -04:00
GitHub gen-configs Action 46e33101fc Auto-generated configs and docs 2022-10-23 20:53:12 +00:00
Matthew Kennedy 2924d98609
use offsetof instead of generated offset defines (#4696)
* constify efi_gpio, use size_t

* use offsetof instead of macros

* don't generate offsets in rusefi_generated.h

* comment explaining the madness

* java fixes

* casing
2022-10-23 16:39:18 -04:00
GitHub gen-configs Action 4bcc61a588 Auto-generated configs and docs 2022-10-23 19:35:19 +00:00
Matthew Kennedy 071796db92
allow all pins for inputs on default builds (#4693) 2022-10-23 15:29:12 -04:00
Matthew Kennedy 0838fd5dc4
constify efi_gpio, use size_t (#4695) 2022-10-23 08:25:47 -04:00
Akash Kundu d8591a1bd4
Fixed links (#4694)
* Fixed links

* Update README.md
2022-10-22 23:10:59 -04:00
GitHub gen-configs Action 4497555d24 Auto-generated configs and docs 2022-10-23 02:52:32 +00:00
rusefi 6e24020ab5 GM ETB bench test in NJ #4688
SENT to Lua integration
2022-10-22 22:46:37 -04:00
GitHub set-date Action 171e1ad2b3 Update date 2022-10-23 00:33:30 +00:00
Andrey G d21d5397ac
SENT fixes (#4692)
* SENT: measure more pulses during Unit time calibration

* SENT: no magic numbers

* SENT: fix typo

* SENT: setninfo output: do not show slow channels if not detected

* SENT: fix GM-style CRC calculation

* SENT: another one CRC algorithm, now for pressure sensor

* SENT: show CRC error percentage
2022-10-22 18:07:22 -04:00
rusefillc 98076927b0
progress: rpm register based on trigger input being none or not (#4691)
* progress: rpm register based on trigger input being none or not

* use helper functions

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-10-22 09:27:41 -04:00
rusefillc 983f88709a progress: allow only exhaust cam input now that we have index parameter 2022-10-22 08:40:36 -04:00
rusefillc da0fa03f0a refactoring: wider usage of helper method 2022-10-22 08:39:55 -04:00