Commit Graph

78 Commits

Author SHA1 Message Date
rusefi c07ee72165 B6 2022-10-24 20:29:46 -04:00
rusefillc c17fa49426 CAN side of automated testing #4630
more meta
2022-09-29 20:55:38 -04:00
rusefi 25aab4722b B6 2022-09-18 18:55:57 -04:00
rusefi 61f778969f B6 2022-09-18 18:22:55 -04:00
rusefillc 90e8ffa215 B6 2022-09-18 17:20:42 -04:00
rusefi a1cda66c12 B6 2022-09-18 01:03:01 -04:00
rusefillc 9b3248d14c B6 2022-09-08 22:06:21 -04:00
Andrey f243f1608c B6 2022-09-06 15:12:43 -04:00
rusefi ee90371837 B6 2022-09-04 11:29:18 -04:00
rusefillc 5870e86f5b b6 progress 2022-08-28 21:54:24 -04:00
rusefillc 3d2b71747a typo 2022-08-24 18:52:33 -04:00
rusefillc e77bfa4182 B6 2022-07-29 17:26:49 -04:00
rusefillc bca2afb81e B6 2022-07-25 08:06:04 -04:00
rusefillc b84a0bdf98 fix lua CAN RX of 11b frames #4321 2022-07-05 13:40:02 -04:00
rusefillc 8c0ec4578e B6 2022-06-25 13:26:21 -04:00
rusefillc 05f1b8c938 B6 2022-06-20 16:43:50 -04:00
rusefillc 203f560654 b6 build 2022-06-20 08:26:28 -04:00
rusefillc d9514d4479 B6 shutdown Lua and else 2022-06-19 20:06:03 -04:00
rusefi 4e572af85f B6 progress 2022-06-03 01:26:16 -04:00
rusefi 7a618da578 B6 progress 2022-06-03 00:04:59 -04:00
rusefi aff59d91d4 proteus pinout minor mess & B6 2022-06-02 23:28:30 -04:00
rusefi 7f4904d427 B6 progress 2022-06-02 22:40:30 -04:00
rusefi 5190cf44e0 B6 progress 2022-06-02 00:34:02 -04:00
rusefi 3028d42d3f B6 progress 2022-05-31 23:02:04 -04:00
rusefi 7ce6ec7f13 B6 progress 2022-05-31 22:26:18 -04:00
rusefillc 5902a55739 B6 test mule 2022-05-21 02:25:43 -04:00
rusefillc fb3b1120b1 B6 test mule 2022-05-21 01:45:09 -04:00
Matthew Kennedy 83caf1ea1b Brain pin is enum class (#4108)
* change most usages to Gpio::

* board configs

* engine configs etc

* isBrainPinValid, smart gpio

* generator

* generator

* generator

* connector yamls

* kinetis enums

* cypress txt

* kinetis config

* frankenso

* config generator

* actually do it for the others

* disable skips for pr ci

* fix tle8888

* misc

* weird cast from int

* needs this operator too

* this can be an unsigned subtract

* happy tests

* s

* kinetis isConfigurationChanged weirdness

* missed J/K

* cypress efifeatures

* build script mistake (!)

* mistake in smart gpio

* debounce

* eg33

* kinetis, so needy

* it's pretty green, we can skip these again
2022-04-28 17:32:39 -04:00
Andrey 298ea5f8c0 Trigger setup in TS is highly confusing: hide operation mode from users? #4031 2022-04-03 02:21:37 -04:00
Andrey b96c51874c Trigger setup in TS is highly confusing: hide operation mode from users? #4031 2022-04-03 00:34:18 -04:00
Matthew Kennedy 73a0816f8c remove me7pnp (#3878)
* remove

* s

* HW_MICRO_RUSEFI
2022-02-01 21:46:06 -05:00
rusefillc 5805b0c855 passat docs 2022-02-01 20:44:02 -05:00
rusefillc d319155d54 https://rusefi.com/forum/viewtopic.php?p=44024#p44024 2022-01-13 22:46:17 -05:00
rusefillc 50a5bba315 GDI Epic #1448 2022-01-10 16:53:49 -05:00
rusefi a230c139cc B6 2022-01-10 13:53:02 -05:00
rusefillc ccc4112dd1 B6 2022-01-09 21:16:24 -05:00
rusefillc 2634eef3dc GDI Epic #1448 2022-01-09 01:29:39 -05:00
rusefillc f8d0e2a3d6 GDI Epic #1448 2022-01-08 20:55:58 -05:00
rusefillc bca9c2bb36 moving curves to defaults 2022-01-03 18:49:06 -05:00
rusefillc c2b5c7ce52 GDI/HPFP: Set HPFP current/timing params on MC33816 #3736 follow-up 2022-01-03 02:13:47 -05:00
rusefillc 42edc1437c GDI Epic #1448 2022-01-01 12:10:54 -05:00
rusefillc 712bc8436f passat pedal calibration 2021-12-31 02:17:42 -05:00
rusefi f2114cdb42 MRE meta 2021-12-31 02:07:00 -05:00
rusefi 1d33953a2e MRE meta 2021-12-31 01:44:28 -05:00
rusefi 14b4701435 GDI Epic #1448 2021-12-31 01:21:42 -05:00
rusefillc e6d2d7d65c GDI Epic #1448 2021-12-30 22:06:52 -05:00
rusefillc 7f386f4910 GDI Epic #1448 2021-12-30 19:14:49 -05:00
Scott Smith 80091498a6 Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"

git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
2021-11-17 03:54:21 -05:00
Matthew Kennedy 7296593448 remove engine pointer passing (#3556)
* some

* more

* more

* the last?!
2021-11-16 04:15:29 -05:00
Scott Smith e350b0b6b4 Configuration for HPFP control algorithm. (#3475) 2021-11-05 23:15:35 -04:00