Andrey
07d895dfeb
B6
2022-09-06 15:12:43 -04:00
rusefi
5c88f4c1f0
B6
2022-09-04 11:29:18 -04:00
rusefillc
797a9daf1c
b6 progress
2022-08-28 21:54:24 -04:00
rusefillc
3b9fa7f34c
typo
2022-08-24 18:52:33 -04:00
rusefillc
e4b172eba3
B6
2022-07-29 17:26:49 -04:00
rusefillc
f01ca818ab
B6
2022-07-25 08:06:04 -04:00
rusefillc
a42a671aca
fix lua CAN RX of 11b frames #4321
2022-07-05 13:40:02 -04:00
rusefillc
8390f7ae37
B6
2022-06-25 13:26:21 -04:00
rusefillc
ed1d252cc9
B6
2022-06-20 16:43:50 -04:00
rusefillc
b1fe3697b1
b6 build
2022-06-20 08:26:28 -04:00
rusefillc
1182db2b3c
B6 shutdown Lua and else
2022-06-19 20:06:03 -04:00
rusefi
bc29b1558f
B6 progress
2022-06-03 01:26:16 -04:00
rusefi
edbd190b73
B6 progress
2022-06-03 00:04:59 -04:00
rusefi
1efc82f055
proteus pinout minor mess & B6
2022-06-02 23:28:30 -04:00
rusefi
2fd117d146
B6 progress
2022-06-02 22:40:30 -04:00
rusefi
9e02e3fc93
B6 progress
2022-06-02 00:34:02 -04:00
rusefi
c1582007af
B6 progress
2022-05-31 23:02:04 -04:00
rusefi
68ba540638
B6 progress
2022-05-31 22:26:18 -04:00
rusefillc
4a9789e6c4
B6 test mule
2022-05-21 02:25:43 -04:00
rusefillc
8c6dee61a5
B6 test mule
2022-05-21 01:45:09 -04:00
Matthew Kennedy
e4a0979dc2
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
cc9a1136c4
Trigger setup in TS is highly confusing: hide operation mode from users? #4031
2022-04-03 02:21:37 -04:00
Andrey
95d36b37e3
Trigger setup in TS is highly confusing: hide operation mode from users? #4031
2022-04-03 00:34:18 -04:00
Matthew Kennedy
d2d73b6fcf
remove me7pnp ( #3878 )
...
* remove
* s
* HW_MICRO_RUSEFI
2022-02-01 21:46:06 -05:00
rusefillc
31b87c7d80
passat docs
2022-02-01 20:44:02 -05:00
rusefillc
c0e0c25ddc
https://rusefi.com/forum/viewtopic.php?p=44024#p44024
2022-01-13 22:46:17 -05:00
rusefillc
8c02bd0b11
GDI Epic #1448
2022-01-10 16:53:49 -05:00
rusefi
80e573efaa
B6
2022-01-10 13:53:02 -05:00
rusefillc
90419841df
B6
2022-01-09 21:16:24 -05:00
rusefillc
bd69941ec4
GDI Epic #1448
2022-01-09 01:29:39 -05:00
rusefillc
4262db4c86
GDI Epic #1448
2022-01-08 20:55:58 -05:00
rusefillc
b57b9a79cc
moving curves to defaults
2022-01-03 18:49:06 -05:00
rusefillc
e9498f64db
GDI/HPFP: Set HPFP current/timing params on MC33816 #3736 follow-up
2022-01-03 02:13:47 -05:00
rusefillc
4111d525d7
GDI Epic #1448
2022-01-01 12:10:54 -05:00
rusefillc
c63d1de245
passat pedal calibration
2021-12-31 02:17:42 -05:00
rusefi
1173779839
MRE meta
2021-12-31 02:07:00 -05:00
rusefi
dc68931fb3
MRE meta
2021-12-31 01:44:28 -05:00
rusefi
24317c918a
GDI Epic #1448
2021-12-31 01:21:42 -05:00
rusefillc
c664ea2f0a
GDI Epic #1448
2021-12-30 22:06:52 -05:00
rusefillc
12d79c138b
GDI Epic #1448
2021-12-30 19:14:49 -05:00
Scott Smith
823d9a07e0
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
8cdac4cac0
remove engine pointer passing ( #3556 )
...
* some
* more
* more
* the last?!
2021-11-16 04:15:29 -05:00
Scott Smith
f9e36f5ea4
Configuration for HPFP control algorithm. ( #3475 )
2021-11-05 23:15:35 -04:00
rusefi
7c378c7c6c
VAG ETB calibration is a mess?
2021-10-10 22:23:33 -04:00
Matthew Kennedy
25414ebdad
yet more pch ( #3068 )
...
* big pch energy
* put back ramdisk stub
* tests are happy
* h743 nucleo
* kinetis
* I love deleting code!
* make stepper happy
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-03 22:05:01 -04:00
Matthew Kennedy
2ce7777865
don't require EXTERN_ENGINE in every file ( #2969 )
...
* move enginePins
* no more extern engine
* uses
* more
* extern config too
* put this where it belongs
* include correct header
* merge
2021-07-16 18:13:33 -04:00
Matthew Kennedy
4bede41364
various TS project improvements, dead config fields ( #2504 )
...
* after start enrichment limits
* rework menus and VVT page
* multispark language
* dead fuel pressure field
* vw
* comments
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-28 08:39:26 -04:00
rusefillc
2d99e77c95
M62T vanos support #2243
2021-02-08 21:50:31 -05:00
rusefillc
4fe45db61a
https://github.com/rusefi/rusefi/pull/2236 by AlexHLinS
2021-01-23 20:08:57 -05:00
rusefillc
c307b1b886
Passat B6 canned config: GDI injector deadtime to like flat 0.2ms #2049
2020-12-11 09:07:23 -05:00