rusefillc
|
87416b0dcf
|
defaults clean-up: silentTriggerError
|
2022-09-08 14:44:34 -04:00 |
Matthew Kennedy
|
cbe70f8dec
|
idle always uses instant rpm (#4499)
* idle always uses instant rpm
* configs
* fully inject rpm
|
2022-08-29 22:18:06 -04:00 |
Matthew Kennedy
|
e1254f84b9
|
remove idle offset (#4355)
* remove offset
* remove more completely
* changelog
|
2022-07-18 15:49:43 -04:00 |
rusefillc
|
d2ef5a9a8b
|
https://github.com/rusefi/hellen-NA8-96-issues/issues/16
|
2022-06-25 11:25:35 -04:00 |
rusefillc
|
e9bdb5536a
|
https://github.com/rusefi/hellen-NA8-96-issues/issues/16
|
2022-06-25 02:56:01 -04:00 |
rusefillc
|
cb35393ddc
|
https://github.com/rusefi/hellen-NA8-96-issues/issues/16
|
2022-06-25 02:26:50 -04:00 |
rusefi
|
c6bd2df879
|
master please cheer up!
|
2022-06-23 14:54:25 -04:00 |
rusefi
|
983682d11f
|
miata 96 defaults
|
2022-06-23 14:30:41 -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 |
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
|
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 |
rusefi
|
4082a53f56
|
default engine make/code
|
2020-05-08 17:31:03 -04:00 |
rusefi
|
bb217b01dd
|
happy new year unification
|
2020-01-13 21:57:43 -05:00 |
rusefi
|
af4f20551b
|
getting rid of boardConfiguration / binary compatible change
|
2019-12-11 17:48:55 -05:00 |
rusEfi
|
08c751bd9c
|
NA8
|
2019-09-15 10:04:24 -04:00 |
rusefi
|
8d14561fb9
|
better method name
|
2019-08-06 17:12:15 -04:00 |
rusefi
|
ac2a81d381
|
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
maybe probably pointless refactoring? reducing parameters visibility
|
2019-05-03 18:41:43 -04:00 |
rusefi
|
fd14010809
|
Revert "The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657"
This reverts commit 61440c5
|
2019-01-10 00:56:08 -05:00 |
rusefi
|
61440c5e73
|
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
|
2019-01-09 23:38:59 -05:00 |
rusEfi
|
eadf502254
|
getting ready for NA8
|
2018-09-06 22:41:05 -04:00 |
rusEfi
|
1e54366c97
|
getting ready for NA8
|
2018-09-06 22:31:23 -04:00 |
rusEfi
|
da03e1c5bc
|
NA8
|
2018-01-31 21:57:04 -05:00 |
rusEfi
|
4a7fab8138
|
NA8
|
2018-01-31 21:36:41 -05:00 |
rusEfi
|
3d5033580a
|
NA8
|
2018-01-31 21:27:45 -05:00 |