rusefi-full/firmware/hw_layer/sensors
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
..
accelerometer.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
accelerometer.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
cj125.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
cj125.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
cj125.md https://github.com/rusefi/rusefi_documentation/issues/37 2020-04-29 18:46:51 -04:00
cj125_logic.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
cj125_logic.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
gps_uart.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
gps_uart.h Hw layer rearrangement (#2703) 2021-05-16 06:01:00 -04:00
hip9011.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
hip9011.h hip9011 (#2658) 2021-05-08 18:43:55 -04:00
hip9011_logic.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
hip9011_logic.h Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
joystick.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
joystick.h Destroy all shared logger (#2574) 2021-04-21 14:28:48 -04:00
lps25.cpp Baro config (#2591) 2021-04-27 15:29:22 -04:00
lps25.h don't expose private state (#2696) 2021-05-14 14:56:45 -04:00
max31855.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
max31855.h Hw layer rearrangement (#2703) 2021-05-16 06:01:00 -04:00
sensors.mk Hw layer rearrangement (#2705) 2021-05-16 14:11:28 +03:00
yaw_rate_sensor.cpp don't require EXTERN_ENGINE in every file (#2969) 2021-07-16 18:13:33 -04:00
yaw_rate_sensor.h