Commit Graph

9787 Commits

Author SHA1 Message Date
Matthew Kennedy dfe2ead2e7
prep for multiple MAP sensors (#4705)
* prep for multiple MAP sensors

* move guard

* sensor info printing

* maybe kinetis memory
2022-10-27 13:59:36 -04:00
Andrey b01082640b Revert "prep for multiple MAP sensors (#4677)"
This reverts commit b8c79b7881.
2022-10-26 21:25:02 -04:00
GitHub gen-configs Action 82d6757cd4 Auto-generated configs and docs 2022-10-27 00:53:50 +00:00
GitHub set-date Action 5346714a74 Update date 2022-10-27 00:26:13 +00:00
Matthew Kennedy b8c79b7881
prep for multiple MAP sensors (#4677)
* prep for multiple MAP sensors

* move guard

* sensor info printing
2022-10-26 18:06:20 -04:00
rusefi f5abf3059a GM SENT ETB bench test in NJ #4688 2022-10-26 17:33:10 -04:00
GitHub gen-configs Action 9753df8429 Auto-generated configs and docs 2022-10-26 20:54:59 +00:00
rusefillc 8209e4da69 GM SENT ETB bench test in NJ #4688 2022-10-26 12:46:50 -04:00
GitHub gen-configs Action ca2cf87a3c Auto-generated configs and docs 2022-10-26 16:43:39 +00:00
rusefi ae7191eeff GM SENT ETB bench test in NJ #4688 2022-10-26 12:17:14 -04:00
rusefi d1d81de060 adding simplicity 2022-10-26 12:10:54 -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
GitHub gen-configs Action 46e167a842 Auto-generated configs and docs 2022-10-26 11:13:01 +00: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 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
GitHub gen-configs Action dc385b85c2 Auto-generated configs and docs 2022-10-25 21:57:39 +00:00
GitHub gen-configs Action 7e998aee9e Auto-generated configs and docs 2022-10-25 21:39:28 +00:00
GitHub gen-configs Action 3e54e32d21 Auto-generated configs and docs 2022-10-25 00:36:10 +00: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
GitHub set-date Action 0ad451c915 Update date 2022-10-24 00:34:01 +00: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 0838fd5dc4
constify efi_gpio, use size_t (#4695) 2022-10-23 08:25:47 -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
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
rusefillc f4010aa720 progress: rpm register based on trigger input being none or not 2022-10-21 23:57:37 -04:00
rusefillc 905f59d561 progress: rpm register based on trigger input being none or not 2022-10-21 23:29:39 -04:00
rusefillc 7a1e729cd8 ROLLBACK 2022-10-21 22:45:46 -04:00
rusefillc 17e340622b progress: rpm register based on trigger input being none or not (helping unit tests) 2022-10-21 22:25:05 -04:00
rusefillc 3abed33988 progress: rpm register based on trigger input being none or not 2022-10-21 22:07:41 -04:00
GitHub gen-configs Action 7d769904e6 Auto-generated configs and docs 2022-10-22 01:16:20 +00:00
GitHub set-date Action 779254f8a4 Update date 2022-10-22 00:31:13 +00:00
rusefillc 7e8f06cc42 current unused RAM metric? 2022-10-21 17:12:15 -04:00
rusefillc a36f52aaad current unused RAM metric 2022-10-21 12:10:31 -04:00
GitHub gen-configs Action b6901f594c Auto-generated configs and docs 2022-10-21 02:31:12 +00:00
Matthew Kennedy 24650f6460
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 1f1c5ecac9 Auto-generated configs and docs 2022-10-21 02:15:43 +00:00
Matthew Kennedy ec9b2a52e8
fix no-lua build (#4690) 2022-10-20 22:01:33 -04:00
GitHub set-date Action 95a28cd78e Update date 2022-10-21 00:28:12 +00:00
GitHub gen-configs Action 9d30ef6957 Auto-generated configs and docs 2022-10-20 17:40:39 +00:00
GitHub gen-configs Action 07631ba655 Auto-generated configs and docs 2022-10-20 04:02:31 +00:00
GitHub gen-configs Action 5bc9ff1178 Auto-generated configs and docs 2022-10-20 03:49:59 +00:00
GitHub set-date Action 7bf1f7d380 Update date 2022-10-20 00:39:24 +00:00
GitHub gen-configs Action c0a41d29b6 Auto-generated configs and docs 2022-10-19 20:16:30 +00:00
rusefillc c376d4de90 gcc11 is smart 2022-10-19 10:29:27 -04:00
GitHub gen-configs Action bf43376558 Auto-generated configs and docs 2022-10-19 10:47:20 +00:00
Matthew Kennedy 2bc8fbce7d
VE blend tables (#4640)
* blendy ve too

* ui

* small optimizations

* save kinetis memory

* changelog
2022-10-19 06:42:22 -04:00
GitHub gen-configs Action e8c894b944 Auto-generated configs and docs 2022-10-19 01:17:23 +00:00
GitHub set-date Action 7288ccf0e6 Update date 2022-10-19 00:31:25 +00:00
GitHub gen-configs Action 2ebd4dfcac Auto-generated configs and docs 2022-10-18 01:27:31 +00:00
rusefillc e16c8f9120 Lua aux gauge #4672 2022-10-17 21:21:23 -04:00
GitHub set-date Action 1af89345ad Update date 2022-10-18 00:33:42 +00:00
GitHub gen-configs Action 95e8ef2f58 Auto-generated configs and docs 2022-10-18 00:09:14 +00:00
rusefillc 2eba65505b Lua aux gauge #4672 2022-10-17 20:01:46 -04:00
Matthew Kennedy f760ae11c1
simplify initializeSkippedToothTrigger (#4674) 2022-10-17 16:05:27 -04:00
GitHub gen-configs Action 4b52c5c49c Auto-generated configs and docs 2022-10-17 03:44:02 +00:00
rusefi 5df4a196af Lua aux gauge #4672 2022-10-16 23:38:24 -04:00
GitHub gen-configs Action 8eb441ba27 Auto-generated configs and docs 2022-10-17 02:17:10 +00:00
GitHub set-date Action 5a0355acfd Update date 2022-10-17 00:32:13 +00:00
GitHub gen-configs Action 1dabca8bc0 Auto-generated configs and docs 2022-10-16 20:28:13 +00:00
GitHub gen-configs Action f7b67e9919 Auto-generated configs and docs 2022-10-16 16:48:48 +00:00
rusefillc 19b0f7e66e triggerImage: todo: support symmetrical crank 2022-10-16 12:10:58 -04:00
rusefillc 481efc616a Matthew Kennedy says "Oops I missed MAP scaling in the update" 2022-10-16 11:17:32 -04:00
GitHub gen-configs Action 59ced03202 Auto-generated configs and docs 2022-10-16 06:41:11 +00:00
GitHub set-date Action afe5c56d8a Update date 2022-10-16 00:38:43 +00:00
GitHub gen-configs Action dd70d8b6fe Auto-generated configs and docs 2022-10-15 23:04:51 +00:00
GitHub gen-configs Action 511e5e86ff Auto-generated configs and docs 2022-10-15 13:55:10 +00:00
GitHub set-date Action 4441132921 Update date 2022-10-15 00:29:42 +00:00
rusefi 00742baf7c 208 board progress 2022-10-14 16:39:16 -04:00
GitHub gen-configs Action 474b592ac7 Auto-generated configs and docs 2022-10-14 00:53:10 +00:00
Matthew Kennedy 1ae642e7a7
build tweaks for size (#4661)
* don't align on non-cached mcu

* lua decimal point

* no snprintf

* sort sections by alignment

* unit tests
2022-10-13 20:30:30 -04:00
Matthew Kennedy fab95bd890
can dbc update (#4663)
* can dbc update

* helpful comment
2022-10-13 20:24:29 -04:00
GitHub set-date Action 7e24ab3265 Update date 2022-10-13 00:40:57 +00:00
GitHub gen-configs Action 984fdc1e79 Auto-generated configs and docs 2022-10-13 00:07:37 +00:00
GitHub gen-configs Action 02261ef061 Auto-generated configs and docs 2022-10-12 01:03:24 +00:00
Matthew Kennedy 09ad5a738c
allow SD logging non-scaled_channel (#4657)
* allow SD logging non-scaled_channel

* comments and kick ci
2022-10-11 20:58:43 -04:00
GitHub set-date Action c217d2e0b3 Update date 2022-10-12 00:35:16 +00:00
GitHub gen-configs Action c08e7eda8b Auto-generated configs and docs 2022-10-11 01:30:56 +00:00
GitHub set-date Action 810c958676 Update date 2022-10-11 00:29:02 +00:00
GitHub gen-configs Action d6f3f81bd5 Auto-generated configs and docs 2022-10-10 23:17:11 +00:00
Matthew Kennedy 9d132676fd
consolidate analog vs. temp info commands (#4646)
* consolidate analog vs. temp info commands

* cleanup

* guard
2022-10-10 07:44:20 -04:00
GitHub gen-configs Action 2b13365fc2 Auto-generated configs and docs 2022-10-10 01:26:52 +00:00
Matthew Kennedy aa881efe89
fix 36-2-1 trigger (#4645)
* fix

* test files

* test real 4b11

* test.mk

* better angle error math

* test GM too

* changelog
2022-10-09 21:22:05 -04:00
GitHub set-date Action 83cdbdd0b4 Update date 2022-10-10 00:30:59 +00:00
rusefillc 6a99469c8a
// todo: what is broken _exactly_? (#4531)
* // todo: what is broken _exactly_?

* hold on, why "float autoscale" at all here?

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-10-08 23:13:14 -04:00
GitHub gen-configs Action bd4ca6a805 Auto-generated configs and docs 2022-10-09 02:22:51 +00:00
rusefillc 86d3b16939
hold on, why "float autoscale" at all here? (#4647)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-10-08 22:11:34 -04:00
GitHub set-date Action e26fef433d Update date 2022-10-09 00:27:54 +00:00
GitHub set-date Action 867ccb8924 Update date 2022-10-08 00:27:12 +00:00