Commit Graph

22698 Commits

Author SHA1 Message Date
Matthew Kennedy 40a7321d36 ini cleanup 2023-07-26 01:35:59 -07:00
Matthew Kennedy 30f85245ec test lambda monitor response #75 2023-07-26 00:35:28 -07:00
GitHub gen-configs Action 6ef6de81b6 Auto-generated configs and docs 2023-07-26 07:01:58 +00:00
Matthew Kennedy 20ebd3a433 lambda monitor live data 2023-07-25 23:59:00 -07:00
Matthew Kennedy 600d39fd8c force bigBuffer alignment https://github.com/rusefi/rusefi/issues/5354 2023-07-25 23:46:28 -07:00
Matthew Kennedy b20e228eb3 Merge branch 'master' of https://github.com/fome-tech/fome-fw 2023-07-25 23:33:01 -07:00
Matthew Kennedy e0c3921983 we play a little fast and loose with Timer, ensure it gets no vtable 2023-07-25 23:32:49 -07:00
GitHub gen-configs Action e9fcc847e3 Auto-generated configs and docs 2023-07-26 06:28:13 +00:00
Matthew Kennedy 1d309460e7 CONFIG_RESET_SWITCH 2023-07-25 23:25:50 -07:00
GitHub set-date Action f2f3cb2395 Update date 2023-07-26 00:08:55 +00:00
Matthew Kennedy a752508f35 typo 2023-07-25 15:56:54 -07:00
GitHub gen-configs Action bdf81b76c0 Auto-generated configs and docs 2023-07-25 22:17:25 +00:00
Matthew Kennedy e7fd8f3259 avoid null deref in sd tooth logger 2023-07-25 15:15:15 -07:00
GitHub set-date Action 69d10c535b Update date 2023-07-22 00:08:25 +00:00
GitHub gen-configs Action dd8804d9eb Auto-generated configs and docs 2023-07-21 22:57:17 +00:00
Matthew Kennedy 6f4a4fc373
implement ignition timing clamping (#212)
* implement ignition timing clamping

* ui, improved comment

* wrap atdc timing correctly

* tests
2023-07-21 15:55:04 -07:00
GitHub gen-configs Action 8b6eb9d562 Auto-generated configs and docs 2023-07-21 09:54:59 +00:00
Matthew Kennedy 7fa3897142 wrong deadtime gauge name 2023-07-21 02:53:09 -07:00
Matthew Kennedy 61eefdcd74 dead 2023-07-21 02:52:28 -07:00
Matthew Kennedy 9c69b30303 miata vvt offset 2023-07-21 02:39:45 -07:00
Matthew Kennedy c7a7f7467c voltage compensated vvt #209 2023-07-21 02:30:58 -07:00
GitHub gen-configs Action 229a9d99dc Auto-generated configs and docs 2023-07-21 08:42:11 +00:00
Matthew Kennedy 3d1206f8d2 don't duplicate vvt position 2023-07-21 01:40:27 -07:00
GitHub gen-configs Action f67df0a666 Auto-generated configs and docs 2023-07-21 08:30:50 +00:00
mi-hol f746ddb202
fix link to CHANGELOG.rusefi.md (#204) 2023-07-21 01:28:55 -07:00
Matthew Kennedy fb8cb4987e
fan control is engine module (#203)
* fan is engine module

* mockable AC

* mockable AC

* mock AC controller in fan test

* constexpr fan livedata

* isPtr
2023-07-21 01:28:25 -07:00
GitHub set-date Action e3c4f51802 Update date 2023-07-21 00:08:25 +00:00
GitHub gen-configs Action f0b7dd733d Auto-generated configs and docs 2023-07-20 05:18:14 +00:00
Matthew Kennedy e2550105b8
vvt is engine module (#202)
* vvt refactoring

* vvt constexpr livedata

* format

* fix null deref
2023-07-19 22:16:29 -07:00
GitHub set-date Action 273867d2be Update date 2023-07-20 00:08:55 +00:00
Matthew Kennedy eb0a9da4ab s 2023-07-19 15:05:29 -07:00
Matthew Kennedy eb7707a878 put livedata intermediates in the TS folder 2023-07-19 15:05:13 -07:00
Matthew Kennedy 95efa01d8c dead 2023-07-19 14:54:47 -07:00
GitHub gen-configs Action 72177a2fe3 Auto-generated configs and docs 2023-07-19 21:54:14 +00:00
Matthew Kennedy daed623c82 unnecessary autoscales 2023-07-19 14:49:07 -07:00
Matthew Kennedy bbbf46deea new parser writes offset assertions 2023-07-19 14:48:09 -07:00
Matthew Kennedy 7fd38084e0 this is not dead 2023-07-19 11:46:04 -07:00
Matthew Kennedy cbcc1ef254 turn on java warnings and deprecation lint #195 #196 #197 2023-07-19 11:45:10 -07:00
GitHub gen-configs Action bc2021a444 Auto-generated configs and docs 2023-07-19 18:38:28 +00:00
Matthew Kennedy 010cc9c216 config typos 2023-07-19 11:36:05 -07:00
Matthew Kennedy 232c84a8f5 re-encapsulate 2023-07-19 11:34:45 -07:00
GitHub gen-configs Action 62ad0beb1d Auto-generated configs and docs 2023-07-19 07:23:44 +00:00
Matthew Kennedy bed48892aa
new parser touches all input files (#201)
* begin the resurrection

* use hw ci build script

* Revert "use hw ci build script"

This reverts commit e97e693eea.

* list serial ports

* bad merge

* Revert "list serial ports"

This reverts commit a29270405c.

* Revert "bad merge"

This reverts commit ea2541110e.

* unnecessary autoscales

* improve bad autoscale message

* bit group formatting

* formatting matching

* c struct writer mostly works

* tests and formatting alignment

* tests

* cherry pick potential hw ci fix

* format matching

* newparse reads live data files

* vvt scaling

* cleanup

* format matching

* format matching

* format matching

* format matching

* handle arrays of structs

* cleanup for merge

* jars
2023-07-19 00:21:41 -07:00
GitHub set-date Action 96381f4798 Update date 2023-07-19 00:10:45 +00:00
GitHub gen-configs Action 67769ce144 Auto-generated configs and docs 2023-07-18 18:41:20 +00:00
Matthew Kennedy c36840d0c3 nix gauge generation 2023-07-18 11:39:39 -07:00
Matthew Kennedy aac9ea1266 use spaces in java 2023-07-18 11:03:03 -07:00
Matthew Kennedy c346abed6c console script uses gradle 2023-07-18 03:27:41 -07:00
Matthew Kennedy 04b2b0efd6 cherry pick potential hw ci fix 2023-07-18 02:48:28 -07:00
Matthew Kennedy fe14cd7e25 bad merge 2023-07-18 00:57:48 -07:00