Commit Graph

19840 Commits

Author SHA1 Message Date
rusefi 13029a3226 more tools 2022-07-04 17:20:26 -04:00
GitHub build-firmware Action b8bc4f3d99 Auto-generated configs and docs 2022-07-04 21:18:49 +00:00
rusefillc 232729e8bf 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 a01e30a2a0 Auto-generated configs and docs 2022-07-04 21:05:10 +00:00
Matthew Kennedy aecacc6aa1
Rewrite tooth logger buffer management (#4317)
* s

* make it work

* put back enough maybe

* fix console composite log

* unit tests can just use a vector, why not

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-07-04 16:57:17 -04:00
rusefillc f6f99dc878 implement CAN driver for simulator #4312 2022-07-04 16:50:33 -04:00
rusefi 490b6d56f4 we no longer deal with .hex files, .bin are more universal even while extra offset effort 2022-07-04 16:32:12 -04:00
GitHub build-firmware Action c74cb1be12 Auto-generated configs and docs 2022-07-04 03:49:28 +00:00
rusefillc ffaa0cfaf3 ## July 2022 Release - "Day 130" 2022-07-03 23:44:29 -04:00
GitHub set-date Action cce71049dd Update date 2022-07-04 00:24:19 +00:00
GitHub build-firmware Action a388fb3a2b Auto-generated configs and docs 2022-07-03 21:20:10 +00:00
rusefillc 752a8af70a fix #4315 2022-07-03 17:15:32 -04:00
rusefillc 6e1c5b0126 https://rusefi.com/forum/viewtopic.php?f=4&t=2329 2022-07-03 09:51:49 -04:00
GitHub build-firmware Action 0879e8abd1 Auto-generated configs and docs 2022-07-03 12:29:59 +00:00
Matthew Kennedy a95bc3ad03
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 47b5a03211 Update date 2022-07-03 00:23:44 +00:00
Matthew Kennedy 0b10f7dca8
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 a145548ceb Auto-generated configs and docs 2022-07-02 08:21:19 +00:00
rusefillc 147724c984 https://github.com/rusefi/hellen154hyundai/issues/54 2022-07-02 04:06:09 -04:00
GitHub build-firmware Action 54a140d0df Auto-generated configs and docs 2022-07-02 07:55:19 +00:00
rusefillc 3858b1d720 https://github.com/rusefi/hellen154hyundai/issues/54 2022-07-02 03:49:49 -04:00
GitHub set-date Action 09955af5a0 Update date 2022-07-02 00:23:27 +00:00
GitHub build-firmware Action 74bcf4ff16 Auto-generated configs and docs 2022-07-01 10:57:39 +00:00
Matthew Kennedy 8e107cc477
more generous script table axis limits (#4309)
* script table axis limits

* curves too, why not

* s

* s

* table type
2022-07-01 06:51:47 -04:00
GitHub set-date Action b7cb9c4e19 Update date 2022-07-01 00:24:46 +00:00
GitHub build-firmware Action 34b977c308 Auto-generated configs and docs 2022-07-01 00:12:50 +00:00
rusefillc 82131e5572 Uniform reset pattern for all Lua adjustments #4308
no progress only preparation
2022-06-30 20:07:27 -04:00
rusefi 8fa41f36f0 Dear contributors! Please changelog your amazing changes. 2022-06-30 17:16:29 -04:00
GitHub build-firmware Action 3a3dbc9023 Auto-generated configs and docs 2022-06-30 17:53:57 +00:00
rusefillc 924e25fe96 https://github.com/rusefi/rusefi_documentation/issues/226 2022-06-30 13:38:15 -04:00
GitHub build-firmware Action 7f8a26f779 Auto-generated configs and docs 2022-06-30 03:38:34 +00:00
rusefillc 483395fa2e
https://github.com/rusefi/rusefi_documentation/issues/226 (#4306)
* https://github.com/rusefi/rusefi_documentation/issues/226

* https://github.com/rusefi/rusefi_documentation/issues/226

* https://github.com/rusefi/rusefi_documentation/issues/226

* https://github.com/rusefi/rusefi_documentation/issues/226

* https://github.com/rusefi/rusefi_documentation/issues/226

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-06-29 23:34:00 -04:00
GitHub build-firmware Action 8b06c0aa0f Auto-generated configs and docs 2022-06-30 02:27:25 +00:00
rusefillc 96117d9332 rpm hard limit limited at 12500 #4298 2022-06-29 22:21:25 -04:00
GitHub set-date Action f0f051aa19 Update date 2022-06-30 00:20:50 +00:00
GitHub build-firmware Action 3393b5495b Auto-generated configs and docs 2022-06-29 22:52:53 +00:00
Matthew Kennedy 3284282be7
rescale RPM values (#4300)
* rpm configs

* fix

* s

* s

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-06-29 18:48:30 -04:00
GitHub build-firmware Action b33f32d20c Auto-generated configs and docs 2022-06-29 22:16:13 +00:00
Matthew Kennedy 29e5a0babb
use detected hellen board type on h72 (#4305)
* use detected hellen board type

* s

* s

* name
2022-06-29 18:10:29 -04:00
Matthew Kennedy 9f15218089
remove system lua VM (#3864)
* well, that was a fun experiment

* don't need that file

* s

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-06-29 16:52:17 -04:00
rusefillc 7ff0f0d3e6
Connector bump (#4304)
* fresh connector

* daemon false good

* gradle lives it's own life

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-06-29 16:32:31 -04:00
rusefillc e0c0a983b8
poke 2022-06-29 13:37:58 -04:00
GitHub build-firmware Action 8bcbd06cdd Auto-generated configs and docs 2022-06-29 17:24:58 +00:00
rusefillc 0d3e8f6213 nicer logging 2022-06-29 13:15:34 -04:00
rusefillc 43956d349d fixing build, reminder about technical debt 2022-06-29 13:15:34 -04:00
rusefillc d30dc7245b startUpFuelPumpDuration tooltip fix 2022-06-29 13:15:34 -04:00
GitHub build-firmware Action f716fb9079 Auto-generated configs and docs 2022-06-29 15:26:14 +00:00
rusefillc b5d5b003e4 progress 2022-06-29 10:52:17 -04:00
rusefillc c48af1456a startUpFuelPumpDuration tooltip fix 2022-06-29 10:48:36 -04:00
rusefillc 63677d7c00
poke 2022-06-29 04:13:30 -04:00