Commit Graph

23916 Commits

Author SHA1 Message Date
Matthew Kennedy 70025791c6 this assertion didn't actually confirm any observable behavior 2024-08-05 11:47:54 -07:00
Nathan Schulte be7a2ddc9c
simulator: more arguments (#432)
* simulator: improve READMEs

* simulator: use argp for argument parsing

* simulator: plumb SocketCAN device argument

* simulator: change verbosity argument

use a --quiet instead, as --verbose is a "set-only" option without
arguments and cannot be "unset" if default

* simulator: timeout is an option, not an argument

* simulator: github workflow uses --timeout option
2024-08-05 11:43:07 -07:00
GitHub gen-configs Action 6ba19ac38e Auto-generated configs and docs 2024-08-05 18:40:09 +00:00
Matthew Kennedy 696ac06d74 firmware shouldn't write config at runtime 2024-08-05 11:38:49 -07:00
Matthew Kennedy 8bde33393c auto calibrate button grey-out logic 2024-08-05 11:34:25 -07:00
GitHub set-date Action 336fe0ca56 Update date 2024-08-03 00:09:31 +00:00
GitHub gen-configs Action a988239d10 Auto-generated configs and docs 2024-08-02 04:47:17 +00:00
Matthew Kennedy f3045af367 AE is engine module 2024-08-01 21:45:54 -07:00
GitHub set-date Action 2bfa57d7d7 Update date 2024-07-26 00:09:24 +00:00
Matthew Kennedy 4e9f59abcc sensor checker: MAP 2024-07-24 23:16:07 -07:00
GitHub gen-configs Action fc484393a4 Auto-generated configs and docs 2024-07-25 04:02:07 +00:00
Nathan Schulte 640de49fe2
enable VE Analyze custom filter (#455) 2024-07-24 21:00:51 -07:00
GitHub set-date Action fab9c98745 Update date 2024-07-25 00:09:34 +00:00
Matthew Kennedy 4b4d2ac4d5
ethernet console as engine module (#453)
* infrastructure for engine modules in the build

* fully move fuel pump

* fan

* gear detector

* gear detect

* fan control cleanup

* trip odometer

* shuffle makefiles around a little

* move ethernet console to engine module

* oops

* s

* final

* dead line
2024-07-23 20:52:37 -07:00
Matthew Kennedy ff5e47c95d
Engine modules participate in the build system (#452)
* infrastructure for engine modules in the build

* fully move fuel pump

* fan

* gear detector

* gear detect

* fan control cleanup

* trip odometer

* shuffle makefiles around a little

* minor format
2024-07-23 18:05:43 -07:00
GitHub gen-configs Action c641a685b7 Auto-generated configs and docs 2024-07-24 01:01:24 +00:00
Matthew Kennedy 918e0f4c17 format 2024-07-23 18:00:09 -07:00
GitHub set-date Action 641f3c3e8c Update date 2024-07-24 00:10:35 +00:00
Matthew Kennedy 82bbc6064e std::isnan 2024-07-23 15:48:43 -07:00
Matthew Kennedy 7713071a8f std::isnan 2024-07-23 15:47:30 -07:00
GitHub set-date Action 09c38796ee Update date 2024-07-23 00:09:44 +00:00
GitHub gen-configs Action edb0501eb8 Auto-generated configs and docs 2024-07-22 23:02:39 +00:00
Matthew Kennedy f086b94c81 cisnan -> std::isnan 2024-07-22 16:00:59 -07:00
Matthew Kennedy aa5ea293e6 cisnan -> std::isnan 2024-07-22 12:15:40 -07:00
Matthew Kennedy 28cc1f2ede cleanup 2024-07-22 12:14:29 -07:00
Matthew Kennedy 63b07e5d1f cisnan -> std::isnan 2024-07-22 12:05:17 -07:00
Matthew Kennedy b36474888b Merge branch 'master' of https://github.com/fome-tech/fome-fw 2024-07-22 10:39:45 -07:00
Matthew Kennedy 3f2450056a use CriticalSectionLocker 2024-07-22 10:39:39 -07:00
Matthew Kennedy bd808552ee typo 2024-07-21 23:25:04 -07:00
Matthew Kennedy 1245ddcc21 adc clarity 2024-07-21 23:23:52 -07:00
Matthew Kennedy c5b9f53808 cleanup 2024-07-21 22:28:51 -07:00
GitHub gen-configs Action 705da5c53b Auto-generated configs and docs 2024-07-22 05:23:50 +00:00
Matthew Kennedy d19db63d0e dead error code 2024-07-21 22:22:14 -07:00
GitHub set-date Action 9f56032670 Update date 2024-07-22 00:10:07 +00:00
Matthew Kennedy aeec11078c adc cleanup 2024-07-21 13:22:28 -07:00
Matthew Kennedy 591b8446fe minor adc_inputs cleanup 2024-07-21 13:21:02 -07:00
GitHub gen-configs Action 86ad90aa00 Auto-generated configs and docs 2024-07-21 20:11:40 +00:00
Matthew Kennedy 1f1ace4ced do the math once instead of per-sample 2024-07-21 13:10:22 -07:00
GitHub set-date Action 550d4326b7 Update date 2024-07-17 00:10:01 +00:00
GitHub gen-configs Action 6e6960cb3f Auto-generated configs and docs 2024-07-16 09:10:03 +00:00
Nathan Schulte 50f7a653a7
Toyota ETCS-i [02/02]: RedundantSensor: partial second (avoid average, etc.) (#431) 2024-07-16 02:08:43 -07:00
GitHub set-date Action d37a5c1405 Update date 2024-07-13 00:10:07 +00:00
Matthew Kennedy 9cae70c341 fix tests 2024-07-12 14:06:29 -07:00
GitHub set-date Action d785e4d2c7 Update date 2024-07-12 00:31:28 +00:00
Matthew Kennedy dd8dea61c0 rename Executor -> Scheduler 2024-07-11 17:03:13 -07:00
Matthew Kennedy 07b61ee0b4 doc 2024-07-11 16:49:49 -07:00
Matthew Kennedy e61e4c4b09 remove scheduleByTimestamp() 2024-07-11 16:38:42 -07:00
Matthew Kennedy 89a0b273c6 don't use scheduleByTimestamp 2024-07-11 16:32:55 -07:00
Matthew Kennedy 1731b30337 remove scheduleForLater 2024-07-11 16:27:30 -07:00
Matthew Kennedy adb5773c5f don't use scheduleForLater 2024-07-11 16:22:08 -07:00