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
rusefillc
5f4fa50682
VVT is no longer aux pid
2021-10-28 23:51:46 -04:00
rusefillc
eb4c5684d6
refactoring
2021-10-11 23:24:16 -04:00
rusefi
f62c628bef
https://github.com/rusefi/hellen-NB1-issues/issues/15
2021-09-29 11:47:16 -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
rusefi
7c00494ddb
hellen nb2 defaults
2021-07-18 21:03: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
39448e3c79
s ( #2946 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-07-11 11:26:19 -04:00
Matthew Kennedy
2eb0b2a631
Unified cyl count macro ( #2914 )
...
* update test framework
* eh
* hey look it's fewer warnings
* unwind
* fix
* config
* configs
* logic
* even java had some
* console needs help
2021-07-06 20:14:08 -04:00
Andrey
1f25b165f9
duplication within same file
2021-07-06 00:09:13 -04:00
Andrey
a6dae486e0
fan2 bench
2021-06-23 17:16:11 -04:00
Andrey
99bb01c4a5
H72 default progress
2021-06-23 16:58:34 -04:00
Andrey
339cea9e7f
H72 default progress
2021-06-23 14:44:50 -04:00
rusefillc
abfbc48d70
hellen wbo
2021-04-28 19:14:02 -04:00
rusefillc
38b274f192
let's see if Jesse BeerMoneyMotorsports is the winner
2021-04-14 20:18:55 -04:00
rusefillc
588ce43297
https://github.com/rusefi/hellen72/issues/19
2021-04-02 14:08:59 -04:00
rusefi
05e4a0c771
engineConfiguration->vbattAdcChannel = EFI_ADC_5; // 4T
2021-04-01 16:47:20 -04:00
Matthew Kennedy
1dffcf5729
make board config override actually usable ( #2508 )
...
* new function
* hellen
* MRE
* proteus
* put those function declarations in a reasonable place
* put the comment back
* weak
* move that to a reasonable place
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-31 14:46:50 -04:00
Matthew Kennedy
51a5b4d6d5
rename setBoardConfigurationOverrides ( #2479 )
...
* rename
* proteus
* comments
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-22 14:15:09 -04:00
Matthew Kennedy
59eecab421
prep proteus config for h7 ( #2413 )
...
* prep for h7
* weak link that
* make those weak
* remove other stubs
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-28 16:57:57 -05:00
rusefillc
17ce08d53b
h72
2021-02-17 19:25:49 -05:00
andreika-git
443df01eea
Hellen72 more defaults ( #2369 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-02-17 11:20:03 -05:00
rusefillc
8ba7e62142
hellen72b
2021-02-05 19:20:04 -05:00
rusefillc
1ed7d16d50
knock-knock
2021-01-23 00:00:34 -05:00
andreika-git
11c358f65c
Hellen72 config ( #2200 )
...
* Hellen72 config
* Hellen72 files
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-01-08 12:50:13 -05:00