From 804f4b9db57575d419583d27697d6e28f74365c7 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 25 May 2020 13:02:05 -0400 Subject: [PATCH] better file name --- firmware/console/binary/tunerstudio.cpp | 2 +- firmware/console/binary/tunerstudio.h | 2 +- .../{tunerstudio_configuration.h => tunerstudio_outputs.h} | 2 +- firmware/console/binary_log/binary_logging.cpp | 2 +- firmware/console/tooth_logger.cpp | 2 +- firmware/controllers/actuators/alternator_controller.cpp | 2 +- firmware/controllers/actuators/aux_pid.cpp | 2 +- firmware/controllers/actuators/boost_control.cpp | 2 +- firmware/controllers/algo/accel_enrichment.cpp | 2 +- firmware/controllers/algo/engine.cpp | 2 +- firmware/controllers/algo/launch_control.cpp | 2 +- firmware/controllers/engine_cycle/spark_logic.cpp | 2 +- firmware/controllers/system/timer/single_timer_executor.cpp | 2 +- firmware/hw_layer/cdm_ion_sense.h | 2 +- firmware/hw_layer/drivers/can/can_hw.h | 2 +- firmware/hw_layer/drivers/serial/serial_hw.h | 2 +- firmware/iar_egt/ch.ewp | 2 +- firmware/init/sensor/init_oil_pressure.cpp | 2 +- firmware/util/math/pid.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) rename firmware/console/binary/{tunerstudio_configuration.h => tunerstudio_outputs.h} (99%) diff --git a/firmware/console/binary/tunerstudio.cpp b/firmware/console/binary/tunerstudio.cpp index 6333f9f385..6809ccc5dc 100644 --- a/firmware/console/binary/tunerstudio.cpp +++ b/firmware/console/binary/tunerstudio.cpp @@ -69,7 +69,7 @@ #include "flash_main.h" #include "tunerstudio_io.h" -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #include "malfunction_central.h" #include "console_io.h" #include "crc.h" diff --git a/firmware/console/binary/tunerstudio.h b/firmware/console/binary/tunerstudio.h index 849fee1b2b..cf60764373 100644 --- a/firmware/console/binary/tunerstudio.h +++ b/firmware/console/binary/tunerstudio.h @@ -10,7 +10,7 @@ #include "tunerstudio_io.h" #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" typedef struct { int queryCommandCounter; diff --git a/firmware/console/binary/tunerstudio_configuration.h b/firmware/console/binary/tunerstudio_outputs.h similarity index 99% rename from firmware/console/binary/tunerstudio_configuration.h rename to firmware/console/binary/tunerstudio_outputs.h index 0e2b87b685..9f9a515a81 100644 --- a/firmware/console/binary/tunerstudio_configuration.h +++ b/firmware/console/binary/tunerstudio_outputs.h @@ -1,5 +1,5 @@ /* - * @file tunerstudio_configuration.h + * @file tunerstudio_outputs.h * @brief Tuner Studio connectivity configuration * * In this file the configuration of TunerStudio is defined diff --git a/firmware/console/binary_log/binary_logging.cpp b/firmware/console/binary_log/binary_logging.cpp index 066ebf6611..658325666c 100644 --- a/firmware/console/binary_log/binary_logging.cpp +++ b/firmware/console/binary_log/binary_logging.cpp @@ -1,5 +1,5 @@ -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #include "log_field.h" #include "efilib.h" #include "efitime.h" diff --git a/firmware/console/tooth_logger.cpp b/firmware/console/tooth_logger.cpp index e1c892c77c..3f61d81049 100644 --- a/firmware/console/tooth_logger.cpp +++ b/firmware/console/tooth_logger.cpp @@ -16,7 +16,7 @@ EXTERN_ENGINE; #include #include "efitime.h" #include "efilib.h" -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" typedef struct __attribute__ ((packed)) { uint16_t timestamp; diff --git a/firmware/controllers/actuators/alternator_controller.cpp b/firmware/controllers/actuators/alternator_controller.cpp index 596fc04cd3..213c4d5790 100644 --- a/firmware/controllers/actuators/alternator_controller.cpp +++ b/firmware/controllers/actuators/alternator_controller.cpp @@ -10,7 +10,7 @@ #include "global.h" #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif /* EFI_TUNER_STUDIO */ #if EFI_ALTERNATOR_CONTROL diff --git a/firmware/controllers/actuators/aux_pid.cpp b/firmware/controllers/actuators/aux_pid.cpp index 53c4480b4f..c39dfbd99b 100644 --- a/firmware/controllers/actuators/aux_pid.cpp +++ b/firmware/controllers/actuators/aux_pid.cpp @@ -13,7 +13,7 @@ #if EFI_AUX_PID #include "pwm_generator_logic.h" -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #include "fsio_impl.h" #include "engine_math.h" #include "pin_repository.h" diff --git a/firmware/controllers/actuators/boost_control.cpp b/firmware/controllers/actuators/boost_control.cpp index ff5f5ca540..077cc8b81b 100644 --- a/firmware/controllers/actuators/boost_control.cpp +++ b/firmware/controllers/actuators/boost_control.cpp @@ -9,7 +9,7 @@ #if EFI_BOOST_CONTROL #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif /* EFI_TUNER_STUDIO */ #include "engine.h" #include "boost_control.h" diff --git a/firmware/controllers/algo/accel_enrichment.cpp b/firmware/controllers/algo/accel_enrichment.cpp index 9c5f9098e7..1cac524bf7 100644 --- a/firmware/controllers/algo/accel_enrichment.cpp +++ b/firmware/controllers/algo/accel_enrichment.cpp @@ -29,7 +29,7 @@ #include "engine_math.h" #include "perf_trace.h" #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif /* EFI_TUNER_STUDIO */ EXTERN_ENGINE; diff --git a/firmware/controllers/algo/engine.cpp b/firmware/controllers/algo/engine.cpp index add0a33bcf..546e26742a 100644 --- a/firmware/controllers/algo/engine.cpp +++ b/firmware/controllers/algo/engine.cpp @@ -28,7 +28,7 @@ #include "gppwm.h" #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif /* EFI_TUNER_STUDIO */ #if EFI_PROD_CODE diff --git a/firmware/controllers/algo/launch_control.cpp b/firmware/controllers/algo/launch_control.cpp index 75cdbc8608..8baf99329e 100644 --- a/firmware/controllers/algo/launch_control.cpp +++ b/firmware/controllers/algo/launch_control.cpp @@ -27,7 +27,7 @@ static Logging *logger; #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" extern TunerStudioOutputChannels tsOutputChannels; #endif /* EFI_TUNER_STUDIO */ diff --git a/firmware/controllers/engine_cycle/spark_logic.cpp b/firmware/controllers/engine_cycle/spark_logic.cpp index dba3d71269..6b3f13d894 100644 --- a/firmware/controllers/engine_cycle/spark_logic.cpp +++ b/firmware/controllers/engine_cycle/spark_logic.cpp @@ -16,7 +16,7 @@ #if EFI_ENGINE_CONTROL #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif /* EFI_TUNER_STUDIO */ EXTERN_ENGINE; diff --git a/firmware/controllers/system/timer/single_timer_executor.cpp b/firmware/controllers/system/timer/single_timer_executor.cpp index a30dff3aa2..3710dc5000 100644 --- a/firmware/controllers/system/timer/single_timer_executor.cpp +++ b/firmware/controllers/system/timer/single_timer_executor.cpp @@ -29,7 +29,7 @@ #if EFI_SIGNAL_EXECUTOR_ONE_TIMER #include "microsecond_timer.h" -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #include "os_util.h" #include "engine.h" diff --git a/firmware/hw_layer/cdm_ion_sense.h b/firmware/hw_layer/cdm_ion_sense.h index d3d678794a..ec41e94203 100644 --- a/firmware/hw_layer/cdm_ion_sense.h +++ b/firmware/hw_layer/cdm_ion_sense.h @@ -30,7 +30,7 @@ public: }; #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" void ionPostState(TunerStudioOutputChannels *tsOutputChannels); #endif diff --git a/firmware/hw_layer/drivers/can/can_hw.h b/firmware/hw_layer/drivers/can/can_hw.h index 3d5038d191..5844d52daa 100644 --- a/firmware/hw_layer/drivers/can/can_hw.h +++ b/firmware/hw_layer/drivers/can/can_hw.h @@ -9,7 +9,7 @@ #include "efifeatures.h" #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif /* EFI_TUNER_STUDIO */ void initCan(void); diff --git a/firmware/hw_layer/drivers/serial/serial_hw.h b/firmware/hw_layer/drivers/serial/serial_hw.h index f6499d438f..84f2b0d9c8 100644 --- a/firmware/hw_layer/drivers/serial/serial_hw.h +++ b/firmware/hw_layer/drivers/serial/serial_hw.h @@ -10,7 +10,7 @@ #include "efifeatures.h" #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif /* EFI_TUNER_STUDIO */ void initAuxSerial(void); diff --git a/firmware/iar_egt/ch.ewp b/firmware/iar_egt/ch.ewp index a83e5f4d21..68a17c732d 100644 --- a/firmware/iar_egt/ch.ewp +++ b/firmware/iar_egt/ch.ewp @@ -1929,7 +1929,7 @@ $PROJ_DIR$\..\console\tunerstudio\tunerstudio_algo.h - $PROJ_DIR$\..\console\tunerstudio\tunerstudio_configuration.h + $PROJ_DIR$\..\console\tunerstudio\tunerstudio_outputs.h diff --git a/firmware/init/sensor/init_oil_pressure.cpp b/firmware/init/sensor/init_oil_pressure.cpp index 25f3ae8ea7..0cf3e34923 100644 --- a/firmware/init/sensor/init_oil_pressure.cpp +++ b/firmware/init/sensor/init_oil_pressure.cpp @@ -6,7 +6,7 @@ #include "functional_sensor.h" #include "linear_func.h" #if EFI_TUNER_STUDIO -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif EXTERN_ENGINE; diff --git a/firmware/util/math/pid.h b/firmware/util/math/pid.h index ad7360a249..0b893b0789 100644 --- a/firmware/util/math/pid.h +++ b/firmware/util/math/pid.h @@ -11,7 +11,7 @@ #include "pid_state_generated.h" #if EFI_PROD_CODE || EFI_SIMULATOR -#include "tunerstudio_configuration.h" +#include "tunerstudio_outputs.h" #endif // See PidCic below