Andrey
|
1d89265794
|
Lua 'startCrankingEngine' method #6983
|
2024-10-13 19:32:56 -04:00 |
rusefillc
|
fc0d212fd2
|
only:refactoring: extract doStartCranking method
|
2024-10-13 19:08:19 -04:00 |
Andrey
|
2b0431502a
|
Lua should have access to time since engine stop was requested #6609
only:redundant logging & minor guards improvement
|
2024-06-11 12:21:59 -04:00 |
rusefillc
|
e24ded6e41
|
only: bugfix, allow engine stop without requireFootOnBrakeToCrank
|
2024-05-20 12:36:53 -04:00 |
Andrey
|
9d8c4f195c
|
only:requireFootOnBrakeToCrank and isCrankingSuppressed
|
2024-05-19 01:17:05 -04:00 |
Andrey
|
7717f4dfdc
|
start/stop button improvements #6483
only: more progress!
|
2024-05-08 23:08:49 -04:00 |
Andrey
|
525570f896
|
start/stop button improvements #6483
only: progress
|
2024-05-08 23:08:49 -04:00 |
rusefi
|
bb92146147
|
start/stop button improvements #6483
only: a bit of encapsulation, only preparations for now
|
2024-05-08 22:14:54 -04:00 |
rusefi
|
6929e57d48
|
actual startRequestPinInverted usage
only: proteus_f7
|
2024-04-12 00:29:35 -04:00 |
rusefillc
|
4f19e85c8d
|
Revert "Something kia rio starter 4chan #5701"
This reverts commit 0d43df3aec .
|
2023-11-09 10:36:37 -05:00 |
rusefi
|
0d43df3aec
|
Something kia rio starter 4chan #5701
last step before debugger?
|
2023-11-08 21:04:25 -05:00 |
rusefillc
|
8e458f4ec6
|
startStopPhysicalState
only:alphax-4chan_f7
|
2023-09-25 13:59:44 -04:00 |
Andrey
|
f6359b0a70
|
start button progress #5578
only:proteus_f7
|
2023-09-22 13:01:43 -04:00 |
Andrey
|
9207b2fd63
|
start button logic does not crank started for first X seconds since ECU boot fix #5324
|
2023-06-15 18:36:50 -04:00 |
rusefillc
|
ed7e956d1f
|
start button logic does not crank started for first X seconds since ECU boot #5324
|
2023-06-15 00:06:25 -04:00 |
rusefillc
|
a9af65a0a8
|
only:better code placement, zero logic changes
|
2023-06-14 23:37:51 -04: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 |
Matthew Kennedy
|
b52d50bbf2
|
Use pch in lots of files (#3066)
* most engine.h
* most engine_configuration
* more
* more
* more
* more
* more
* moooooore
* ok I'm done for now
* oops
|
2021-07-26 01:05:17 -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 |
rusefillc
|
3878cbb550
|
Starter is engaged on start-up in pull-up configuration #1969
maintainability
|
2020-11-19 23:57:06 -05:00 |
rusefillc
|
7bfa18295a
|
Proteus TCU gear shift configuration #1927
|
2020-11-06 23:48:35 -05:00 |
David Holdeman
|
4d0b953129
|
switch to pass by reference (#1832)
|
2020-09-28 19:17:17 -04:00 |
David Holdeman
|
68012c18b7
|
Debounce refactor (#1809)
* 1,2,4,7,9
* 6
* fix type mismatch
* change field
* comment
* Revert "comment"
This reverts commit f7ce8ed48d015490ed82d692270198817569b5a3.
* Revert "Revert "comment""
This reverts commit 99f2d5cadcbf444bf58acf9e57a6fed61355d5be.
* Revert "change field"
This reverts commit 55ec050cd947696cdffccae6b29fe48d95ab5f17.
* rename var
* comments
* use func in init
* default values
* remove redundant check
|
2020-09-20 14:01:00 -04:00 |
David Holdeman
|
8ebdf6fcdc
|
fix type mismatch (#1808)
* fix type mismatch
* comment
* change field
* switch to efitimesec16_t
* add typedef
* add type to configdefinition
* build
|
2020-09-19 17:17:44 -04:00 |
David Holdeman
|
f5d9263ad1
|
switch start/stop to ButtonDebounce (#1777)
|
2020-09-09 08:22:15 +01:00 |