Commit Graph

8911 Commits

Author SHA1 Message Date
GitHub build-firmware Action 7c01d164b2 Auto-generated configs and docs 2022-08-06 13:20:09 +00:00
Matthew Kennedy 770f0c6637 ignore invalid diag result when checking ign/inj (#4419)
* ignore invalid pins

* ign too
2022-08-06 07:24:53 -04:00
GitHub build-firmware Action 587073a602 Auto-generated configs and docs 2022-08-06 01:22:08 +00:00
GitHub set-date Action d214c9ee78 Update date 2022-08-06 00:21:12 +00:00
GitHub build-firmware Action cb2f38a1e3 Auto-generated configs and docs 2022-08-05 03:23:56 +00:00
GitHub set-date Action b20468f03f Update date 2022-08-05 00:28:20 +00:00
GitHub set-date Action 3b5eaf7605 Update date 2022-08-04 00:25:47 +00:00
GitHub set-date Action f0af966e67 Update date 2022-08-03 00:25:13 +00:00
GitHub build-firmware Action 981a267fd3 Auto-generated configs and docs 2022-08-02 23:18:09 +00:00
GitHub build-firmware Action 4bbfe503e3 Auto-generated configs and docs 2022-08-02 23:00:46 +00:00
GitHub build-firmware Action 3011a184f6 Auto-generated configs and docs 2022-08-02 16:25:08 +00:00
Matthew Kennedy eb442998dc misc fixes (#4411)
* fix warnings

* break to debugger in case of panic

* move the check

* s
2022-08-02 12:19:50 -04:00
GitHub set-date Action 4c72d09952 Update date 2022-08-02 00:24:14 +00:00
Matthew Kennedy 24142f8330 Simpler thread controller (#4327)
* s

* Start -> start

* maybe tests are happy

* s

* s
2022-08-02 01:16:13 +03:00
Matthew Kennedy f49f6494fb report injector, ignition faults (#4408)
* report injector, ignition faults

* guard
2022-08-01 15:41:47 -04:00
Matthew Kennedy 57263e9300 more CAN verbose (#4402)
* add stuff

* don't read invalid value
2022-08-01 15:27:06 -04:00
GitHub build-firmware Action f0b947ceda Auto-generated configs and docs 2022-08-01 05:00:48 +00:00
GitHub set-date Action 40e19db523 Update date 2022-08-01 00:25:39 +00:00
rusefillc 64c76bf59c fix Subaru EZ30 trigger gaps fix #4344 2022-07-31 10:15:16 -04:00
GitHub build-firmware Action 8a069041e3 Auto-generated configs and docs 2022-07-31 09:36:15 +00:00
GitHub set-date Action 65154ea042 Update date 2022-07-31 00:23:19 +00:00
Matthew Kennedy d4721bee89 implement sensor checker (#4395)
* implement sensor checker

* use default

* s

* fix

* properly report non-timeout errors

* it's not safe to read Value when invalid

* it's not safe to read Value when invalid
2022-07-30 17:08:48 -04:00
rusefillc 36d40489ee dead initial value? 2022-07-30 16:07:40 -04:00
Matthew Kennedy 013171d31b correct behavior in case of failed CLT but not failed IAT (#4406) 2022-07-30 15:44:54 -04:00
rusefillc 9cee48421d (insert passive-aggressive smart prefix here) HARDWARE VALIDATION has disappeared fix #4405 2022-07-30 15:03:45 -04:00
rusefillc aa08c2c320 FATAL does not light up red LED on MRE with OpenBLT fix #4404 2022-07-30 14:58:43 -04:00
rusefillc ee455d23f8 [SECURITY] Cheap password protection against tune modification fix #4243
helping build
2022-07-30 14:33:11 -04:00
GitHub build-firmware Action 7a61d2bda5 Auto-generated configs and docs 2022-07-30 16:59:45 +00:00
rusefillc e19b61aa5b [SECURITY] Cheap password protection against tune modification fix #4243 2022-07-30 12:23:53 -04:00
GitHub build-firmware Action 16926e0f95 Auto-generated configs and docs 2022-07-30 16:12:13 +00:00
GitHub build-firmware Action 7dafba1e70 Auto-generated configs and docs 2022-07-30 15:34:12 +00:00
GitHub build-firmware Action e14d994435 Auto-generated configs and docs 2022-07-30 14:09:05 +00:00
GitHub build-firmware Action 578cb6936c Auto-generated configs and docs 2022-07-30 13:47:13 +00:00
GitHub set-date Action abfff3049b Update date 2022-07-30 00:20:10 +00:00
GitHub build-firmware Action f4a3c8d161 Auto-generated configs and docs 2022-07-29 14:23:19 +00:00
GitHub set-date Action 56dad1777e Update date 2022-07-29 00:22:15 +00:00
rusefillc 88303319e1 it's impossible to receive AcceleratorPedal sensor via CAN/Lua #4369 2022-07-28 12:30:04 -04:00
rusefillc 35f9830cca it's impossible to receive AcceleratorPedal sensor via CAN/Lua #4369 2022-07-28 12:08:35 -04:00
rusefillc 8cbaf70f70 HOW to configure CAN-based accelerator pedal #4369
docs
2022-07-28 09:37:24 -04:00
GitHub build-firmware Action 74db705907 Auto-generated configs and docs 2022-07-28 13:11:35 +00:00
Matthew Kennedy 14b39b7b0a unexpected contains information about why it failed (#4393)
* unexpected can contain information

* info printing

* sensors return appropriate error codes

* remove reliance on undefined behavior

* s
2022-07-28 10:04:28 +03:00
GitHub build-firmware Action 17b306c375 Auto-generated configs and docs 2022-07-28 06:53:58 +00:00
Matthew Kennedy c46c34ead6 boost control thresholds (#4392) 2022-07-28 09:45:16 +03:00
GitHub build-firmware Action c0175b9f08 Auto-generated configs and docs 2022-07-28 06:32:30 +00:00
Matthew Kennedy 8ec103a7f2 Lua rx callback (#4387)
* s

* mask, callback

* support 8 different signatures

* make the compiler happy about unrechable code

* s

* make the compiler happy about unreachable code

* guard

* changelog
2022-07-28 09:27:18 +03:00
GitHub set-date Action 82708932f5 Update date 2022-07-28 00:22:04 +00:00
Matthew Kennedy 9f6ee5f359 detect bad Lua sensor name when registering (#4391)
* format

* lua error on bad sensor

* comment

* name validation

* soft check before the hard check causes a fatal error

* s
2022-07-27 12:41:21 +03:00
GitHub build-firmware Action dcc43ee4b4 Auto-generated configs and docs 2022-07-27 09:38:56 +00:00
Matthew Kennedy 4865213537 Log gppwm output values (#4385)
* remove debug option

* purpose built output channels

* name

* embiggen sd log buffer

* Revert "embiggen sd log buffer"

This reverts commit 37432a56535b24c221ae92e9aaded23de4d4a579.

* embiggen SD log buffer
2022-07-27 12:10:00 +03:00
GitHub build-firmware Action d0736b527c Auto-generated configs and docs 2022-07-27 06:33:08 +00:00