Commit Graph

292 Commits

Author SHA1 Message Date
rusefillc 1ca1c2b40b only:docs 2023-06-18 11:28:31 -04:00
rusefillc ad09e40754 only:Improve toolset for default tune canned tune generation #4871 2023-06-17 23:11:33 -04:00
mi-hol 41aef2ff5b fix review comment 2023-06-17 15:53:01 -04:00
mi-hol d0f7a9b2d8 Update rusEfiFunctionalTest.cpp 2023-06-17 15:53:01 -04:00
rusefillc 5802e0acc6 only:Improve error message so user knows what to check and fix #5335 2023-06-17 13:43:21 -04:00
GitHub gen-default-tune Action 864967755f Auto-generated default tune 2023-06-17 04:38:58 +00:00
rusefillc 60ad272548 scripts are not easy 2023-06-16 23:41:47 -04:00
GitHub gen-default-tune Action 0a8357e45d Auto-generated default tune 2023-06-17 03:15:41 +00:00
GitHub gen-default-tune Action e8c13ac116 Auto-generated default tune 2023-06-17 01:58:51 +00:00
Andrey e49abab407 only:Improve toolset for default tune canned tune generation #4871 2023-06-16 21:44:29 -04:00
Andrey 4fe7e4138b only:Improve toolset for default tune canned tune generation #4871 2023-06-16 21:32:34 -04:00
Andrey d0bb16d42f only:Improve toolset for default tune canned tune generation #4871 2023-06-16 21:22:40 -04:00
Andrey 42907e459d Improve toolset for default tune canned tune generation #4871 2023-06-16 17:33:08 -04:00
Matthew Kennedy 16e1a42ef3 simulator crash fix #101
(cherry picked from commit fd98124304eacf056e8d6a000d4aa806350a6332)
2023-05-05 18:37:03 -04:00
rusefillc 06f10b48df simulator board name 2023-04-29 06:47:09 -04:00
Matthew Kennedy 61e5b4b1ad change ObdCode to enum class builds firmware 2023-04-29 00:44:00 -04:00
Matthew Kennedy bb49b22294 joystick, lcd
(cherry picked from commit 61c17791b89fc6b5ae17df96d9498c088afdb09f)
2023-04-28 22:32:37 -04:00
rusefillc 36397b6c0b helping simulator? 2023-04-20 11:26:17 -04:00
Andrey 82bcc9b42c progress: run more code in simulator
only:hellen-honda-k
2023-03-05 02:42:54 -05:00
Andrey 6a3a9fc449 one step back
only:hellen-honda-k
2023-03-05 02:31:34 -05:00
Andrey b064052e01 progress: bringing simulator closer to real code
only:hellen-honda-k
2023-03-05 02:19:56 -05:00
Andrey 6b4c4a5833 refactoring: vvt is not aux
only:hellen-honda-k
2023-03-05 02:07:47 -05:00
Andrey f483535a39 progress: bringing simulator closer to real code
only:hellen-honda-k
2023-03-05 01:53:11 -05:00
Andrey 7464275b00 progress: bringing simulator closer to real code
only:hellen-honda-k
2023-03-05 01:50:51 -05:00
Andrey bd72aace92 progress: bringing simulator closer to real code
only:hellen-honda-k
2023-03-05 01:28:55 -05:00
Andrey 24e3aa5cc7 progress: bringing simulator closer to real code
only:hellen-honda-k
2023-03-05 01:20:03 -05:00
Andrey 9cf426e3db progress: run more code in simulator
only:hellen-honda-k
2023-03-05 01:13:43 -05:00
Andrey f0bacdf5c4 reducing weird?
only:hellen-honda-k
2023-03-05 00:57:38 -05:00
Andrey 264f265420 CAN GPIO #4096
only:hellen-honda-k
2023-03-05 00:52:57 -05:00
Andrey db5c6661f1 style
only:mre_f4
2023-03-02 23:50:57 -05:00
rusefillc c1fea618f9 Refactoring: less confusion macro names around serial/uart/etc in connectivity fix #4999 2023-01-23 05:26:59 -05:00
rusefillc 083bafb3ba Refactoring: less confusion macro names around serial/uart/etc in connectivity #4999 2023-01-23 05:09:32 -05:00
rusefillc 6146b01a36 antilag and anti-lag #2403
TurboMarian is the ALS boss
2022-12-21 20:12:00 -05:00
rusefillc c333f94858
Update readme.md 2022-11-19 20:15:21 -05:00
rusefillc 6dbb9149cc
Update readme.md 2022-11-19 19:34:23 -05:00
rusefillc aaa4c7ea89
Create readme.md 2022-11-19 18:53:43 -05:00
Nathan Schulte d144248a6f
fix simulator build (via MinGW) (#4799)
* firmware: kill -9 dead hipLastExecutionCount

* firmware: pin_repository C includes efi_gpio.h

* firmware: controllers: tidy #endif comments

* firmware: primary_pins logic depends EFI_GPIO_HARDWARE

* firmware: only print ADC info if HAL_USE_ADC

* firmware: digital_input: tidy #endif comments

* firmware: digital_input logic depends on e.g. HAL_USE_ADC

* firmware: digital_input logic depends !EFI_SIMULATOR

* firmware: digital_input logic depends e.g. HAL_USE_ADC

* simulator: Makefile includes RUSEFI_LIB_C as CSRC

* Revert "GHA/build-firmware: pin agents to Ubuntu 20.04 (#4793)"

This reverts commit cb2477be6c.
2022-11-18 23:43:43 -05:00
Nathan Schulte 4c197b4745
simulator: use CC and CPPC for LD (#4794)
this allows to specify a different GCC when building
2022-11-18 21:15:13 -05:00
Nathan Schulte 43e8c344de simulator: compile.sh passes arguments to make 2022-11-18 10:19:54 -05:00
Nathan Schulte 946a50dd68 simulator: tweak case of rusEFI in compile.sh log 2022-11-18 10:09:53 -05:00
Nathan Schulte 777c683319 simulator: Makefile uses spaces ...
... tabs are reserved for recipes
2022-11-18 10:09:28 -05:00
Nathan Schulte 894b849e3c
simulator: add missing stdc++ include to CAN HAL LLD (#4795)
for std::remove -- GCC 12 exposes this issue
2022-11-18 09:27:54 -05:00
rusefillc 8b603aae6d ingles lo hablas 2022-10-01 06:15:00 -04:00
rusefillc cab0177df0
insist on setBoardConfigOverrides fix #4614 (#4615)
* insist on setBoardConfigOverrides fix #4614

* insist on setBoardConfigOverrides fix #4614

* insist on setBoardConfigOverrides fix #4614

* insist on setBoardConfigOverrides fix #4614

* insist on setBoardConfigOverrides fix #4614
2022-09-24 07:35:19 -04:00
Matthew Kennedy b76a7cbcd8
simulator reads/writes configuration (#4605)
* simulator reads/writes configuration

* c_str

* include order
2022-09-23 08:47:50 -04:00
Andrey 7eb453bc54 os_access.h dead? 2022-09-07 16:00:13 -04:00
rusefi f399e275b2 servo is truly not alive 2022-09-06 16:29:12 -04:00
rusefillc fd2efcdb78
Issue 4115 (#4518)
* efiPrint NaN handling #4115

* fresh chibi

* efiPrint NaN handling #4115
2022-09-01 23:13:23 -04:00
Andrey 9d8afea152 a bit of dead code 2022-09-01 11:47:56 -04:00
rusefi 097bfb6e9c efiPrint NaN handling #4115 2022-08-31 20:00:58 -04:00