Andrey G
6411ef2021
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
1f6088e56b
E38
2022-10-25 23:18:41 -04:00
rusefi
db3a333f5f
E67
2022-10-25 22:04:37 -04:00
rusefi
4db3a65a7e
refactoring: extracting useful method
2022-10-25 21:55:54 -04:00
GitHub set-date Action
abe179d121
Update date
2022-10-26 00:26:37 +00:00
GitHub gen-configs Action
2ef84e5834
Auto-generated configs and docs
2022-10-25 23:21:39 +00:00
rusefillc
5eec11c7a9
random ID
2022-10-25 19:09:38 -04:00
rusefillc
9b4db6eca5
E67 id
2022-10-25 19:09:38 -04:00
GitHub gen-configs Action
dc31ec19e5
Auto-generated configs and docs
2022-10-25 21:57:39 +00:00
rusefillc
b8cabe26af
E67
2022-10-25 17:52:51 -04:00
GitHub gen-configs Action
7101fce52b
Auto-generated configs and docs
2022-10-25 21:39:28 +00:00
rusefillc
60ff9609f5
renaming black pins
2022-10-25 17:33:36 -04:00
rusefillc
985b6aac0d
renaming blue pins
2022-10-25 17:32:42 -04:00
rusefillc
af5a9269d9
connector pic
2022-10-25 17:32:19 -04:00
rusefillc
c4d0722064
renaming grey pins
2022-10-25 17:31:56 -04:00
rusefillc
dfeb1269e0
e38
2022-10-25 17:27:51 -04:00
rusefillc
2aabff5c8f
so much weird
2022-10-24 23:02:39 -04:00
rusefillc
f04ca64b50
B6
2022-10-24 22:54:42 -04:00
rusefillc
381b7dc213
just frequency nothing else
2022-10-24 21:12:58 -04:00
GitHub gen-configs Action
50e470b710
Auto-generated configs and docs
2022-10-25 00:36:10 +00:00
rusefi
c07ee72165
B6
2022-10-24 20:29:46 -04:00
GitHub gen-configs Action
d49fa94c55
Auto-generated configs and docs
2022-10-24 16:46:53 +00:00
Matthew Kennedy
ede3df75f5
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
0dbe83ea18
Auto-generated configs and docs
2022-10-24 12:55:57 +00:00
Andrey G
f3c728ce61
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
bbe2068151
Update date
2022-10-24 00:34:01 +00:00
rusefi
5adec06593
hiding WIP since not really alive
2022-10-23 17:17:23 -04:00
Matthew Kennedy
c23d7ec077
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
612687f5fa
Auto-generated configs and docs
2022-10-23 19:35:19 +00:00
Matthew Kennedy
3e66e0030b
allow all pins for inputs on default builds ( #4693 )
2022-10-23 15:29:12 -04:00
Matthew Kennedy
1e0144efaa
constify efi_gpio, use size_t ( #4695 )
2022-10-23 08:25:47 -04:00
Akash Kundu
38a90f1ee4
Fixed links ( #4694 )
...
* Fixed links
* Update README.md
2022-10-22 23:10:59 -04:00
GitHub gen-configs Action
213c3f3bd5
Auto-generated configs and docs
2022-10-23 02:52:32 +00:00
rusefi
0f21808d21
GM ETB bench test in NJ #4688
...
SENT to Lua integration
2022-10-22 22:46:37 -04:00
GitHub set-date Action
8e10104fbc
Update date
2022-10-23 00:33:30 +00:00
Andrey G
6aca0e2a54
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
67ea775f17
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
07c5c2a91e
progress: allow only exhaust cam input now that we have index parameter
2022-10-22 08:40:36 -04:00
rusefillc
8b1a1a984c
refactoring: wider usage of helper method
2022-10-22 08:39:55 -04:00
rusefillc
4f6b1eb3b7
progress: rpm register based on trigger input being none or not
2022-10-21 23:57:37 -04:00
rusefillc
93892bd4d9
progress: rpm register based on trigger input being none or not
2022-10-21 23:29:39 -04:00
rusefillc
56d5e01d89
ROLLBACK
2022-10-21 22:45:46 -04:00
rusefillc
cb7625e40e
progress: rpm register based on trigger input being none or not (helping unit tests)
2022-10-21 22:25:05 -04:00
rusefillc
a0c0e38cfd
progress: rpm register based on trigger input being none or not
2022-10-21 22:07:41 -04:00
rusefillc
38164e2a0d
refactoring: inline method
2022-10-21 21:20:44 -04:00
GitHub gen-configs Action
a7eb8a10a6
Auto-generated configs and docs
2022-10-22 01:16:20 +00:00
rusefillc
366b37a41e
trigger input: dead code?
2022-10-21 21:10:58 -04:00
GitHub set-date Action
c9ddd7df50
Update date
2022-10-22 00:31:13 +00:00
rusefillc
4e3c01be71
current unused RAM metric?
2022-10-21 17:12:15 -04:00
rusefillc
65f3fce774
current unused RAM metric
2022-10-21 12:10:31 -04:00