Matthew Kennedy
|
4ba6cf4185
|
only:int rpm -> float rpm
|
2024-09-26 00:25:55 -04:00 |
Matthew Kennedy
|
b9292dbb33
|
rename Executor -> Scheduler
|
2024-09-05 00:11:31 -04:00 |
rusefillc
|
0800335320
|
reducing code duplication
|
2023-11-13 18:30:30 -05:00 |
rusefi
|
2f907af198
|
Fan not be able to be set because in use at VR PWM fix #5565
only:reducing confusion
|
2023-09-16 11:03:14 -04:00 |
Matthew Kennedy
|
ba35749238
|
proteus-friendly VR threshold logic (#4180)
* proteus-friendly VR threshold
* ddddddddddddddddddd
|
2022-05-17 21:35:43 -04:00 |
rusefillc
|
df7a6d1367
|
default VR curve is needed not just by hellen, we have Proteus adapters with it now!
|
2022-05-17 17:54:11 -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
|
3b6ecb432b
|
migrating to SensorType::Rpm API
|
2022-01-20 22:38:08 -05:00 |
rusefillc
|
47cde8801c
|
2 byte table axis #3045
|
2021-12-20 02:07:03 -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 |
rusefillc
|
3e50319eb7
|
merc128: engine config defaults #3236
|
2021-09-18 21:27:17 -04:00 |
rusefi
|
eb13c54cd5
|
refactoring: VR magic constant, should be 3 anyway
|
2021-09-13 12:32:42 -04:00 |
Matthew Kennedy
|
5373594bb7
|
discrete VR threshold control (#3061)
* vr pwm
* rename
* scaling and ui
* hellen pin
* s
* math
* ooh, pch
* happy test
* not magic
|
2021-07-28 07:44:44 -04:00 |