happy new year

This commit is contained in:
rusefi 2018-01-20 20:42:19 -05:00
parent ce473c6f8c
commit 4a40130657
52 changed files with 52 additions and 52 deletions

View File

@ -4,7 +4,7 @@
* *
* @date Feb 13, 2014 * @date Feb 13, 2014
* @author rus084, (c) 2015 * @author rus084, (c) 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -4,7 +4,7 @@
* MINI_COOPER_R50 = 13 * MINI_COOPER_R50 = 13
* *
* @date Apr 9, 2014 * @date Apr 9, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "MiniCooperR50.h" #include "MiniCooperR50.h"

View File

@ -4,7 +4,7 @@
* set engine_type 27 * set engine_type 27
* *
* @date Jan 16, 2015 * @date Jan 16, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -3,7 +3,7 @@
* @brief Audo AAN default engine configuration * @brief Audo AAN default engine configuration
* *
* @date Nov 24, 2013 * @date Nov 24, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
* *
* This file is part of rusEfi - see http://rusefi.com * This file is part of rusEfi - see http://rusefi.com
* *

View File

@ -8,7 +8,7 @@
* Injector groups: 1,2,3 & 4,5,6 * Injector groups: 1,2,3 & 4,5,6
* *
* @date Nov 5, 2014 * @date Nov 5, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "global.h" #include "global.h"

View File

@ -10,7 +10,7 @@
* *
* *
* @date Dec 20, 2015 * @date Dec 20, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "chevrolet_c20_1973.h" #include "chevrolet_c20_1973.h"

View File

@ -5,7 +5,7 @@
* set engine_type 35 * set engine_type 35
* *
* @date Oct 16, 2015 * @date Oct 16, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "chevrolet_camaro_4.h" #include "chevrolet_camaro_4.h"

View File

@ -9,7 +9,7 @@
* *
* *
* @date Apr 15, 2014 * @date Apr 15, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "engine_math.h" #include "engine_math.h"

View File

@ -8,7 +8,7 @@
* Frankenso QA 12 cylinder engine * Frankenso QA 12 cylinder engine
* *
* @date Jan 18, 2015 * @date Jan 18, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_CPP_ #ifndef CONFIG_ENGINES_CUSTOM_ENGINE_CPP_
#define CONFIG_ENGINES_CUSTOM_ENGINE_CPP_ #define CONFIG_ENGINES_CUSTOM_ENGINE_CPP_

View File

@ -5,7 +5,7 @@
* set engine_type 34 * set engine_type 34
* *
* @date Sep 10, 2015 * @date Sep 10, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -11,7 +11,7 @@
* This config overrides some values of the default configuration which is set by setDefaultConfiguration() method * This config overrides some values of the default configuration which is set by setDefaultConfiguration() method
* *
* @date Dec 16, 2013 * @date Dec 16, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -4,7 +4,7 @@
* set engine_type 31 * set engine_type 31
* *
* @date Apr 22, 2015 * @date Apr 22, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -4,7 +4,7 @@
* set engine_type 33 * set engine_type 33
* *
* @date Sep 5, 2015 * @date Sep 5, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -2,7 +2,7 @@
* @file engine_template.cpp * @file engine_template.cpp
* *
* @date * @date
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "engine_template.h" #include "engine_template.h"

View File

@ -10,7 +10,7 @@
* set engine_type 7 * set engine_type 7
* *
* @date Feb 12, 2014 * @date Feb 12, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -6,7 +6,7 @@
* set engine_type 3 * set engine_type 3
* *
* @date Sep 9, 2013 * @date Sep 9, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -8,7 +8,7 @@
* http://rusefi.com/forum/viewtopic.php?f=3&t=822 * http://rusefi.com/forum/viewtopic.php?f=3&t=822
* *
* @date Jan 3, 2016 * @date Jan 3, 2016
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "ford_festiva.h" #include "ford_festiva.h"

View File

@ -6,7 +6,7 @@
* set engine_type 4 * set engine_type 4
* *
* @date Nov 22, 2013 * @date Nov 22, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -2,7 +2,7 @@
* @file geo_storm.h * @file geo_storm.h
* *
* @date Mar 26, 2016 * @date Mar 26, 2016
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "geo_storm.h" #include "geo_storm.h"

View File

@ -4,7 +4,7 @@
* set engine_type 30 * set engine_type 30
* *
* @date Apr 9, 2015 * @date Apr 9, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "global.h" #include "global.h"

View File

@ -4,7 +4,7 @@
* set engine_type 43 * set engine_type 43
* *
* @date Jul 9, 2016 * @date Jul 9, 2016
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "engine_template.h" #include "engine_template.h"

View File

@ -24,7 +24,7 @@
* debug configurations to reproduce https://github.com/rusefi/rusefi/issues/363 * debug configurations to reproduce https://github.com/rusefi/rusefi/issues/363
* *
* @date Jan 12, 2014 * @date Jan 12, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -4,7 +4,7 @@
* set engine_type 39 * set engine_type 39
* *
* @date Jan 21, 2016 * @date Jan 21, 2016
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "lada_kalina.h" #include "lada_kalina.h"

View File

@ -2,7 +2,7 @@
* @file mazda_323.cpp * @file mazda_323.cpp
* *
* @date Mar 8, 2014 * @date Mar 8, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "mazda_323.h" #include "mazda_323.h"

View File

@ -4,7 +4,7 @@
* set engine_type 28 * set engine_type 28
* *
* @date Jan 16, 2015 * @date Jan 16, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -12,7 +12,7 @@
* set engine_type 24 * set engine_type 24
* *
* @date Apr 11, 2014 * @date Apr 11, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "fsio_impl.h" #include "fsio_impl.h"

