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
GitHub gen-configs Action
17379e99e4
Auto-generated configs and docs
2022-10-21 02:31:12 +00:00
Matthew Kennedy
890a8e0fed
implement "ford mode" injector correction ( #4686 )
...
* implement "ford mode"
* missed the enum value
2022-10-20 22:25:39 -04:00
GitHub gen-configs Action
c51e54ee2b
Auto-generated configs and docs
2022-10-21 02:15:43 +00:00
Matthew Kennedy
6788ef837d
fix no-lua build ( #4690 )
2022-10-20 22:01:33 -04:00
GitHub set-date Action
4177d255c2
Update date
2022-10-21 00:28:12 +00:00
rusefillc
ee72e7ea5d
Update readme.md
2022-10-20 14:30:23 -04:00
GitHub gen-configs Action
65230fff03
Auto-generated configs and docs
2022-10-20 17:40:39 +00:00
Andrey G
66c3468ce0
SENT fixes ( #4687 )
...
* SENT: cache current setting to do proper clean-up on stop
* SENT: microRusEfi supports send on "AN temp 2" = PA1 only
* SENT: microRusEfi: fix pin number
* SENT: use activeConfiguration during sentStop()
* MRE: pin 23: can accept events (for SENT)
2022-10-20 13:33:16 -04:00
rusefillc
fadc7edbdb
Adc unregister ( #4684 )
...
* Sensor: unregister on the fly #4683
* Sensor: unregister on the fly #4683
* Adc unregister #4684
* Adc unregister #4684
2022-10-20 09:33:27 -04:00
Matthew Kennedy
c16d2e82e4
more f429 business ( #4679 )
...
* 429 boots and LEDs work
* oops missed a comma
* enable on f767 too, since it should be the same board
* why not just completely duplicate it
* script should not be fancy
* script should not be fancy
* correct pins
* h743 while we're at it
2022-10-20 00:59:39 -04:00
rusefi
64f0a8e412
SENT protocol capture implementation #4631
2022-10-20 00:04:43 -04:00
GitHub gen-configs Action
4d2e24d2a6
Auto-generated configs and docs
2022-10-20 04:02:31 +00:00
rusefi
46ee0e6eb6
SENT protocol capture implementation #4631
2022-10-19 23:56:21 -04:00
GitHub gen-configs Action
afd5d91e3b
Auto-generated configs and docs
2022-10-20 03:49:59 +00:00
rusefi
fb0cf6b6ed
SENT protocol capture implementation #4631
2022-10-19 23:45:21 -04:00
GitHub set-date Action
3e5d8f9a46
Update date
2022-10-20 00:39:24 +00:00
Andrey G
c36c1b0434
SENT protocol capture implementation ( #4631 )
...
* boards: MRE: enable SEND protocol capture
* SENT protocol capture implementation #4631
* SENT protocol capture implementation #4631
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-10-19 17:08:15 -04:00
Andrey
f9d226f66a
one step back
2022-10-19 16:22:36 -04:00
GitHub gen-configs Action
428f37ca21
Auto-generated configs and docs
2022-10-19 20:16:30 +00:00
rusefillc
00cccb2fa3
SENT protocol capture implementation #4631
2022-10-19 15:21:13 -04:00