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 |
rusefillc
|
cd4afcc01e
|
Nissan progress
|
2021-08-16 10:56:31 -04:00 |
rusefillc
|
d48ed47fb9
|
Nissan progress
|
2021-08-11 18:29:35 -04:00 |
rusefillc
|
e07e44fc9a
|
Nissan progress
|
2021-08-11 18:04:57 -04:00 |
Andrey
|
0df437e749
|
Nissan 4 cylinder QR trigger wheel #3118
|
2021-08-08 07:04:18 -04:00 |
Andrey
|
08dff4ceb6
|
Nissan 4 cylinder QR trigger wheel #3118
|
2021-08-08 06:16:19 -04:00 |
Andrey
|
24cfbeba35
|
Nissan VVT trigger decoder #2887
|
2021-07-21 23:08:56 -04:00 |
Andrey
|
df558303d3
|
kaiju is asking for vq30de trigger wheel decoder #2974
|
2021-07-17 00:27:56 -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 |
Andrey
|
b67b1f424f
|
Nissan VVT trigger decoder fix #2887
TDD is amazing we are done here!
|
2021-07-03 12:43:01 -04:00 |
Andrey
|
bd5ff4b5a5
|
Nissan progress
|
2021-07-02 16:31:10 -04:00 |
Andrey
|
a9e7166f74
|
Nissan progress
|
2021-07-02 14:56:12 -04:00 |