Commit Graph

21765 Commits

Author SHA1 Message Date
GitHub gen-configs Action ac14f05876 Auto-generated configs and docs 2024-03-05 21:32:51 +00:00
Andrey Gusakov f363ac42ab VSSGauge: why red zone from 4 KMh? 2024-03-05 16:29:31 -05:00
GitHub gen-configs Action e91e77b213 Auto-generated configs and docs 2024-03-05 04:52:57 +00:00
rusefillc 26b0f15a55 only: TLE9104 is a nice chip 2024-03-04 23:50:33 -05:00
GitHub gen-configs Action 48967097ec Auto-generated configs and docs 2024-03-05 04:33:19 +00:00
David Holdeman 8b4de3111a Call gen_live_documentation.sh from make 2024-03-04 23:30:13 -05:00
rusefillc 146b7fab0a only: TLE9104 is a nice chip 2024-03-04 23:29:31 -05:00
rusefillc 1bd96f39e9 only: helping master 2024-03-04 22:41:51 -05:00
David Holdeman 59565dbd52 rebuild all objects on target change 2024-03-04 22:40:47 -05:00
GitHub gen-configs Action fb5211cf9e Auto-generated configs and docs 2024-03-05 03:32:34 +00:00
GitHub gen-default-tune Action 004599d12e Auto-generated default tune 2024-03-05 02:33:06 +00:00
Andrey cdaeb2fa2b so much random technical debt all over :( 2024-03-04 21:25:07 -05:00
Andrey fcf04e6730 traction control ignition cut fix #5898
actual logic
2024-03-04 21:21:17 -05:00
GitHub gen-configs Action ef9574bd3a Auto-generated configs and docs 2024-03-05 01:57:20 +00:00
Andrey 836b5b826f traction control ignition cut #5898
UI part
2024-03-04 20:54:55 -05:00
GitHub gen-configs Action a246cb5915 Auto-generated configs and docs 2024-03-05 00:53:16 +00:00
GitHub set-date Action 0b36562a3b Update date 2024-03-05 00:17:52 +00:00
Andrey 4b6786b6ff ETB traction control drop is affected by not-highlighted cell fix #5952 2024-03-04 18:23:48 -05:00
rusefillc 9cdb1df42e ## March 2023 "Day 740" 2024-03-04 18:22:28 -05:00
Andrey 3096db5c72 confusing Map3D API fix #6139 2024-03-04 17:58:24 -05:00
David Holdeman 20972847de add docs to makefile 2024-03-04 16:22:16 -05:00
Andrey b4d3368be1 confusing Map3D API #6139
only: minor rename
2024-03-04 15:27:48 -05:00
rusefillc 9e7f258cdc allow inverted flex input #6131
I am made out of meat :(
2024-03-04 11:25:01 -05:00
GitHub gen-configs Action 9fb24eeb9a Auto-generated configs and docs 2024-03-04 03:56:40 +00:00
rusefillc 5b4b4d8301 just a test of
Try enabling globstar #6132
2024-03-03 22:45:02 -05:00
GitHub gen-configs Action bc2e1322b6 Auto-generated configs and docs 2024-03-04 02:18:23 +00:00
rusefillc e2d8c1357e TriggerMetaGenerator has hardcoded paths fix #6129 2024-03-03 21:16:06 -05:00
GitHub set-date Action 841acbe408 Update date 2024-03-04 00:18:37 +00:00
GitHub gen-configs Action b650233027 Auto-generated configs and docs 2024-03-03 23:41:30 +00:00
rusefillc 3988645527 allow inverted flex input #6131 2024-03-03 18:39:11 -05:00
Andrey Gusakov b499c8b519 ports: chconf_stm32.h for stm32, add its location to includes path 2024-03-03 13:02:38 -05:00
Andrey Gusakov e5041792a2 at3@: use STM32's chconf.h 2024-03-03 13:02:38 -05:00
Andrey Gusakov 68e07a6341 stm32: common ChibiOS config 2024-03-03 13:02:38 -05:00
Matthew Kennedy 4f39b22be6 registerCanListener should be idempotent 2024-03-03 12:30:40 -05:00
Andrey Gusakov 26452365c8 stm32: mcuconf_community.h no longer used? 2024-03-03 12:26:33 -05:00
Andrey Gusakov adc9c4fc8a spi initialization: clean-up, rework, no logic changes 2024-03-03 11:37:19 -05:00
Andrey Gusakov 5068f99863 spi pin helpers: common for all ports, extend for SPI4,5,6 2024-03-03 11:37:19 -05:00
GitHub gen-configs Action 975bda7fa5 Auto-generated configs and docs 2024-03-03 00:32:40 +00:00
David Holdeman fc49f6bdd9 remove sentinel files when cleaning 2024-03-02 19:28:44 -05:00
David Holdeman b9672fb8d5 move target sentinel rules to separate makefile 2024-03-02 18:39:08 -05:00
rusefillc e63367e8d1 Initsensors but properly #6120
making issue obvious
2024-03-02 17:43:10 -05:00
Andrey Gusakov e277cd62a5 Do not insert aem can listeners to list on each flash write
reconfigureSensors()->initLambda()->registerCanSensor() ...

This cause linked list loop.

Proper solution is to remove AEM sensors from can listener
list before inserting them again.

Revert "missing initLambda in reconfigureSensors"

This reverts commit ee20cbd33b.
2024-03-02 16:32:04 -05:00
David Holdeman 4708afd445 Move .target-sentinel to variable 2024-03-02 16:01:43 -05:00
Andrey Gusakov de96d8ba06 one-based indexing enums is not cool
Fixes possible out of array bounds introduced in 5af710ff73
2024-03-02 15:50:27 -05:00
Matthew Kennedy e5fa7b1a5d make some channels final 2024-03-01 20:29:27 -05:00
Matthew Kennedy 24c1b78ecd implement TS console over ATWINC1500 WiFi 2024-03-01 20:26:35 -05:00
GitHub gen-configs Action 3b671b8c55 Auto-generated configs and docs 2024-03-02 00:49:42 +00:00
rusefillc 92f7c326ae only: integration 2024-03-01 19:47:28 -05:00
GitHub set-date Action fb0320c711 Update date 2024-03-02 00:17:04 +00:00
rusefi 1980f2519b https://github.com/rusefi/rusefi/issues/6079
only:uaefi
2024-03-01 16:35:11 -05:00
Matthew Kennedy 8ad1285b48 atwinc1500 2024-03-01 16:21:33 -05:00
David Holdeman b684315f6d clean deliver folder 2024-03-01 16:10:01 -05:00
David Holdeman 198ad15cce Add post build script target 2024-03-01 15:56:57 -05:00
rusefillc 5a32b83d5d only: odd fire timing_offset_cylinder not accounted by injection #6095 2024-03-01 13:31:59 -05:00
GitHub gen-configs Action 94be639c20 Auto-generated configs and docs 2024-03-01 18:07:54 +00:00
rusefillc 2221cbd791 only: flexible injector naming fix #6107 2024-03-01 13:05:10 -05:00
GitHub gen-configs Action 27de5c27f6 Auto-generated configs and docs 2024-03-01 17:56:54 +00:00
rusefillc d777e84487 flexible injector naming #6107 2024-03-01 12:54:24 -05:00
GitHub gen-configs Action cde5a52f3b Auto-generated configs and docs 2024-03-01 17:19:17 +00:00
GitHub gen-default-tune Action 068d51cdf0 Auto-generated default tune 2024-03-01 15:29:39 +00:00
rusefillc 761eff22cc UAEFI crash if set to daihatsu 4cyl trigger #6079
hiding EFI_TS_SCATTER
2024-03-01 10:10:47 -05:00
rusefillc b0fb1f1a84 ohh this hack was still usable? 2024-03-01 09:41:43 -05:00
GitHub gen-configs Action 2f80025aec Auto-generated configs and docs 2024-03-01 04:19:26 +00:00
Andrey aa4005aa60 only: isLaunchPreCondition 2024-02-29 23:11:25 -05:00
Andrey 8f852fd4e7 only: typo? red flag that launch control coverage does not care 2024-02-29 22:33:37 -05:00
GitHub gen-configs Action 7356c6d172 Auto-generated configs and docs 2024-03-01 03:24:28 +00:00
rusefillc 57ad92fc1d only: removing totally dead launchFuelAdded 2024-02-29 22:22:00 -05:00
GitHub set-date Action 9cb721be8f Update date 2024-03-01 00:26:40 +00:00
David Holdeman da103f90ff add a few comments 2024-02-29 18:10:00 -05:00
rusefillc 31c3ef4cc5 haltech 0x3E4 2024-02-29 17:48:47 -05:00
David Holdeman 1270d5d34d use sentinel file with short board name to trigger rebuilds on target changes 2024-02-29 17:14:51 -05:00
Andrey d3461e3905 odd fire timing_offset_cylinder not accounted by injection fix #6095 2024-02-29 12:29:46 -05:00
Andrey df6ec17a64 odd fire timing_offset_cylinder not accounted by injection #6095
only: TDD to the win
2024-02-29 09:49:03 -05:00
Andrey 12db01c948 first spark out of order coilIndex logic in prepareCylinderIgnitionSchedule fix #6094 2024-02-29 01:47:43 -05:00
Andrey d2b6ae4d11 only: last rename for now 2024-02-29 00:41:12 -05:00
Andrey a58ab9ebcf only: renaming another variable 2024-02-29 00:34:26 -05:00
GitHub gen-configs Action abffa00368 Auto-generated configs and docs 2024-02-29 05:32:05 +00:00
Andrey 28cdf85ddc only: renaming variable 2024-02-29 00:29:48 -05:00
Andrey 50b2fccb3b only: renaming method 2024-02-29 00:26:07 -05:00
Andrey 98dcca20b1 maximumIgnitionTiming does not account timing_offset_cylinder #5894
only: TDD first steps
2024-02-29 00:16:41 -05:00
Andrey b04b6a9251 only: NICE! these values actually mean something! 2024-02-28 22:53:44 -05:00
GitHub gen-configs Action ef0269e674 Auto-generated configs and docs 2024-02-29 03:48:17 +00:00
David Holdeman f11f372ec4 Take off the board shorts 2024-02-28 22:45:58 -05:00
Andrey 002a2ce016 only: encapsulation/better name 2024-02-28 21:44:02 -05:00
GitHub gen-configs Action 86d21fffa9 Auto-generated configs and docs 2024-02-29 02:17:03 +00:00
Andrey 2ef1a3c6c4 only: wow hello 2013 fudging 2024-02-28 21:15:04 -05:00
Andrey 928f6f2866 only: reducing magic numbers in unit tests 2024-02-28 21:05:48 -05:00
Andrey 389c6e64e9 only: reducing magic numbers in unit tests 2024-02-28 20:20:41 -05:00
GitHub gen-configs Action b4d38d0a0d Auto-generated configs and docs 2024-02-29 00:40:37 +00:00
Andrey 17275e4f4b maximumIgnitionTiming does not account timing_offset_cylinder #5894
only: renaming field so that we do not have two entities with same name and different meaning
2024-02-28 19:34:13 -05:00
GitHub gen-default-tune Action d0bc9393c2 Auto-generated default tune 2024-02-29 00:31:33 +00:00
GitHub set-date Action 9f0ea86e7e Update date 2024-02-29 00:29:00 +00:00
Andrey f7dd81b61d & is inappropriate for an enum 2024-02-28 19:16:07 -05:00
David Holdeman af81c46049 regenerate configs if any config files have changed
Only build pin files if connector dir exists
2024-02-28 18:42:14 -05:00
David Holdeman f841a0b3d7 Move ramdisk creation to its own script and make target 2024-02-28 18:06:16 -05:00
David Holdeman e0371f6bf6 hard coded rusefi_generated_ 2024-02-28 16:22:24 -05:00
GitHub gen-configs Action 7eae2d194c Auto-generated configs and docs 2024-02-28 17:20:17 +00:00
rusefi cec337e52d SPI mode is on the way out 2024-02-28 12:17:58 -05:00
pchmura4 cde34fe61e Fixes 2024-02-28 12:17:17 -05:00
pchmura4 b9ba433731 SPI for TS 2024-02-28 12:17:13 -05:00