View File

@ -5,7 +5,7 @@
* set engine_type 41 * set engine_type 41
* *
* @date Apr 16, 2016 * @date Apr 16, 2016
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "engine_template.h" #include "engine_template.h"

View File

@ -9,7 +9,7 @@
* http://rusefi.com/forum/viewtopic.php?t=987 * http://rusefi.com/forum/viewtopic.php?t=987
* *
* @date Feb 18, 2014 * @date Feb 18, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "mazda_miata_nb.h" #include "mazda_miata_nb.h"

View File

@ -4,7 +4,7 @@
* set engine_type 47 * set engine_type 47
* *
* @date Oct 4, 2016 * @date Oct 4, 2016
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095 * http://rusefi.com/forum/viewtopic.php?f=3&t=1095
* *
* todo: try ZM-DE 2000 protege 36/1 trigger wheel ZM 01-11-408 * todo: try ZM-DE 2000 protege 36/1 trigger wheel ZM 01-11-408

View File

@ -6,7 +6,7 @@
* set engine_type 16 * set engine_type 16
* *
* @date Aug 5, 2014 * @date Aug 5, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "fsio_impl.h" #include "fsio_impl.h"

View File

@ -4,7 +4,7 @@
* engine_type 5 * engine_type 5
* *
* @date Oct 14, 2013 * @date Oct 14, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -4,7 +4,7 @@
* set engine_type 100 * set engine_type 100
* *
* @date May 6, 2017 * @date May 6, 2017
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "prometheus.h" #include "prometheus.h"

View File

@ -10,7 +10,7 @@
* ROVER_V8 = 10 * ROVER_V8 = 10
* *
* @date Jun 27, 2014 * @date Jun 27, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -5,7 +5,7 @@
* http://rusefi.com/forum/viewtopic.php?f=3&t=396 * http://rusefi.com/forum/viewtopic.php?f=3&t=396
* *
* @date Jan 26, 2015 * @date Jan 26, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "sachs.h" #include "sachs.h"

View File

@ -6,7 +6,7 @@
* 7x GM DIS trigger * 7x GM DIS trigger
* *
* @date Mar 28, 2014 * @date Mar 28, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "saturn_ion.h" #include "saturn_ion.h"

View File

@ -3,7 +3,7 @@
* @brief Default configuration of a single-cylinder engine * @brief Default configuration of a single-cylinder engine
* *
* @date Sep 9, 2013 * @date Sep 9, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -5,7 +5,7 @@
* set engine_type 22 * set engine_type 22
* *
* @date Sep 14, 2014 * @date Sep 14, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "subaru.h" #include "subaru.h"

View File

@ -3,7 +3,7 @@
* *
* set engine_type 36 * set engine_type 36
* *
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
* @date Oct 17, 2015 * @date Oct 17, 2015
*/ */

View File

@ -8,7 +8,7 @@
* See also custom_engine.cpp * See also custom_engine.cpp
* *
* @date Nov 14, 2014 * @date Nov 14, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "engine.h" #include "engine.h"

View File

@ -14,7 +14,7 @@
* set engine_type 44 * set engine_type 44
* *
* @date Dec 30, 2015 * @date Dec 30, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "toyota_jzs147.h" #include "toyota_jzs147.h"

View File

@ -4,7 +4,7 @@
* set engine_type 32 * set engine_type 32
* *
* @date May 24, 2015 * @date May 24, 2015
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -6,7 +6,7 @@
* set engine_type 42 * set engine_type 42
* *
* @date May 4, 2016 * @date May 4, 2016
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "engine_template.h" #include "engine_template.h"

View File

@ -2,7 +2,7 @@
* @file board.c * @file board.c
* *
* @date Nov 15, 2013 * @date Nov 15, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "boards.h" #include "boards.h"

View File

@ -2,7 +2,7 @@
* @file map_resize.c * @file map_resize.c
* *
* @date Jan 12, 2014 * @date Jan 12, 2014
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -2,7 +2,7 @@
* test_find_index.cpp * test_find_index.cpp
* *
* Created on: Oct 30, 2013 * Created on: Oct 30, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -1,6 +1,6 @@
/* /*
* Created on: Oct 17, 2013 * Created on: Oct 17, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
/** /**

View File

@ -2,7 +2,7 @@
* @file test_fuel_map.cpp * @file test_fuel_map.cpp
* *
* @date Nov 6, 2013 * @date Nov 6, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "test_fuel_map.h" #include "test_fuel_map.h"

View File

@ -2,7 +2,7 @@
* test_pid_auto.cpp * test_pid_auto.cpp
* *
* Created on: Sep 14, 2017 * Created on: Sep 14, 2017
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -2,7 +2,7 @@
* @file test_sensors.cpp * @file test_sensors.cpp
* *
* @date Dec 7, 2013 * @date Dec 7, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -2,7 +2,7 @@
* @file test_signal_executor.cpp * @file test_signal_executor.cpp
* *
* @date Nov 28, 2013 * @date Nov 28, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include <time.h> #include <time.h>

View File

@ -2,7 +2,7 @@
* @file test_trigger_decoder.cpp * @file test_trigger_decoder.cpp
* *
* @date Dec 24, 2013 * @date Dec 24, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include "main.h" #include "main.h"

View File

@ -2,7 +2,7 @@
* @file test_util.c * @file test_util.c
* *
* @date Dec 8, 2013 * @date Dec 8, 2013
* @author Andrey Belomutskiy, (c) 2012-2017 * @author Andrey Belomutskiy, (c) 2012-2018
*/ */
#include <string.h> #include <string.h>