GitHub build-firmware Action
d5d659bfa5
Auto-generated configs and docs
2022-07-10 02:50:43 +00:00
Matthew Kennedy
3c88dda538
Add a timeout for Lua ETB adjustment ( #4331 )
...
* lua etb timeout
* mocks
* test
2022-07-10 05:46:28 +03:00
GitHub set-date Action
53d561028c
Update date
2022-07-10 00:25:28 +00:00
GitHub build-firmware Action
1720eee3a1
Auto-generated configs and docs
2022-07-09 07:07:25 +00:00
rusefillc
71a30d5f75
docs
2022-07-09 03:00:14 -04:00
GitHub set-date Action
96b92f0c0c
Update date
2022-07-09 00:18:42 +00:00
GitHub build-firmware Action
56ec034f44
Auto-generated configs and docs
2022-07-08 23:27:15 +00:00
GitHub build-firmware Action
c98c37da2b
Auto-generated configs and docs
2022-07-08 22:21:59 +00:00
GitHub build-firmware Action
575a0b3d5d
Auto-generated configs and docs
2022-07-08 14:11:38 +00:00
GitHub build-firmware Action
f1b56628ef
Auto-generated configs and docs
2022-07-08 05:14:15 +00:00
rusefillc
d850bea101
debug is set to idle mode, but none of the debug fields show anything #4335
...
better log names?
2022-07-08 01:05:48 -04:00
rusefillc
db3f92edf4
Lua A/C Input #4333
2022-07-08 00:51:53 -04:00
GitHub build-firmware Action
1d148c57df
Auto-generated configs and docs
2022-07-08 04:45:52 +00:00
rusefillc
798188bdde
Merge branch 'master' of https://github.com/rusefi/rusefi
2022-07-08 00:30:47 -04:00
GitHub build-firmware Action
b65d1a0909
Auto-generated configs and docs
2022-07-08 04:29:21 +00:00
rusefillc
c23fe0fe9a
Lua A/C Input #4333
2022-07-08 00:25:29 -04:00
Matthew Kennedy
16a39badff
Error handling cleanup ( #4332 )
...
* dead code in stm32
* rusefi.cpp can have some noreturn
* handle lua panic
* unused error codes
* simplifications of error_handling.cpp
* comment
* put that back
* guard
2022-07-07 23:49:02 -04:00
rusefillc
e8ab60914f
debug is set to idle mode, but none of the debug fields show anything #4335
...
better names where user did not really ask for better names
2022-07-07 23:48:17 -04:00
GitHub build-firmware Action
bba4a89f3e
Auto-generated configs and docs
2022-07-08 03:21:52 +00:00
Matthew Kennedy
68fb838641
Lua hooks for gear detection ( #4328 )
...
* implement
* sim has vss
* write a test
* guard
2022-07-07 23:16:56 -04:00
rusefillc
c51881a80d
debug is set to idle mode, but none of the debug fields show anything #4335
...
reducing confusion
2022-07-07 23:04:19 -04:00
GitHub build-firmware Action
7673d7ec1f
Auto-generated configs and docs
2022-07-08 02:55:13 +00:00
Matthew Kennedy
c4d01754c3
Respond to OBD2 on the same bus we got the request on ( #4330 )
...
* obd replies on the same bus as the request
* comment
* missed one
2022-07-08 05:25:35 +03:00
GitHub set-date Action
3997e34bb2
Update date
2022-07-08 00:24:15 +00:00
Matthew Kennedy
6267b8621a
big delete ICU ( #4270 )
...
* big delete
* icu vestiges
* changelog
2022-07-07 15:27:59 -04:00
Matthew Kennedy
cbdfb7ac5c
Write hard faults to backup ram, print on next boot ( #4324 )
...
* use backup ram, hard fault handler improvement
* wire it up
* upload elf
* s
* I guess I'll just use strncpy
* s
* what is it even complaining about?
* neat, we don't need a cast
* cypress and kinetis
* cleanup
* ci
* guard for tests
2022-07-07 15:14:31 -04:00
GitHub build-firmware Action
fb97cd00eb
Auto-generated configs and docs
2022-07-07 04:39:45 +00:00
GitHub set-date Action
8ef0af10d1
Update date
2022-07-07 00:24:14 +00:00
GitHub set-date Action
240e58532c
Update date
2022-07-06 00:24:42 +00:00
GitHub build-firmware Action
3e480a707c
Auto-generated configs and docs
2022-07-05 17:55:06 +00:00
rusefillc
b84a0bdf98
fix lua CAN RX of 11b frames #4321
2022-07-05 13:40:02 -04:00
Matthew Kennedy
e50eaee90f
fix lua CAN RX of 11b frames ( #4321 )
...
* s
* loggy the change
2022-07-05 13:37:31 -04:00
GitHub set-date Action
ef0c460908
Update date
2022-07-05 00:20:52 +00:00
GitHub build-firmware Action
2ff7e7a8f1
Auto-generated configs and docs
2022-07-04 21:18:49 +00:00
rusefillc
517418ba8d
todo: shall we move into high_pressure_fuel_pump.txt and reduce OOP elegance or create a separate live data just for these ones?
2022-07-04 17:08:41 -04:00
GitHub build-firmware Action
6ceba66f7e
Auto-generated configs and docs
2022-07-04 21:05:10 +00:00
GitHub build-firmware Action
055656a33c
Auto-generated configs and docs
2022-07-04 03:49:28 +00:00
GitHub set-date Action
427f05e141
Update date
2022-07-04 00:24:19 +00:00
GitHub build-firmware Action
cd5d7afbc3
Auto-generated configs and docs
2022-07-03 21:20:10 +00:00
rusefillc
7a521df1f0
https://rusefi.com/forum/viewtopic.php?f=4&t=2329
2022-07-03 09:51:49 -04:00
GitHub build-firmware Action
479e7a330b
Auto-generated configs and docs
2022-07-03 12:29:59 +00:00
Matthew Kennedy
2c80b8cf19
implement CAN driver for simulator ( #4312 )
...
* stub simulator CAN driver
* comments
* CAN sensor
* maybe implement?
* s
* fix
* tx and rx actually work!?!?!
* check_can_isr
* modify chibios
* Sim has no CAN on Windows (for now?)
* safer init/deinit, enable assertions
* smarter handling of missing CAN device
* better guards
* guards for windows
2022-07-03 08:25:24 -04:00
GitHub set-date Action
ad424f77b3
Update date
2022-07-03 00:23:44 +00:00
Matthew Kennedy
b5d85334c3
hellen board ID detect improvements ( #4307 )
...
* move call
* board detections work correctly
* improve detector
* s
* break instead of return
* tests
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-07-02 05:19:02 -04:00
GitHub build-firmware Action
4c9cfb3de2
Auto-generated configs and docs
2022-07-02 08:21:19 +00:00
rusefillc
d47b099edf
https://github.com/rusefi/hellen154hyundai/issues/54
2022-07-02 04:06:09 -04:00
GitHub build-firmware Action
17b855b9b2
Auto-generated configs and docs
2022-07-02 07:55:19 +00:00
rusefillc
8c5ca5c0ad
https://github.com/rusefi/hellen154hyundai/issues/54
2022-07-02 03:49:49 -04:00
GitHub set-date Action
2c5f301f87
Update date
2022-07-02 00:23:27 +00:00
GitHub build-firmware Action
c4c9003572
Auto-generated configs and docs
2022-07-01 10:57:39 +00:00