refactoring
This commit is contained in:
parent
3b87b725d1
commit
1f90cf153d
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include <chprintf.h>
|
||||
#include "eficonsole.h"
|
||||
#include "console_io.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "status_loop.h"
|
||||
|
||||
#include "adc_inputs.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_PWM_TESTER || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "trigger_central.h"
|
||||
#include "accel_enrichment.h"
|
||||
#include "engine_state.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "advance_map.h"
|
||||
#include "interpolation.h"
|
||||
#include "efilib2.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef ALGO_H_
|
||||
#define ALGO_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
void initDataStructures(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
void initAlgo(Logging *sharedLogger);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
const char *getEngine_type_e(engine_type_e value){
|
||||
switch(value) {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "engine_state.h"
|
||||
#include "efiGpio.h"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#define H_ENGINE_H_
|
||||
|
||||
#include "global.h"
|
||||
#include "main.h"
|
||||
#include "pid.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "rpm_calculator.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "fsio_impl.h"
|
||||
#include "allsensors.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "event_registry.h"
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_math.h"
|
||||
|
||||
InjectionEvent::InjectionEvent() {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "fuel_math.h"
|
||||
#include "interpolation.h"
|
||||
#include "engine_configuration.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef MALFUNCTION_CENTRAL_H_
|
||||
#define MALFUNCTION_CENTRAL_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "signal_executor.h"
|
||||
#include "efiGpio.h"
|
||||
#include "engine.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "EfiWave.h"
|
||||
#include "trigger_structure.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef FL_STACK_H_
|
||||
#define FL_STACK_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "error_handling.h"
|
||||
|
||||
template<typename T, int MAXSIZE>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_FSIO || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_FSIO || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* @author Dmitry Sidin, (c) 2015
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#if DEBUG_FUEL
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "electronic_throttle.h"
|
||||
#include "tps.h"
|
||||
#include "io_pins.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include "sensor_chart.h"
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "trigger_central.h"
|
||||
#include "engine_controller.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "error_handling.h"
|
||||
#include "io_pins.h"
|
||||
#include "efilib2.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "rpm_calculator.h"
|
||||
#include "pwm_generator.h"
|
||||
#include "idle_thread.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
// todo: rename this file
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_ENGINE_CONTROL || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "lcd_controller.h"
|
||||
#include "lcd_HD44780.h"
|
||||
#include "efilib.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "io_pins.h"
|
||||
#include "malfunction_central.h"
|
||||
#include "malfunction_indicator.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#ifndef MALFUNCTION_INDICATOR_H_
|
||||
#define MALFUNCTION_INDICATOR_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
|
||||
#if EFI_MALFUNCTION_INDICATOR || defined(__DOXYGEN__)
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "efilib2.h"
|
||||
#include "map.h"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_math.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "interpolation.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef PID_H_
|
||||
#define PID_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration_generated_structures.h"
|
||||
|
||||
#if EFI_PROD_CODE || EFI_SIMULATOR
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#ifndef CONTROLLERS_MATH_PID_AUTO_TUNE_H_
|
||||
#define CONTROLLERS_MATH_PID_AUTO_TUNE_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "rusefi_types.h"
|
||||
|
||||
class PID_AutoTune {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "speed_density.h"
|
||||
#include "interpolation.h"
|
||||
#include "rpm_calculator.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "obd2.h"
|
||||
#include "can_hw.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include "sensor_chart.h"
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "trigger_central.h"
|
||||
#include "engine_controller.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef EGO_H_
|
||||
#define EGO_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
#include "engine_configuration.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "analog_input.h"
|
||||
#include "maf.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#ifndef MAF_H_
|
||||
#define MAF_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#define getMafT(ec) (getVoltageDivided("maf", ec->mafAdcChannel))
|
||||
float getMaf(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "engine_math.h"
|
||||
#include "analog_input.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @author Matthew Kennedy, (c) 2017
|
||||
*/
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "oil_pressure.h"
|
||||
#include "interpolation.h"
|
||||
#include "analog_input.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#ifndef OIL_PRESSURE_H_
|
||||
#define OIL_PRESSURE_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
#include "engine_configuration.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* http://en.wikipedia.org/wiki/Steinhart%E2%80%93Hart_equation
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "thermistors.h"
|
||||
#include "analog_input.h"
|
||||
#include "engine_configuration.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef THERMISTORS_H_
|
||||
#define THERMISTORS_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#define KELV 273.15f
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "analog_input.h"
|
||||
#include "voltage.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef VOLTAGE_H_
|
||||
#define VOLTAGE_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
|
||||
float getVRef(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "settings.h"
|
||||
#include "eficonsole.h"
|
||||
#include "engine_configuration.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "efiGpio.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#define EFIGPIO_H_
|
||||
|
||||
#include "io_pins.h"
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
void initPrimaryPins(void);
|
||||
void initOutputPins(void);
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "event_queue.h"
|
||||
#include "efitime.h"
|
||||
#include "efilib2.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "pwm_generator_logic.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef SCHEDULER_H_
|
||||
#define SCHEDULER_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
typedef void (*schfunc_t)(void *);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "scheduler.h"
|
||||
#include "signal_executor.h"
|
||||
#include "main_trigger_callback.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef CONTROLLERS_TRIGGER_DECODERS_TRIGGER_UNIVERSAL_H_
|
||||
#define CONTROLLERS_TRIGGER_DECODERS_TRIGGER_UNIVERSAL_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "trigger_structure.h"
|
||||
#include "engine_configuration.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
||||
#include <nvic.h>
|
||||
#endif
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "rpm_calculator.h"
|
||||
|
||||
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef TRIGGER_DECODER_H_
|
||||
#define TRIGGER_DECODER_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "trigger_structure.h"
|
||||
#include "engine_configuration.h"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @date Mar 3, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_EMULATE_POSITION_SENSORS || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "trigger_simulator.h"
|
||||
#include "trigger_emulator_algo.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "trigger_structure.h"
|
||||
#include "error_handling.h"
|
||||
#include "trigger_decoder.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef TRIGGER_STRUCTURE_H_
|
||||
#define TRIGGER_STRUCTURE_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#include "rusefi_enums.h"
|
||||
#include "EfiWave.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_emulator.h"
|
||||
|
||||
#include "advance_map.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_sniffer.h"
|
||||
#include "adc_inputs.h"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "poten.h"
|
||||
#include "eficonsole.h"
|
||||
#include "pin_repository.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef POTEN_H_
|
||||
#define POTEN_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if HAL_USE_SPI || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "rfi_perftest.h"
|
||||
#include "fuel_math.h"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "sensor_chart.h"
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "rpm_calculator.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef DIST_EMULATOR_H_
|
||||
#define DIST_EMULATOR_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#include "trigger_structure.h"
|
||||
#include "engine.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "wave_analyzer.h"
|
||||
#include "eficonsole.h"
|
||||
#include "data_buffer.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef WAVE_ANALYZER_H_
|
||||
#define WAVE_ANALYZER_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_WAVE_ANALYZER || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "max31855.h"
|
||||
#include "rusefi.h"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
* @Spilly
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "settings.h"
|
||||
#include "pin_repository.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef HW_LAYER_ACCELEROMETER_H_
|
||||
#define HW_LAYER_ACCELEROMETER_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
|
||||
void configureAccelerometerPins(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if HAL_USE_ADC || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef ADC_INPUTS_H_
|
||||
#define ADC_INPUTS_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if HAL_USE_ADC || defined(__DOXYGEN__)
|
||||
#include "adc_math.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef BACKUP_RAM_H_
|
||||
#define BACKUP_RAM_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "efiGpio.h"
|
||||
|
||||
typedef enum {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include "engine.h"
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "board_test.h"
|
||||
#include "pin_repository.h"
|
||||
#include "efiGpio.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "can_hw.h"
|
||||
#include "string.h"
|
||||
#include "obd2.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef WAVE_ANALYZER_HW_H_
|
||||
#define WAVE_ANALYZER_HW_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if HAL_USE_ICU || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef FLASH_H
|
||||
#define FLASH_H
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef HARDWARE_H_
|
||||
#define HARDWARE_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if HAL_USE_SPI || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "io_pins.h"
|
||||
#include "efiGpio.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#define IO_PINS_H_
|
||||
|
||||
#include "rusefi_enums.h"
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#define INITIAL_PIN_STATE -1
|
||||
#define GPIO_NULL NULL
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef CONTROLLERS_JOYSTICK_H_
|
||||
#define CONTROLLERS_JOYSTICK_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
typedef enum {
|
||||
JB_CENTER = 0,
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef MAX31855_H_
|
||||
#define MAX31855_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
|
||||
void initMax31855(Logging *sharedLogger, SPIDriver *drv, egt_cs_array_t max31855_cs);
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#ifndef MCP3208_H_
|
||||
#define MCP3208_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_MCP_3208 || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "microsecond_timer.h"
|
||||
#include "scheduler.h"
|
||||
#include "rfiutil.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* todo: extract some logic into a controller file
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_FILE_LOGGING || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <string.h>
|
||||
// todo: MISRA does not like time.h
|
||||
#include <time.h>
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_UART_GPS || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "pin_repository.h"
|
||||
#include "eficonsole.h"
|
||||
#include "memstreams.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "rfiutil.h"
|
||||
#include "rtc_helper.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef HW_LAYER_SERVO_H_
|
||||
#define HW_LAYER_SERVO_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
void initServo(void);
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef STEPPER_H_
|
||||
#define STEPPER_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "efiGpio.h"
|
||||
#include "backup_ram.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
int getRemainingStack(Thread *otp) {
|
||||
return 9999;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef CONFIG_STM32F1EGT_MPU_UTIL_H_
|
||||
#define CONFIG_STM32F1EGT_MPU_UTIL_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#define baseHardwareInit() {}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "mpu_util.h"
|
||||
#include "error_handling.h"
|
||||
#include "engine.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "listener_array.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "global.h"
|
||||
#include "efilib.h"
|
||||
|
||||
#if ! EFI_UNIT_TEST || defined(__DOXYGEN__)
|
||||
|
|
Loading…
Reference in New Issue