Commit Graph

16261 Commits

Author SHA1 Message Date
Nathan Schulte 6a53159c0f
use rusEFI pruned ARM GCC 11.3 (#4763)
* use rusEFI pruned ARM GCC 11.3

* fix Firmware at GHA: avoid dash

* avoid double decompress in provide_gcc.sh

also ensure TMP_DIR, avoiding strange woes about GHA CI: ./firmware/provide_gcc.sh: 23: pushd: not found
2022-11-09 07:18:40 -05:00
GitHub gen-configs Action 8886b39963 Auto-generated configs and docs 2022-11-09 03:04:45 +00:00
Matthew Kennedy 5c50ad2db4
infer useOnlyRisingEdge by trigger type (#4621)
* most of the plumbing

* easy tests

* trigger types that are rise only

* configs

* change mode of various triggers

* vvt

* 898 test is now impossible 🥳

* s

* instant rpm test

* actually remove useOnlyRisingEdgeForTrigger

* remove vvtCamSensorUseRise

* s

* print

* one happy test

* another test

* happy testSomethingWeird

* happy testCamInput

* maybe fix it a different way

* better

* quad cam

* nb2 happy

* bad merge

* vvt test

* trigger.test1995FordInline6TriggerDecoder

* hellen gm e67

* changelog
2022-11-08 21:48:39 -05:00
GitHub gen-configs Action 1f64cf5844 Auto-generated configs and docs 2022-11-09 01:59:03 +00:00
Nathan Schulte e7a5f2a0f6
use build_support ARM GCC 11.3 toolchain (#4762)
* use build_support ARM GCC 11.3 toolchain

* provide_gcc.sh exits on failure
2022-11-08 20:35:29 -05:00
GitHub set-date Action d7eb09c9de Update date 2022-11-09 00:25:20 +00:00
rusefillc 944f64f3b1
gcc11 (#4680)
* gcc11

* Gcc 11 hw ci (#4754)

* hw ci -> gcc11

* setup script

* GCC 11.3 (#4757)

* setup_linux_environment.sh tar uses --auto-compress

* use ARM GCC 11.3

* gcc11 #4680

* update build-primary-bundle GCC to v11.3 (#4758)

* factor GCC toolchain provider (#4761)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
Co-authored-by: Matthew Kennedy <matthewkennedy@outlook.com>
Co-authored-by: Nathan Schulte <8540239+nmschulte@users.noreply.github.com>
2022-11-08 18:10:53 -05:00
Nathan Schulte 355759d486
quote USE_OPENBLT to avoid condition error (#4755) 2022-11-07 22:08:53 -05:00
GitHub gen-configs Action 8e579bd42b Auto-generated configs and docs 2022-11-08 02:15:04 +00:00
Nathan Schulte 46310571c3
correct prometheus USE_BOOTLOADER config (#4752) 2022-11-07 20:14:16 -05:00
Nathan Schulte 6d31ea7d9c
fix `cypress` and `kinetis` board/build options (#4751)
* move cypress options to Makefile

* move kinetis options to Makefile

* make cypress compile script executable
2022-11-07 20:13:04 -05:00
rusefillc 0be6559ced
does gcc11 know something? (#4738)
* does gcc11 know something?

* fix BACKUP_FLASH_ADDR assertion semantic (#4750)

* fix BACKUP_FLASH_ADDR assertion semantic

* cast BACKUP_FLASH_ADDR as flashaddr_t

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
Co-authored-by: Nathan Schulte <8540239+nmschulte@users.noreply.github.com>
2022-11-07 19:22:58 -05:00
Matthew Kennedy 7bd9dbf89e
fix vvt logging logic (#4747)
* fix vvt logging logic

* put that back

* flip condition to avoid branch on uninitialized value
2022-11-07 10:52:17 -05:00
Andrey 73e69940ba Ford SENT ETB bench test in NJ #4745
we shall unit test SENT
2022-11-07 10:30:30 -05:00
Andrey be8ba29b42 Ford SENT ETB bench test in NJ #4745
we shall unit test SENT
2022-11-07 00:25:47 -05:00
Andrey a25c9ab520 Ford SENT ETB bench test in NJ #4745
we shall unit test SENT
2022-11-07 00:06:42 -05:00
GitHub gen-configs Action e48a3ea866 Auto-generated configs and docs 2022-11-07 03:35:51 +00:00
rusefi cbbc2a4e85 merging E67 2022-11-06 22:29:35 -05:00
rusefi ec77afeaa0 reducing ugly 2022-11-06 20:47:57 -05:00
rusefi 7cc6d9c07c removing dead code 2022-11-06 20:39:40 -05:00
Matthew Kennedy 91808c3a0e
lwip thread priorities (#4746) 2022-11-06 20:38:25 -05:00
GitHub gen-configs Action 648cfafb69 Auto-generated configs and docs 2022-11-07 01:17:02 +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 set-date Action 2d1cae72c5 Update date 2022-11-07 00:23:20 +00:00
Andrey 1475ecf273 trigger refactoring: instance RPM fix #4740 2022-11-06 12:03:55 -05:00
Andrey 77a3f5d795 trigger refactoring: instance RPM #4740 2022-11-06 11:56:18 -05:00
Andrey 83e736b06a trigger refactoring: instance RPM #4740 2022-11-06 11:47:23 -05:00
Andrey 7b10b32958 trigger refactoring: instance RPM #4740 2022-11-06 11:45:51 -05:00
Andrey 79afd2b6fa trigger refactoring: instance RPM #4740 2022-11-06 11:41:27 -05:00
Andrey d75bf59cdc trigger refactoring: instance RPM #4740 2022-11-06 11:12:20 -05:00
Andrey a5136a0eae trigger refactoring: instance RPM #4740 2022-11-06 11:05:57 -05:00
Andrey b5796c121d trigger refactoring: instance RPM #4740 2022-11-06 10:58:04 -05:00
Andrey Gusakov f341385138 ETB: do not restart ETH thread on each doInitElectronicThrottle() 2022-11-06 09:26:40 -05:00
rusefillc 53d3c4a529 minor trigger refactoring 2022-11-06 01:32:59 -04:00
rusefillc 87d6aa2ed9 minor trigger refactoring 2022-11-06 01:11:33 -04:00
rusefillc e3fd84ed08 minor trigger refactoring 2022-11-06 00:32:38 -04:00
rusefillc a0c234c76d learning C++ 2022-11-06 00:17:24 -04:00
rusefillc d4bb6a3a5e more fancy 2022-11-06 00:10:50 -04:00
rusefillc cd77afe464 minor fix: will be invoked downstream 2022-11-05 23:58:05 -04:00
rusefillc 2866ba54b8 minor fix: no need to assign same value twice 2022-11-05 23:50:03 -04:00
rusefillc 43e3fce9b1 minor trigger refactoring 2022-11-05 22:42:33 -04:00
rusefillc fd86dc2b0f minor trigger refactoring 2022-11-05 22:30:08 -04:00
Andrey 4a26b0973d A gem of dead code 2022-11-05 21:57:26 -04:00
Andrey c6e34be447 A gem of dead code 2022-11-05 21:53:38 -04:00
Andrey b57bf2903a minor trigger refactoring 2022-11-05 21:43:12 -04:00
GitHub gen-configs Action f5f1fbfe2f Auto-generated configs and docs 2022-11-06 00:28:03 +00:00
Matthew Kennedy f4f5f69ee6
duplicate log field names (#4730)
* remove duplicate target lambda/afr

* names on fuel computer

* remove more copies

* sensor.java

* everybody loves hard dependencies on generated fields

* target afr gauge fix

* test

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-11-05 20:23:09 -04:00
rusefillc 6c3899f401 dead lines 2022-11-05 17:21:30 -04:00
GitHub gen-configs Action 88ffc7e763 Auto-generated configs and docs 2022-11-05 19:29:59 +00:00
rusefillc 500b3e8678 dead lines 2022-11-05 15:20:02 -04:00
GitHub set-date Action 4e77dd4917 Update date 2022-11-05 00:26:48 +00:00
GitHub gen-configs Action e083144623 Auto-generated configs and docs 2022-11-04 19:09:03 +00:00
Matthew Kennedy 1269428044
remove idle timing deadzone (#4731)
* remove idle timing deadzone

* test

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-11-04 15:02:20 -04:00
rusefi e7e85a7186 GM 2022-11-04 13:28:25 -04:00
rusefi bf3357cc61 nicer defaults API 2022-11-04 13:27:40 -04:00
GitHub gen-configs Action 3251b9f99f Auto-generated configs and docs 2022-11-04 16:44:44 +00:00
rusefi 6ae31c7e13 GM 2022-11-04 12:38:55 -04:00
rusefi 954e4650ba nicer defaults API 2022-11-04 12:37:28 -04:00
GitHub set-date Action f3d04f7c3e Update date 2022-11-04 00:27:19 +00:00
Andrey Gusakov 6305606319 ETB: dead variable 2022-11-03 19:38:47 -04:00
Andrey Gusakov 1c4f437fad typo 2022-11-03 19:38:35 -04:00
Andrey Gusakov 8bb471c8a7 ETB: typo? 2022-11-03 19:38:14 -04:00
Andrey G 331fabb6de
pin_sepository: no external users for totalPinsUsed, remove (#4733) 2022-11-03 18:26:08 -04:00
GitHub gen-configs Action e7999d4707 Auto-generated configs and docs 2022-11-03 17:10:09 +00:00
rusefillc 10eea940b9 154 2022-11-03 13:04:27 -04:00
rusefi d6f8590cbf https://github.com/rusefi/rusefi/issues/4688#issuecomment-1301886167 2022-11-03 09:45:57 -04:00
rusefi 7e95c2c672 removing dead code - function never returns nullptr 2022-11-03 09:40:44 -04:00
rusefillc ec05edd55a target lambda & afr log fields broken #4727 2022-11-02 22:37:52 -04:00
rusefillc 399a9c4a51 target lambda & afr log fields broken #4727 2022-11-02 22:35:40 -04:00
rusefillc 70e734127d target lambda & afr log fields broken #4727 2022-11-02 22:25:16 -04:00
GitHub gen-configs Action 0a703fec8c Auto-generated configs and docs 2022-11-03 02:21:44 +00:00
rusefillc 95d360f7b1 target lambda & afr log fields broken #4727 2022-11-02 22:17:00 -04:00
rusefillc b87f60f07d target lambda & afr log fields broken #4727 2022-11-02 22:03:14 -04:00
GitHub gen-configs Action 7d19cf3bea Auto-generated configs and docs 2022-11-03 01:54:29 +00:00
GitHub set-date Action c0821cf96e Update date 2022-11-03 00:26:14 +00:00
GitHub gen-configs Action 8fb479a302 Auto-generated configs and docs 2022-11-02 18:36:42 +00:00
rusefillc 4f4276ed12 Improve IAT fuel multiplier help #4728 2022-11-02 14:18:50 -04:00
GitHub gen-configs Action 6cd8b241bc Auto-generated configs and docs 2022-11-02 15:22:43 +00:00
rusefillc e4a70dc61c Nissan defaults 2022-11-02 11:17:24 -04:00
rusefillc 8faa664703 todo: better names 2022-11-02 11:16:42 -04:00
GitHub gen-configs Action ba4f4251d2 Auto-generated configs and docs 2022-11-02 03:13:16 +00:00
rusefillc 961ad9e27c rusefi.input: use tabs for intendations #4726
3rd ooopsie :(
2022-11-01 23:06:57 -04:00
GitHub gen-configs Action 00fa263e39 Auto-generated configs and docs 2022-11-02 02:57:50 +00:00
rusefillc 37910fffc2 rusefi.input: use tabs for intendations #4726
second ooopsie :(
2022-11-01 22:51:21 -04:00
GitHub gen-configs Action e30896a957 Auto-generated configs and docs 2022-11-02 02:50:04 +00:00
rusefillc eebe1c6fe8 rusefi.input: use tabs for intendations #4726
another ooopsie
2022-11-01 22:43:27 -04:00
rusefi 004cadf5d1 docs 2022-11-01 21:44:22 -04:00
rusefi 287172ec7d cute special case 2022-11-01 21:35:47 -04:00
rusefi d1875af1b4 better handling of invalid sensor on bench 2022-11-01 21:32:31 -04:00
rusefi 6b240fc3fb rusefi.input: use tabs for intendations #4726
regex should match both spaces and tabs
2022-11-01 21:18:16 -04:00
rusefi 9c2ee0bdaa heh what's broken? :( 2022-11-01 20:48:45 -04:00
GitHub gen-configs Action d7718dae1e Auto-generated configs and docs 2022-11-02 00:28:21 +00:00
rusefi a28fee88de heh what's broken? 2022-11-01 20:23:14 -04:00
GitHub gen-configs Action 54cea0119a Auto-generated configs and docs 2022-11-01 21:35:56 +00:00
rusefillc dd081e5d58 Too long field comment becomes log field name #4716 2022-11-01 17:31:47 -04:00
GitHub gen-configs Action 523a6b9592 Auto-generated configs and docs 2022-11-01 21:00:55 +00:00
rusefillc 53649f73f1 Too long field comment becomes log field name #4716 2022-11-01 16:51:51 -04:00
GitHub gen-configs Action 28041d4027 Auto-generated configs and docs 2022-11-01 14:52:28 +00:00
GitHub set-date Action 69661b7f77 Update date 2022-11-01 00:30:04 +00:00
GitHub gen-configs Action 4df9518458 Auto-generated configs and docs 2022-10-31 20:59:35 +00:00
Andrey G 4a40ed762a
rusefi.input: use tabs for intendations (#4726)
also clear tailing whitespaces

This saves 18K
2022-10-31 16:54:25 -04:00
GitHub gen-configs Action 38464c0d24 Auto-generated configs and docs 2022-10-31 19:33:46 +00:00
Andrey G dfab126c92
TS: UI: rename Pin to input or output where possible (#4725)
Keep Pin term only for internal connections (SD, SPI...)
2022-10-31 15:29:29 -04:00
GitHub gen-configs Action 0609f97aa5 Auto-generated configs and docs 2022-10-31 18:40:24 +00:00
Andrey G 0db5783cd4
TS: reorder Ignition menu (#4724) 2022-10-31 14:34:51 -04:00
GitHub gen-configs Action 5db9b1e882 Auto-generated configs and docs 2022-10-31 17:16:20 +00:00
Andrey G 49b286793e
TS UI suggestions by ELDominio (#4723)
* TS: Idle position from Extra 2 to Idle category

* TS: idle AC adders to AC dialog

* TS: Fan idle adders to Fan dialog
2022-10-31 13:11:21 -04:00
GitHub set-date Action 9876b439ab Update date 2022-10-31 00:28:39 +00:00
GitHub gen-configs Action 0b5ffbec6a Auto-generated configs and docs 2022-10-30 23:46:50 +00:00
Andrey G 76cc8656af
TS: target lambda and target AFR gauges: fix layout (#4719) 2022-10-30 19:41:02 -04:00
GitHub gen-configs Action c7ce2c2565 Auto-generated configs and docs 2022-10-30 21:55:22 +00:00
Andrey G cb7f592848
idle_state: rename useIacTableForCoasting -> isIacTableForCoasting (#4721) 2022-10-30 17:41:18 -04:00
GitHub gen-configs Action 40ee8f1634 Auto-generated configs and docs 2022-10-30 16:50:07 +00:00
Andrey G f6ebba829a
TS: move "Trigger error count" from ECU status to Trigger category (#4718) 2022-10-30 12:45:30 -04:00
Andrey G 94ce8134da
OpenBLT: fix lazy compilation (#4715)
* OpenBLT: fix lazy compilation

* OpenBLT: use per-board obj directory
2022-10-30 10:01:43 -04:00
Andrey G e7b06cbfca
compile warnings: signed vs unsigned and unused (#4713) 2022-10-30 09:47:53 -04:00
Andrey G 12842e485b
OpenBLT: F7: ups, missed shared section (#4714) 2022-10-30 09:38:09 -04:00
rusefillc 25d3c40b87 GM 2022-10-30 00:24:47 -04:00
rusefillc 23c2217a71 refactoring: helper method 2022-10-30 00:20:15 -04:00
rusefillc 959c738c24 refactoring: helper method 2022-10-30 00:17:42 -04:00
rusefillc baca678225 GM 2022-10-30 00:07:32 -04:00
rusefillc 98791781b6 GM 2022-10-29 23:55:23 -04:00
rusefillc 2715cc1b8b refactoring: helper method 2022-10-29 23:55:14 -04:00
rusefillc 236772b209 refactoring: helper method 2022-10-29 23:46:54 -04:00
rusefillc fcf6702b71 refactoring: helper method 2022-10-29 23:38:22 -04:00
rusefillc 89c1ba92be +x 2022-10-29 23:32:58 -04:00
rusefillc 13c9de1c80 refactoring: helper method 2022-10-29 23:04:24 -04:00
rusefillc ecec622f2d GM 2022-10-29 22:56:12 -04:00
rusefillc 2a1d623aba send more of Engine Sniffer data #4560 2022-10-29 22:33:50 -04:00
rusefillc 0283351d6c send more of Engine Sniffer data #4560 2022-10-29 21:55:35 -04:00
GitHub gen-configs Action 579cbddb54 Auto-generated configs and docs 2022-10-30 01:33:19 +00:00
rusefillc 066ac7e2ea send more of Engine Sniffer data #4560 2022-10-29 21:27:49 -04:00
rusefillc 074c6840dd Lua to enable self stimulation #4712 2022-10-29 21:26:42 -04:00
GitHub set-date Action ab1b8d6706 Update date 2022-10-30 00:31:04 +00:00
GitHub set-date Action b6e5da292a Update date 2022-10-29 00:22:15 +00:00
rusefillc 92e6ffbc8d Lua to enable self stimulation #4712 2022-10-28 19:52:16 -04:00
GitHub gen-configs Action 484a87b7c1 Auto-generated configs and docs 2022-10-28 23:45:01 +00:00
rusefillc 9efd9aaa15 minor move of code around 2022-10-28 19:31:17 -04:00
GitHub gen-configs Action 0f851f17d3 Auto-generated configs and docs 2022-10-28 22:43:57 +00:00
rusefillc 6082824462 gaugeCategory = Idle 2022-10-28 18:38:47 -04:00
GitHub gen-configs Action f5b26a985e Auto-generated configs and docs 2022-10-28 18:13:30 +00:00
rusefillc d66a0bd655 GM 2022-10-28 14:08:24 -04:00
GitHub gen-configs Action b974b20ed3 Auto-generated configs and docs 2022-10-28 14:33:29 +00:00
rusefillc 30b41eb6a2 SD card log fields list should be auto-generated #3985 2022-10-28 10:28:38 -04:00
GitHub gen-configs Action cb77801ed3 Auto-generated configs and docs 2022-10-28 14:09:22 +00:00
rusefillc a4aa280e90 SD card log fields list should be auto-generated #3985 2022-10-28 10:04:33 -04:00
GitHub gen-configs Action 6b28fee5ce Auto-generated configs and docs 2022-10-28 13:11:34 +00:00
rusefillc 5df60fd084 SD card log fields list should be auto-generated #3985 2022-10-28 09:06:15 -04:00
GitHub gen-configs Action 1695cdeb7b Auto-generated configs and docs 2022-10-28 08:36:50 +00:00
rusefillc 9a3deff720 Automation coverage for RPM not reading #4709 2022-10-28 04:22:10 -04:00
rusefillc cee2d4882f SD card log fields list should be auto-generated #3985 2022-10-28 04:20:35 -04:00
rusefillc eeb7a59d48 SD card log fields list should be auto-generated #3985
oh many fields!
2022-10-28 04:11:54 -04:00
rusefillc 3c5f8f8f3c renaming tool 2022-10-28 03:44:39 -04:00
rusefillc cf75202ab6 Automation coverage for RPM not reading #4709 2022-10-28 02:44:38 -04:00
rusefillc 2677da2105 refactoring 2022-10-28 02:41:20 -04:00
rusefillc 7792146f62 LTS: signature considerations of long time support branches #4603 2022-10-27 23:20:43 -04:00
rusefillc ca06f0af6c fix https://github.com/rusefi/hellen154hyundai/issues/69 2022-10-27 23:20:43 -04:00
Matthew Kennedy 658d1436fb
s (#4708) 2022-10-27 23:17:02 -04:00
rusefillc 451281a848 LTS: signature considerations of long time support branches #4603 2022-10-27 23:04:05 -04:00
GitHub gen-configs Action 0436ae110b Auto-generated configs and docs 2022-10-28 02:38:53 +00:00
rusefillc f9fa729d8d less horrible constant name 2022-10-27 22:17:50 -04:00
rusefillc fe9b50e4b7 random progress 2022-10-27 21:32:23 -04:00
GitHub gen-configs Action 9549b2a4ee Auto-generated configs and docs 2022-10-28 01:19:55 +00:00
Matthew Kennedy de65a247d6
plumbing for dual MAP sensors (#4704)
* wiring for dual maps

* s
2022-10-27 21:15:04 -04:00
GitHub gen-configs Action c4ea6fc9aa Auto-generated configs and docs 2022-10-28 01:04:49 +00:00
rusefillc 9218dcf116 PROTEUS_GM_LS_4 2022-10-27 20:49:06 -04:00
rusefillc b75f899973 efi::size 2022-10-27 20:35:37 -04:00
GitHub set-date Action f6d2c49255 Update date 2022-10-28 00:26:36 +00:00
GitHub gen-configs Action 945ab1d7ed Auto-generated configs and docs 2022-10-28 00:12:33 +00:00
rusefillc 318d7ed933 PROTEUS_GM_LS_4 2022-10-27 19:59:52 -04:00
GitHub gen-configs Action 517b23c65a Auto-generated configs and docs 2022-10-27 18:47:49 +00:00
rusefillc b5491a4564 E67 2022-10-27 14:30:00 -04:00
rusefillc 1b44a73565 PROTEUS_GM_LS_4 2022-10-27 14:30:00 -04:00
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
rusefillc bdb9c54baf SD card log fields list should be auto-generated #3985 2022-10-26 22:07:24 -04:00
Andrey b01082640b Revert "prep for multiple MAP sensors (#4677)"
This reverts commit b8c79b7881.
2022-10-26 21:25:02 -04:00
rusefillc 6e013ce883 not too funny 2022-10-26 21:00:10 -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
Matthew Kennedy f967231bb9
bigger blocking factor (#4703) 2022-10-26 16:49:55 -04:00
Andrey G 7abe3ba112
SENT improvements (#4702)
* smt32_common.mk: reduce copy-paste

* SENT: sentPins is not used

* hw: stm32: add ICU helper

* hw: stm32: icu helpers: also return timer base clock

* SENT: icu: use helper to get ICU & channel and AF

* SENT: icu: use CPU ticks for pulse measurements

* hw: stm32: icu: cleanup
2022-10-26 15:33:47 -04: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 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
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